Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remote activation of Netmeeting "Remote Desktop Sharing" 1

Status
Not open for further replies.

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.
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top