Update vm launch

This commit is contained in:
Stephan Raabe 2023-02-20 15:57:18 +01:00
parent 3ce867ecf2
commit c378222c83

View File

@ -4,6 +4,6 @@ virsh --connect qemu:///system start win11
echo "Waiting 20 sec for Windows 11 startup..."
sleep 20
echo "Starting xfreerdp now..."
xfreerdp -grab-keyboard /t:Windows11 /v:192.168.122.42 /size:100% /d: /p:sancho /dynamic-resolution /gfx-h264:avc444 +gfx-progressive &
xfreerdp -grab-keyboard /t:"Windows 11" /v:192.168.122.42 /size:100% /d: /p:sancho /dynamic-resolution /gfx-h264:avc444 +gfx-progressive &
exit