Apr 9, 2002 #1 edicer IS-IT--Management Mar 8, 2002 5 US Anyone know how to do it remotely? Stopping and starting the service will not activate "Remote Desktop Sharing". Thks in advance.
Anyone know how to do it remotely? Stopping and starting the service will not activate "Remote Desktop Sharing". Thks in advance.
Apr 9, 2002 1 Thread starter #2 edicer IS-IT--Management Mar 8, 2002 5 US The following commands will turn on remote desktop sharing at a remote machine. (Replace the italicized items with your own values.) The "psservice" and "psexec" commands can be obtained (free) at URL: http://www.sysinternals.com (look for pstools) (they work on win2k only) ====================================================================================== psservice \\10.68.49.173 -u administrator -p password stop mnmsrvc (stop the mnmsrvc service) send this to remote machine: (create it with regedit and name it " \mcpt.reg" Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Conferencing\Mcpt] "Fpx"=hex:01,00,00,00 "Plc"=hex:01,00,00,00 net use z: \\10.68.49.173\C$ password /user:administrator copy c:\mcpt.reg z: net use z: /delete psexec \\10.68.49.173 -u administrator -p password \winnt\regedit.exe /s \mcpt.reg psservice \\10.68.49.173 -u administrator -p password start mnmsrvc Upvote 0 Downvote
The following commands will turn on remote desktop sharing at a remote machine. (Replace the italicized items with your own values.) The "psservice" and "psexec" commands can be obtained (free) at URL: http://www.sysinternals.com (look for pstools) (they work on win2k only) ====================================================================================== psservice \\10.68.49.173 -u administrator -p password stop mnmsrvc (stop the mnmsrvc service) send this to remote machine: (create it with regedit and name it " \mcpt.reg" Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Conferencing\Mcpt] "Fpx"=hex:01,00,00,00 "Plc"=hex:01,00,00,00 net use z: \\10.68.49.173\C$ password /user:administrator copy c:\mcpt.reg z: net use z: /delete psexec \\10.68.49.173 -u administrator -p password \winnt\regedit.exe /s \mcpt.reg psservice \\10.68.49.173 -u administrator -p password start mnmsrvc