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:
(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