Update comment in Install-Microsoft-Store.ps1

Makes it clear the script is run from within the sandbox
pull/2/head
ThioJoe 2025-08-04 21:15:01 -07:00
parent 3fa21141d3
commit 28c0cfa418
No known key found for this signature in database
GPG Key ID: 2E328FE64CC3898C
1 changed files with 1 additions and 1 deletions

View File

@ -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