TechScott 0 Posted August 6, 2011 I need to create a script to enable Windows Remote Desktop on a user's computer. The user will be logged on with Admin privileges when they run the script. Has anyone already been down this path? Thanks, -Scott. Share this post Link to post Share on other sites
sleepydvdr 8 Posted August 6, 2011 Enabling Remote Desktop is the easy part. Just change this registry value to zero: REGEDIT4 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server] "fDenyTSConnections"=dword:00000001 I think it would be harder to create an exception in the firewall or disabling the firewall. #include <ByteMe.au3> Share this post Link to post Share on other sites