TechScott Posted August 6, 2011 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.
sleepydvdr Posted August 6, 2011 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>
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now