Add comment notes to startup command
parent
8f13ff67e3
commit
49ca6c6fc5
|
|
@ -27,7 +27,11 @@
|
|||
|
||||
<!-- Run the powershell script from the mapped folder -->
|
||||
<LogonCommand>
|
||||
<Command>powershell -executionpolicy Bypass -command "start powershell {-file C:\Users\WDAGUtilityAccount\Desktop\HostShared\SandboxStartup.ps1 -launchingSandbox}"</Command>
|
||||
<!-- Run the powershell script from the mapped folder. 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};"
|
||||
<!-- Note: You can add more powershell commands as additional lines because of the way it parses the XML. For example you can uncomment the line below. Comments also obviously work here. -->
|
||||
<!-- start powershell {Write-Host 'Test'; Read-Host} -->
|
||||
</Command>
|
||||
</LogonCommand>
|
||||
|
||||
</Configuration>
|
||||
|
|
|
|||
Loading…
Reference in New Issue