From 28c0cfa418d0c22ac19680ecfd62e8677d4ea246 Mon Sep 17 00:00:00 2001 From: ThioJoe <12518330+ThioJoe@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:15:01 -0700 Subject: [PATCH] Update comment in Install-Microsoft-Store.ps1 Makes it clear the script is run from within the sandbox --- Installer Scripts/Install-Microsoft-Store.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer Scripts/Install-Microsoft-Store.ps1 b/Installer Scripts/Install-Microsoft-Store.ps1 index fe21498..d56f843 100644 --- a/Installer Scripts/Install-Microsoft-Store.ps1 +++ b/Installer Scripts/Install-Microsoft-Store.ps1 @@ -1,4 +1,4 @@ -# This script will install the Microsoft Store into Windows Sandbox +# This script will install the Microsoft Store from Within the Windows Sandbox # It uses the Windows Update API to fetch the necessary installation files directly from Microsoft # Unlike many similar scripts, it uses NO dependencies or third party APIs