-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathRedSand.wsb
26 lines (23 loc) · 1.26 KB
/
RedSand.wsb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Configuration>
<VGpu>Default</VGpu>
<Networking>Default</Networking>
<MappedFolders>
<MappedFolder>
<HostFolder>.\Utils\</HostFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\Files\</HostFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
</MappedFolders>
<LogonCommand>
<Command>powershell.exe -ExecutionPolicy Bypass -File C:\users\WDAGUtilityAccount\Desktop\Utils\Scripts\DefaultScripts\setup.ps1</Command>
<!--Feel free to add your own stuff in here, it will auto-run on Log On-->
<!--NOTE: for me, certain scripts combined caused problems, hence I ditched 'setThemes.ps1' for 'setup.ps1' which also includes changing ExecutionPolicy to Unrestricted-->
<!--however, feel free to change the Execution Policy to your liking as well-->
<!--<Command>powershell.exe -ExecutionPolicy Bypass -File C:\users\WDAGUtilityAccount\Desktop\Utils\Scripts\AdditionalScripts\InSandbox\customScript.ps1</Command>-->
<!--just uncomment the line below and REToolkit will be installed after Sandbox boots up-->
<!--<Command>powershell.exe -ExecutionPolicy Bypass -File C:\users\WDAGUtilityAccount\Desktop\Utils\Scripts\AdditionalScripts\InSandbox\installREToolkit.ps1</Command>-->
</LogonCommand>
</Configuration>