禁止win10自动安装辣鸡APP

RT,安装win10后(除了LTSB版),开始菜单一堆辣鸡


解决办法:

方法一:

提取Win10的ISO,将sources\install.wim文件提取,

然后修改Users\Default\AppData\Local\Microsoft\Windows\Shell\DefaultLayouts.xml

将其中的PreInstalledAppsEnabled="true" 全部替换为PreInstalledAppsEnabled="false"

然后再把提取的文件打包,这样以后安装完系统就没有那些APP了

方法二:

已经安装好系统,将以下内容另存为注册表文件(.reg),然后导入注册表

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]

"FeatureManagementEnabled"=dword:00000000

"OemPreInstalledAppsEnabled"=dword:00000000

"PreInstalledAppsEnabled"=dword:00000000

"SilentInstalledAppsEnabled"=dword:00000000

管理员身份打开PowerShell,输入如下命令

Get-AppXPackage | Remove-AppxPackage

猜你喜欢

转载自blog.csdn.net/qq37724861/article/details/80380092
今日推荐