Click here to Skip to main content
15,920,632 members
Home / Discussions / System Admin
   

System Admin

 
AnswerRe: dumpchk - how do I get command line parameters which launched the dumped process? Pin
Mike Dimmick23-Nov-06 1:47
Mike Dimmick23-Nov-06 1:47 
GeneralRe: dumpchk - how do I get command line parameters which launched the dumped process? Pin
devvvy23-Nov-06 4:22
devvvy23-Nov-06 4:22 
GeneralRe: dumpchk - how do I get command line parameters which launched the dumped process? Pin
Mike Dimmick23-Nov-06 5:26
Mike Dimmick23-Nov-06 5:26 
GeneralThanks Mike... but I am still not getting command line argument... [modified] Pin
devvvy23-Nov-06 12:35
devvvy23-Nov-06 12:35 
GeneralRe: Thanks Mike... but I am still not getting command line argument... Pin
Mike Dimmick24-Nov-06 5:39
Mike Dimmick24-Nov-06 5:39 
GeneralRe: Thanks Mike... but I am still not getting command line argument... Pin
devvvy24-Nov-06 5:41
devvvy24-Nov-06 5:41 
QuestionUDP checksum error Pin
Popangler21-Nov-06 21:22
Popangler21-Nov-06 21:22 
Questionpinging remote systems using WMI Pin
abhiramsss21-Nov-06 7:44
abhiramsss21-Nov-06 7:44 
Can i know how to ping remote systems on windows 2000 professional operating system using WMI can u please provide example in C++.

i have the following script example

strComputer = "PC1;PC2;"
sArray = Split(strComputer, ";")
strDomain = "WOrkArea"
strUser = InputBox("Enter user name")
strPassword = InputBox("Enter password")
Set objSWbemLocator = CreateObject("WbemScripting.SWbemLocator")
For each Machine in sArray=
Set objWMIService = objSWbemLocator.ConnectServer(strComputer, _
"root\CIMV2", _
strUser, _
strPassword, _
"MS_409", _
"ntlmdomain:" + strDomain)
Set colProcessList = objWMIService.ExecQuery _
("SELECT * FROM Win32_Process WHERE Name = 'notepad.exe'")
For Each objProcess in colProcessList
objProcess.Terminate()
Next
Next



can u please help with c++ code using WMI to run on Windows 2000 professional


Thanks in Advance

abhi

QuestionWindows Portable Device / mp3 Sync Pin
BennieD19-Nov-06 9:01
BennieD19-Nov-06 9:01 
AnswerRe: Windows Portable Device / mp3 Sync Pin
Michael Dunn19-Nov-06 12:22
sitebuilderMichael Dunn19-Nov-06 12:22 
Questionchanging password of a windows service Pin
Prasann Mayekar17-Nov-06 0:46
Prasann Mayekar17-Nov-06 0:46 
AnswerRe: changing password of a windows service Pin
Dave Kreskowiak17-Nov-06 4:39
mveDave Kreskowiak17-Nov-06 4:39 
GeneralRe: changing password of a windows service Pin
m.bilal.farooq23-Mar-10 4:17
m.bilal.farooq23-Mar-10 4:17 
AnswerRe: help me please ... Pin
Dave Kreskowiak16-Nov-06 9:15
mveDave Kreskowiak16-Nov-06 9:15 
QuestionUser Groups Pin
EpicYeti14-Nov-06 3:55
EpicYeti14-Nov-06 3:55 
AnswerRe: User Groups Pin
User 171649214-Nov-06 4:23
professionalUser 171649214-Nov-06 4:23 
GeneralRe: User Groups Pin
EpicYeti14-Nov-06 4:29
EpicYeti14-Nov-06 4:29 
GeneralRe: User Groups Pin
User 171649214-Nov-06 4:40
professionalUser 171649214-Nov-06 4:40 
GeneralRe: User Groups Pin
EpicYeti14-Nov-06 5:00
EpicYeti14-Nov-06 5:00 
GeneralRe: User Groups Pin
toxcct14-Nov-06 5:28
toxcct14-Nov-06 5:28 
GeneralRe: User Groups Pin
EpicYeti14-Nov-06 6:33
EpicYeti14-Nov-06 6:33 
GeneralRe: User Groups Pin
toxcct14-Nov-06 6:36
toxcct14-Nov-06 6:36 
Questionpower point Pin
samerh13-Nov-06 3:42
samerh13-Nov-06 3:42 
AnswerRe: power point Pin
User 171649213-Nov-06 11:16
professionalUser 171649213-Nov-06 11:16 
GeneralRe: power point Pin
Ish Kapila14-Nov-06 18:09
Ish Kapila14-Nov-06 18:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.