Ahmad Sabry wrote:
[Quoted Text] > Hello ! > i'm using the registery to enable remote desktop manually > > HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server > fDenyTSConnections = 0 > > is there any CMD command to enable it without to open the registery manually > ? > Thanks > >
Look at the REG command line tool. You should be able to do this with REG ADD. Run Reg add /? to see the help information.
-- Jeffery Hicks SAPIEN Technologies - Scripting, Simplified.
blog: http://blog.SAPIEN.com Community: http://www.scriptinganswers.com Training: http://www.ScriptingTraining.com Books: http://www.SAPIENPress.com Editor: http://www.primalscript.com Tools: http://www.scriptingoutpost.com
"Those who forget to script it are doomed to repeat it."
|