解决办法一:
提取Win10的ISO,将sources\install.wim文件提取,
然后修改Users\Default\AppData\Local\Microsoft\Windows\Shell\DefaultLayouts.xml
将其中的PreInstalledAppsEnabled="true" 全部替换为PreInstalledAppsEnabled="false"
然后再把提取的文件打包,这样以后安装完系统就没有那些APP了
或者:
C:\Users\Default\AppData\Local\Microsoft\Windows\Shell\DefaultLayouts.xml
解决方法二:
已经安装好系统,将以下内容另存为注册表文件(.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
分享到: