Results 1 to 10 of 10
Thread: RQ:
Hybrid View
-
29th September 2008 14:42 #1
RQ:
. , / . ?
Antec 300: GB EP35C-DS3R / C2DUO E8200@3.00+AC Freezer 7 Pro / 4GB DDR2 Patriot 90MHz 5-5-5-15 / Sapphire HD6790 1GB DDR5/ Seagate 320GB 16MB / Chieftec GPS 500W / Samsung SM 2253BW / X-Fi Platinum Fatal1ty Champion
-
29th September 2008 14:47 #2
Process Explorer
http://download.sysinternals.com/Fil...ssExplorer.zip
-
29th September 2008 15:00 #3
-
29th September 2008 15:08 #4
-
29th September 2008 15:49 #5
-
29th September 2008 17:29 #6
VBscript, . Copy > Paste Notepad > Save as *.vbs Windows:
Code:Option Explicit Dim objWMIService, objProcess, colProcess Dim strComputer, strList strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" _ & strComputer & "\root\cimv2") Set colProcess = objWMIService.ExecQuery _ ("Select * from Win32_Process") For Each objProcess in colProcess strList = strList & vbCr & _ objProcess.Name Next WSCript.Echo strList WScript.Quit
-
29th September 2008 17:37 #7
WoW. . ? TaskManager - Show processes from all users.
Antec 300: GB EP35C-DS3R / C2DUO E8200@3.00+AC Freezer 7 Pro / 4GB DDR2 Patriot 90MHz 5-5-5-15 / Sapphire HD6790 1GB DDR5/ Seagate 320GB 16MB / Chieftec GPS 500W / Samsung SM 2253BW / X-Fi Platinum Fatal1ty Champion
-
29th September 2008 18:29 #8
User_Name (case sensitive):
Code:Option Explicit Dim objWMIService, objProcess, colProcessbyName, strOwner, strUsername, strUserDomain, colProperties strOwner = "User_Name" Dim strComputer, strList strComputer = "." Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" _ & strComputer & "\root\cimv2") Set colProcessbyName = objWMIService.ExecQuery("Select * from Win32_Process") For Each objProcess in colProcessbyName colProperties = objProcess.GetOwner(strUsername,strUserDomain) if strUsername = strOwner Then strList = strList & vbCr & _ objProcess.Name end If next WSCript.Echo "Running Processes from User " & strOwner & ":" & strList WScript.Quit
-
29th September 2008 19:28 #9
.
Antec 300: GB EP35C-DS3R / C2DUO E8200@3.00+AC Freezer 7 Pro / 4GB DDR2 Patriot 90MHz 5-5-5-15 / Sapphire HD6790 1GB DDR5/ Seagate 320GB 16MB / Chieftec GPS 500W / Samsung SM 2253BW / X-Fi Platinum Fatal1ty Champion
-
1st October 2008 00:09 #10Registered User
Join Date: Sep:2008
Location:
Posts: 28
windows procexp -




Reply With Quote

7th May 2023, 16:02 in PC