Skip to content

Instantly share code, notes, and snippets.

@MateuszNad
Last active March 15, 2020 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MateuszNad/befb35feb4c0dcd1f097e9fe77d84be6 to your computer and use it in GitHub Desktop.
Save MateuszNad/befb35feb4c0dcd1f097e9fe77d84be6 to your computer and use it in GitHub Desktop.
<Configuration>
<VGpu>Disable</VGpu>
<Networking>Enable</Networking>
<MappedFolders>
<MappedFolder>
<HostFolder>C:\Users\Lenovo\Skrypty\PowerShell</HostFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>C:\Users\Lenovo\Skrypty\Sandbox\out</HostFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>C:\Users\Lenovo\Skrypty\Sandbox\autostart</HostFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>C:\Users\Lenovo\AppData\Roaming\Code\User</HostFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>C:\Users\Lenovo\.vscode\extensions</HostFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
</MappedFolders>
<LogonCommand>
<Command>powershell.exe -ExecutionPolicy Bypass -File C:\users\WDAGUtilityAccount\Desktop\autostart\vscode-install.ps1</Command>
</LogonCommand>
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment