Uninstall All Built-in Apps from Windows 8 and Windows 8.1

原文链接:http://www.cnblogs.com/kylinming/articles/3515877.html

Uninstall All Built-in Apps from Windows 8 and Windows 8.1

Source: http://solution4windows.com/uninstall-built-apps-windows-8-windows-8-1/

 

I have just written an article about “Delete Default Apps From Windows 8 Installation Media Using Windows 8 App Remover“. In this article we had used Windows 8 App Remover tool to uninstall all built in unnecessary apps from Windows 8 PC. But, problem is that Windows 8 App Remover software can completely uninstall only Bing Finance, Bing Weather, Communication, Bing Maps, Bing Search, Photos, Bing News, Camera, XBOX Live Games, Bing Sports, SkyDrive, Zune Music, Bing Travel, PDF Reader, Zune Video. Moreover, Windows 8 App Remover can remove built in Apps of only Windows 8 PC not of Windows 8.1 PC. Presently, we have not got any software to remove these unnecessary apps from Windows 8.1 PC, so we have taken the help of Windows PowerShell command.

Step by step guide to Completely uninstall all built in apps from Windows 8 and Windows 8.1 PC using PowerSheell command :

1. Go to search by moving cursor to right side top corner of Window.
2. Now type Windows PowerShell in search.  Here you will see Windows PowerShell.
3. Now right click on Windows PowerShell.
4. Now click on “Run As Administrator”.
5. Now powershell window will open.
6. Now type “Chdir C:\Windows\System32″ and hit enter from keyboard to change the installation directory. (Use command Without quotes) (In my case Windows installation directory is C:\, it may different for you.)
7. Now write “Get-AppxPackage | Remove-AppxPackage” and hit enter from keyboard. (Without quotes as in screen)
8. Now above command will delete one by one all default apps e.g. Bing Finance, Bing Weather, Communication, Bing Maps, Bing Search, Photos, Bing News, Camera, XBOX Live Games, Bing Sports, SkyDrive, Zune Music, Bing Travel, PDF Reader, Zune Video from your PC.

Same command will work for Windows 8 as well as Windows 8.1 operating system.

Now when you will go to metro start screen, you will see a clean Metro Start Screen. Above mentioned command will completely uninstall unnecessary default apps from your Windows 8 or Windows 8.1 PC.  To install uninstalled apps, you need to visit the Microsoft Windows store.

转载于:https://www.cnblogs.com/kylinming/articles/3515877.html

上一篇:Django2.2_No installed app with label 'admin'


下一篇:微信开发平台签名问题