Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiinasama/mywindows
https://github.com/shiinasama/mywindows
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shiinasama/mywindows
- Owner: SHIINASAMA
- License: mit
- Created: 2024-08-25T03:17:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T07:18:33.000Z (about 1 month ago)
- Last Synced: 2024-10-19T10:02:15.762Z (30 days ago)
- Language: PowerShell
- Size: 14.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyWindows
Windows 初始化脚本,这将自动执行 Windows 需要的绝大多数配置。
> [!NOTE]
> 只支持 Windows 11 及之后最新的系统,使用前请确认系统已是最新版本。## 注意事项
1. 确保操作在管理员权限下执行。
2. 修改 pwsh 执行权限。
```sh
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
```## 使用
全量执行
```sh
./Start.ps1
```1. `Install.ps1` 安装主要依赖及其软件
2. `Remove.ps1` 卸载和删除软件,例如 `Microsoft Edge`
3. `Config.ps1` 对现有的系统组件及其用户软件进行配置