Run Powershell As Administrator and enter commands:
Remove 3D from Windows 10 Get-AppxPackage *3d* | Remove-AppxPackage Remove Camera from Windows 10 Get-AppxPackage *camera* | Remove-AppxPackage Remove Mail and Calendar from Windows 10 Get-AppxPackage *communi* | Remove-AppxPackage Remove Money, Sports, News and Weather from Windows 10 Get-AppxPackage *bing* | Remove-AppxPackage Remove Groove Music and Film & TV from Windows 10 Get-AppxPackage *zune* | Remove-AppxPackage Remove People from Windows 10 Get-AppxPackage *people* | Remove-AppxPackage Remove Phone Companion from Windows 10 Get-AppxPackage *phone* | Remove-AppxPackage Remove Solitaire Collection from Windows 10 Get-AppxPackage *solit* | Remove-AppxPackage Remove Voice Recorder from Windows 10 Get-AppxPackage *soundrec* | Remove-AppxPackage Remove Xbox from Windows 10 Get-AppxPackage *xbox* | Remove-AppxPackage
Комментариев нет:
Отправить комментарий