Add Utility Scripts/Bat file to start RDP session (thin client).bat

This commit is contained in:
2025-09-30 23:09:59 +00:00
parent 0640ccbf4e
commit c7bfa71ea8
@@ -0,0 +1,7 @@
REM This script I used in the startup folder to force a normal Windows computer to act like a thin client
echo off
CLS
:start
echo DO NOT CLOSE THIS WINDOW.
start /wait c:\windows\system32\mstsc.exe c:\term-server.rdp
goto start