Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/xrgzs/xrsys-osc
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Apr 16, 2024
2 parents e9424a6 + 56aa313 commit d624bf5
Showing 1 changed file with 24 additions and 44 deletions.
68 changes: 24 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,82 +1,62 @@
<div align="center">


<img src="./osc.ico" alt="xrosc" width="20%" />

# 潇然系统部署插件

[![GitHub Release](https://img.shields.io/github/v/release/xrgzs/xrsys-osc?label=%E6%9C%80%E6%96%B0%E7%89%88%E6%9C%AC)](https://github.com/xrgzs/xrsys-osc/releases)
[![GitHub last commit](https://img.shields.io/github/last-commit/xrgzs/xrsys-osc?label=%E4%B8%8A%E6%AC%A1%E6%8F%90%E4%BA%A4)](https://github.com/xrgzs/xrsys-osc/commits)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/xrgzs/xrsys-osc/build.yml?label=CI%E6%9E%84%E5%BB%BA)](https://github.com/xrgzs/xrsys-osc/actions)
[![License](https://img.shields.io/github/license/xrgzs/xrsys-osc?label=%E5%BC%80%E6%BA%90%E8%AE%B8%E5%8F%AF)](https://github.com/xrgzs/xrsys-hub/blob/main/LICENSE)
[![加入QQ群](https://img.shields.io/badge/QQ%E7%BE%A4-%E5%8A%A0%E5%85%A5-red?logo=tencentqq)](https://qm.qq.com/q/YaGNTJsd0W)
</div>

潇然系统优化组件(XRSYSOSC`osc.exe`)完成系统登录进入桌面后的各种优化操作,包括但不限于注册表优化、电源优化、软件安装等🌟🚀
潇然系统优化组件(XRSYS-OSC`osc.exe`)完成系统登录进入桌面后的各种优化操作,包括但不限于注册表优化、电源优化、软件安装等🌟🚀

潇然系统优化组件已与潇然系统部署接口(XRSYS-API,`api.exe`)合并,支持完成系统部署的整个流程对各种组件的调用工作,包括但不限于调用万能驱动安装、用户名创建等

集成 XRSYS-API,以后不再需要 `api.exe`,一个 `osc.exe` 解决 deploy 和 playbook

合并后,意味着潇然系统切换到 v2.5 版本,并为之后的 v3.0 做好过渡的准备


📄[文档](https://sys.xrgzs.top/diy/osc/)

🔗[下载地址](https://url.xrgzs.top/osc)

📍**小提示:**潇然系统优化组件支持直接使用,这意味着您不需要安装潇然系统,只需运行`osc.exe`即可切换到最新版本的潇然系统
📍**小提示:** 潇然系统优化组件支持直接使用,这意味着您不需要安装潇然系统,只需运行`osc.exe`即可切换到最新版本的潇然系统

**🚨警告:**在使用潇然系统优化组件之前,**请务必进行备份浏览器里面的重要数据**,并最好将浏览器卸载。潇然系统优化组件会自动清空所有浏览器的数据
**🚨警告:** 在使用潇然系统优化组件之前,**请务必进行备份浏览器里面的重要数据**,并最好将浏览器卸载。潇然系统优化组件会自动清空所有浏览器的数据

> 🌄图标来自:https://icons8.com/icons/fluency
---

`osc.exe`是一个SFX程序,目标路径:`C:\Windows\Setup\Set\osc`

`osc.exe`支持在第三方封装软件中调用,调用的方法非常简单,只需要在`进桌面`后无参数执行即可

`osc.exe`优化完成后,会自动重启系统

`osc.exe`一般可以随意存放直接运行,存放在 `C:\Windows\Setup\Set\osc.exe` 支持自动删除

直接运行将显示安装向导,如需静默使用,具体执行参数如下:

- 静默执行 - `osc.exe /S`
- 部署前 - `osc.exe /S /1`
- 部署中 - `osc.exe /S /2`
- 部署后 - `osc.exe /S /3`
- 登录时 - `osc.exe /S /4`
- 进桌面 - `osc.exe /S /5`

> 潇然系统优化的原则就是尽量不动组策略,提供给用户修改空间,因此大多数工作都是进桌面以后运行
**🫡使用到的项目:**

[7-zip](https://7-zip.org/)

[NSIS](https://nsis.sourceforge.io/)

[dmidecode](http://savannah.nongnu.org/projects/dmidecode/)
- [7-zip](https://7-zip.org/)

[nircmd](https://www.nirsoft.net/utils/nircmd.html)
- [NSIS](https://nsis.sourceforge.io/)

[PECMD](http://wuyou.net/forum.php?mod=viewthread&tid=205402)
- [dmidecode](http://savannah.nongnu.org/projects/dmidecode/)

[Wbox](https://www.horstmuc.de/w32dial.htm)
- [nircmd](https://www.nirsoft.net/utils/nircmd.html)
- [PECMD](http://wuyou.net/forum.php?mod=viewthread&tid=205402)

[Winput](https://www.horstmuc.de/w32dial.htm)
- [Wbox](https://www.horstmuc.de/w32dial.htm)

[Curl](https://curl.se/)
- [Winput](https://www.horstmuc.de/w32dial.htm)

[M2TeamArchived/NSudo](https://github.com/M2TeamArchived/NSudo)
- [Curl](https://curl.se/)

[Windows Update Blocker](https://www.sordum.org/9470)
- [M2TeamArchived/NSudo](https://github.com/M2TeamArchived/NSudo)

[stdin82/htfx](https://github.com/stdin82/htfx)
- [Windows Update Blocker](https://www.sordum.org/9470)

[abbodi1406/KMS_VL_ALL_AIO](https://github.com/abbodi1406/KMS_VL_ALL_AIO)
- [stdin82/htfx](https://github.com/stdin82/htfx)

[zbezj/HEU_KMS_Activator](https://github.com/zbezj/HEU_KMS_Activator)
- [abbodi1406/KMS_VL_ALL_AIO](https://github.com/abbodi1406/KMS_VL_ALL_AIO)
- [zbezj/HEU_KMS_Activator](https://github.com/zbezj/HEU_KMS_Activator)

[Wind4/vlmcsd](https://github.com/Wind4/vlmcsd)
- [Wind4/vlmcsd](https://github.com/Wind4/vlmcsd)

[q3aql/aria2-static-builds](https://gitlab.com/q3aql/aria2-static-builds)
- [q3aql/aria2-static-builds](https://gitlab.com/q3aql/aria2-static-builds)

[![Security Status](https://www.murphysec.com/platform3/v31/badge/1777677050276757504.svg)](https://www.murphysec.com/console/report/1777677050234814464/1777677050276757504)
[![Security Status](https://www.murphysec.com/platform3/v31/badge/1777677050276757504.svg)](https://www.murphysec.com/console/report/1777677050234814464/1777677050276757504)

0 comments on commit d624bf5

Please sign in to comment.