7 lines
228 B
Batchfile
7 lines
228 B
Batchfile
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 |