From 96519261ab796b1737129798b7108c56fde63af8 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Thu, 2 May 2019 17:11:11 +0200 Subject: [PATCH] Add note about inability to reinstall Windows Store ref #197 --- scripts/remove-default-apps.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove-default-apps.ps1 b/scripts/remove-default-apps.ps1 index d2d8927..a56e9ae 100644 --- a/scripts/remove-default-apps.ps1 +++ b/scripts/remove-default-apps.ps1 @@ -40,7 +40,7 @@ $apps = @( "Microsoft.WindowsMaps" "Microsoft.WindowsPhone" "Microsoft.WindowsSoundRecorder" - #"Microsoft.WindowsStore" + #"Microsoft.WindowsStore" # can't be re-installed "Microsoft.XboxApp" "Microsoft.XboxGameOverlay" "Microsoft.XboxGamingOverlay"