Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

command to uninstall windows store

#Copy and paste the code below.
Get-AppxPackage *windowsstore* | Remove-AppxPackage.
 
PREVIOUS NEXT
Tagged: #command #uninstall #windows #store
ADD COMMENT
Topic
Name
6+4 =