-
Recent Posts
Archives
Blog Stats
- 524,517 hits
Tag Archives: Batch file for Enabling remote desktop
Enable remote desktop in the remote pc
Copy and paste the below text and save the file as .bat Give the computer name as per the syntax. ————————————————- @echo off@echo Remote RDP Enable Script@echo ————————@echo.setlocalif {%1}=={} goto syntax:loopif {%1}=={} goto finishset remote="\\%1\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server"shiftreg.exe ADD %remote% /v … Continue reading