From c7bfa71ea8bcc81f16d3ed268ebec01b29adebe0 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 30 Sep 2025 23:09:59 +0000 Subject: [PATCH] Add Utility Scripts/Bat file to start RDP session (thin client).bat --- .../Bat file to start RDP session (thin client).bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Utility Scripts/Bat file to start RDP session (thin client).bat diff --git a/Utility Scripts/Bat file to start RDP session (thin client).bat b/Utility Scripts/Bat file to start RDP session (thin client).bat new file mode 100644 index 0000000..8fb6b81 --- /dev/null +++ b/Utility Scripts/Bat file to start RDP session (thin client).bat @@ -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 \ No newline at end of file