Win10-Initial-Setup-Script讨论

一个PowerShell 项目,可以一键卸载各种预装应用以及关掉各种功能,只是默认关的有点彻底,比如快速访问和通知中心都给弄没了。。。【Dism++里都没法恢复

有个弱化版就好了。。

使用心得:

1、修改Default.preset文件,将最后一行Restart注释或者删除;

2、执行Default.cmd

3、创建Custom.preset写入下边自定义内容;

4、复制一份Default.cmd命名为Custom.cmd后运行;

5、执行完会自动重启生效;

##########
# Win 10 / Server 2016 / Server 2019 Initial Setup Script - Custom preset
# Author: 沉冰浮水 <[email protected]>
# Version: v3.10, 2020-07-15
# Source: https://github.com/wdssmq/Win10-Initial-Setup-Script
##########

### Require administrator privileges ###
RequireAdmin

### UI Tweaks ###
EnableActionCenter             # DisableActionCenter

### Explorer UI Tweaks ###
ShowQuickAccess                 # HideQuickAccess

### Auxiliary Functions ###
WaitForKey
Restart

小娜同学也能杀吗?

好像不能编辑?把明确对我有影响的项目都恢复了,可以看我的fork