解決辦法一:
提取Win10的ISO,將sources\install.wim文件提取,
然后修改Users\Default\AppData\Local\Microsoft\Windows\Shell\DefaultLayouts.xml
將其中的PreInstalledAppsEnabled="true" 全部替換為PreInstalledAppsEnabled="false"
然后再把提取的文件打包,這樣以后安裝完系統(tǒng)就沒(méi)有那些APP了
或者:
C:\Users\Default\AppData\Local\Microsoft\Windows\Shell\DefaultLayouts.xml
解決方法二:
已經(jīng)安裝好系統(tǒng),將以下內(nèi)容另存為注冊(cè)表文件(.reg),然后導(dǎo)入注冊(cè)表
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
管理員身份打開(kāi)PowerShell,輸入如下命令
Get-AppXPackage | Remove-AppxPackage