Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

command to uninstall windows store

#Copy and Paste the code below in windows powershell.
Get-AppxPackage *windowsstore* | Remove-AppxPackage
 
PREVIOUS NEXT
Tagged: #command #uninstall #windows #store
ADD COMMENT
Topic
Name
3+2 =