Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Program Usage 2

Status
Not open for further replies.

pbanacos

IS-IT--Management
Apr 21, 2006
34
US
Hello,

I'm having trouble finding an accurate way of scripting how frequently an application is used on a WinXP, Vista system. Add or Remove programs always displays false information. Is there a log that would be more useful for this?

Thanks for any help!

Paul
 
I don't know if there is a one size fits all here-the reason, afaik that windows gets it wrong, is because different apps have different things that change when you access them-ie not just the main exe etc etc. Could be reg keys-perhaps there are keys or files that you could monitor for MAC times?
I can't think of other things that would tell you the same info.
 
Are you looking for a specific application?

You may consider using WMI (Win32_Process class) looking for an InstanceCreationEvent and write this information out to a file, registry, db, or any other thing you want.

--------------------------------------------------------------------------------
dm4ever
My philosophy: K.I.S.S - Keep It Simple Stupid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top