Click here to Skip to main content
15,916,846 members
Home / Discussions / System Admin
   

System Admin

 
AnswerRe: Security Question in Windows. Pin
Mekong River3-May-07 21:54
Mekong River3-May-07 21:54 
GeneralRe: Security Question in Windows. Pin
Blumen3-May-07 22:51
Blumen3-May-07 22:51 
GeneralRe: Security Question in Windows. Pin
Mekong River3-May-07 23:41
Mekong River3-May-07 23:41 
GeneralRe: Security Question in Windows. Pin
Sojournist21-May-07 20:21
Sojournist21-May-07 20:21 
QuestionTerminal Services - Start Program at Logon Pin
vSoares3-May-07 5:47
professionalvSoares3-May-07 5:47 
AnswerRe: Terminal Services - Start Program at Logon Pin
vSoares3-May-07 6:55
professionalvSoares3-May-07 6:55 
Questionrunning processes WinXP Pin
speedees2-May-07 22:51
speedees2-May-07 22:51 
AnswerRe: running processes WinXP Pin
Mike Dimmick3-May-07 0:12
Mike Dimmick3-May-07 0:12 
If you want a list of running processes, use EnumProcesses from the Process Status APIs. That works on Windows 2000 and later, and on Windows NT 4.0 if you install the redistributable version of psapi.dll.

You can also use the ToolHelp APIs on Windows 9x and on Windows 2000 and newer. Call CreateToolhelp32Snapshot with the TH32CS_SNAPPROCESS flag, then call Process32First to start enumerating processes, and call Process32Next until it returns FALSE to get subsequent results.

Stability. What an interesting concept. -- Chris Maunder

GeneralRe: running processes WinXP Pin
speedees3-May-07 0:43
speedees3-May-07 0:43 
GeneralRe: running processes WinXP Pin
JudyL_MD3-May-07 2:52
JudyL_MD3-May-07 2:52 
QuestionMy home computer login takes too long - Win XP Media Center SP2 Pin
Marcus J. Smith1-May-07 9:27
professionalMarcus J. Smith1-May-07 9:27 
AnswerRe: My home computer login takes too long - Win XP Media Center SP2 Pin
Dave Kreskowiak1-May-07 10:07
mveDave Kreskowiak1-May-07 10:07 
GeneralRe: My home computer login takes too long - Win XP Media Center SP2 Pin
Marcus J. Smith1-May-07 10:10
professionalMarcus J. Smith1-May-07 10:10 
GeneralRe: My home computer login takes too long - Win XP Media Center SP2 Pin
Dave Kreskowiak1-May-07 10:29
mveDave Kreskowiak1-May-07 10:29 
GeneralRe: My home computer login takes too long - Win XP Media Center SP2 Pin
Mike Dimmick3-May-07 0:20
Mike Dimmick3-May-07 0:20 
Question4Gb of RAM Pin
NetDave30-Apr-07 17:21
NetDave30-Apr-07 17:21 
AnswerRe: 4Gb of RAM Pin
Michael Dunn30-Apr-07 19:45
sitebuilderMichael Dunn30-Apr-07 19:45 
QuestionLogin Scripts Pin
moon_stick30-Apr-07 5:14
moon_stick30-Apr-07 5:14 
AnswerRe: Login Scripts Pin
Dave Kreskowiak30-Apr-07 10:17
mveDave Kreskowiak30-Apr-07 10:17 
QuestionConnection Sharing P2P Pin
deepaks328-Apr-07 2:06
deepaks328-Apr-07 2:06 
QuestionInternet Connection Pin
Cmania27-Apr-07 23:04
Cmania27-Apr-07 23:04 
AnswerRe: Internet Connection Pin
A*****28-Apr-07 14:52
A*****28-Apr-07 14:52 
AnswerRe: Internet Connection Pin
Sachin Pimpale7-May-07 3:26
Sachin Pimpale7-May-07 3:26 
QuestionInstalling XP on a big drive Pin
NetDave27-Apr-07 11:19
NetDave27-Apr-07 11:19 
AnswerRe: Installing XP on a big drive Pin
MatrixCoder27-Apr-07 11:52
MatrixCoder27-Apr-07 11:52 

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.