System.Managment

  • Thread starter Thread starter DB
  • Start date Start date
D

DB

Would someone be able to provide me with sample on how to
remote execute a program using the System.Management
namespace? Or related examples...

Thanks All
db.
 
hi,
i also ask that question in microsoft.public.dotnet.framework.wmi
i'm trying to open notepad or calc on remote pc.
i'll post Torgeir Bakken's answer

/****

Hi

Note that the notepad window will only be visible when run against a Win2k
computer running SP2 or less. For Win2k SP3/4 and WinXP SP0/SP1 you will
only
see the task in the task list at the best.

SP3 disallows remote interactive apps (just as WinXP has done from day 1).
This

is done for security reasons.

----
Torgeir

****/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top