uninstall trough windows store code example
Example 1: command to uninstall windows store
#Copy and Paste the code below in windows powershell.
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Example 2: command to uninstall windows store
#Copy and paste the code below.
Get-AppxPackage *windowsstore* | Remove-AppxPackage.