en-US
0409:00000409
en-US
en-US
en-US
D:\viostor\w10\amd64
E:\viostor\w10\amd64
F:\viostor\w10\amd64
D:\vioscsi\w10\amd64
E:\vioscsi\w10\amd64
F:\vioscsi\w10\amd64
D:\NetKVM\w10\amd64
E:\NetKVM\w10\amd64
F:\NetKVM\w10\amd64
OnError
0
true
1
EFI
260
2
MSR
16
3
Primary
true
1
1
FAT32
2
2
3
3
C
NTFS
/IMAGE/INDEX
1
0
3
false
OnError
M7XTQ-FN8P6-TTKYV-9D4CC-J462D
OnError
true
IT
Contoso
*
Pacific Standard Time
IT
Contoso
true
false
1
2
0409:00000409
en-US
en-US
en-US
true
true
true
true
true
Work
3
mdwelcome
true
labadmin
Lab Admin
Local administrator for automated VM builds
Administrators
mdwelcome
true
true
labadmin
999
mdwelcome
true
false
1
Install VirtIO guest tools
powershell -NoProfile -ExecutionPolicy Bypass -Command "Get-Volume | Where-Object DriveLetter | ForEach-Object { $exe = $_.DriveLetter + ':\virtio-win-guest-tools.exe'; if (Test-Path $exe) { Start-Process $exe -ArgumentList '/install','/quiet','/norestart' -Wait } }"
false
2
Open Remote Desktop firewall rules
cmd /c netsh advfirewall firewall set rule group="remote desktop" new enable=Yes
false
3
Disable hibernation and reclaim hiberfil.sys
cmd /c powercfg /hibernate off
false
4
Never sleep or blank the display
cmd /c powercfg -change -standby-timeout-ac 0 & powercfg -change -monitor-timeout-ac 0
false
5
Show file extensions
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v HideFileExt /t REG_DWORD /d 0 /f
false
6
Allow signed PowerShell scripts
powershell -NoProfile -Command "Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine -Force"
false
8
Restart to finalize VirtIO driver installation
cmd /c shutdown /r /t 15 /c "Finalizing VirtIO driver install"
false