This commit is contained in:
Stephan Raabe
2023-07-28 09:55:22 +02:00
parent ad1ea94623
commit 3e5855623d
3 changed files with 30 additions and 58 deletions

View File

@@ -17,7 +17,7 @@ then
exit
else
echo "Starting xfreerdp now..."
xfreerdp -grab-keyboard /t:"Windows 11" /v:192.168.122.42 /size:100% /u:raabe /p:SECRET /d: /dynamic-resolution /gfx-h264:avc444 +gfx-progressive &
xfreerdp -grab-keyboard /v:192.168.122.42 /size:100% /cert-ignore /u:raabe /p:SECRET /d: /dynamic-resolution /gfx-h264:avc444 +gfx-progressive &
exit
fi