pull/14/merge
Tobias 2025-11-19 11:43:21 +08:00 committed by GitHub
commit f722293cce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -28,9 +28,12 @@
<!-- Run the powershell script from the mapped folder -->
<LogonCommand>
<!-- The seemingly redundant command nesting makes it so the powershell window is visible when running. -->
<Command>powershell -executionpolicy Bypass -command "start powershell {-file C:\Users\WDAGUtilityAccount\Desktop\HostShared\SandboxStartup.ps1 -launchingSandbox}"</Command>
<Command>powershell -executionpolicy Bypass -command "start powershell {-file C:\Users\WDAGUtilityAccount\Desktop\HostShared\Windows-Sandbox-Tools\General Scripts\SandboxStartup.ps1 -launchingSandbox}"</Command>
<!-- Note: You can add more powershell commands in additional blocks. For example you can uncomment the line below. -->
<!-- <Command>powershell -executionpolicy Bypass -command "start powershell {-file \"C:\Users\WDAGUtilityAccount\Desktop\HostShared\Set Theme Dark Mode.ps1\"}"</Command> -->
<!-- <Command>powershell -executionpolicy Bypass -command "start powershell {-file \"C:\Users\WDAGUtilityAccount\Desktop\HostShared\Windows-Sandbox-Tools\General Scripts\Set Theme Dark Mode.ps1\"}"</Command> -->
<!-- <Command>powershell -executionpolicy Bypass -command "start powershell {-file \"C:\Users\WDAGUtilityAccount\Desktop\HostShared\Windows-Sandbox-Tools\Installer Scripts\Install VC Redist.ps1\"}"</Command> -->
<!-- <Command>powershell -executionpolicy Bypass -command "start powershell {-file \"C:\Users\WDAGUtilityAccount\Desktop\HostShared\Windows-Sandbox-Tools\Installer Scripts\Install-Microsoft-Store.ps1\"}"</Command> -->
<!-- <Command>powershell -executionpolicy Bypass -command "start powershell {-file \"C:\Users\WDAGUtilityAccount\Desktop\HostShared\Windows-Sandbox-Tools\Installer Scripts\Install-Winget.ps1\"}"</Command> -->
</LogonCommand>
</Configuration>