From 35e3bcd03d15428bb0f6fade70ee43ccb855def6 Mon Sep 17 00:00:00 2001 From: David Yoder Date: Fri, 13 Jan 2023 08:36:36 -0500 Subject: [PATCH] initial commit --- Fix-InstallWindowsStore.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 Fix-InstallWindowsStore.ps1 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