diff --git a/Fix-InstallWindowsStore.ps1 b/Fix-InstallWindowsStore.ps1 new file mode 100644 index 0000000..9089159 --- /dev/null +++ b/Fix-InstallWindowsStore.ps1 @@ -0,0 +1 @@ +Get-AppXPackage *WindowsStore* -AllUsers | ForEach-Object {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} \ No newline at end of file