How to permanently uninstall Built in apps from windows 10 

 

Do you want to uninstall Built in apps for windows 10, some of the apps have been installed while setup windows 10.it cannot be uninstall as normal. Here we will explain the step by step procedure for uninstall the same.

  


Type on search “power shell” and right click on that click on “run as administrator”.it will open the Windows power shell.






Type the below command and press on enter button to view the entire list of apps which are installed in the system.







 
Get-AppxPackage | Select Name, PackageFullName

 


 
Suppose you want to uninstall MSpaint from the system type the below command 



Get-AppxPackage *MSPaint* | Remove-AppxPackage
 


Following this procedure whatever app you can uninstall from the system