PC Review


Reply
Thread Tools Rate Thread

RE: Remote Process Creation with GUI

 
 
Rick Krause [MSFT]
Guest
Posts: n/a
 
      29th Jun 2004
The workaround that's been suggested to me is to use the Win32_ScheduledJob class to start the process.

--------------------
I'd like to create a process on a remote computer (both:
WinXP Pro) with the following script:

RemoteMaschine = "PC1-WXP"

Set Process = GetObject("winmgmts://" & RemoteMaschine
& "/root/cimv2:Win32_Process")
Process.Create "calc.exe", Null, Null, procID
MsgBox("Process ID: " & procID)

After executing the script, the program is in the process
list, but I don't see the window/GUI of this program.
Does anybody know a method to start on a remote computer
a program with the window / GUI ??
--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Monitor process creation Nikolay Petrov Microsoft VB .NET 6 1st Jul 2005 03:50 PM
Process Creation Listener JMWilton Microsoft Dot NET Framework 4 27th Feb 2004 09:18 PM
A little help on the process of app/db creation Jon Microsoft Dot NET Compact Framework 5 12th Dec 2003 08:33 PM
Disabling The 8.3 Filename Creation Process?? Sam Windows XP General 0 15th Aug 2003 07:44 PM
Suspended process creation from c# app? Lee Microsoft C# .NET 0 15th Jul 2003 03:56 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:35 AM.