Perintah untuk menghapus instalasi Windows Store
#Copy and Paste the code below in windows powershell.
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Sore Shark
#Copy and Paste the code below in windows powershell.
Get-AppxPackage *windowsstore* | Remove-AppxPackage
#Copy and paste the code below.
Get-AppxPackage *windowsstore* | Remove-AppxPackage.