Answers for "command to uninstall windows store"

1

command to uninstall windows store

#Copy and Paste the code below in windows powershell.
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Posted by: Guest on December-12-2020
0

command to uninstall windows store

#Copy and paste the code below.
Get-AppxPackage *windowsstore* | Remove-AppxPackage.
Posted by: Guest on December-12-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language