C Board  

Go Back   C Board > Community Boards > Tech Board

Reply
 
LinkBack Thread Tools Display Modes
Old 07-21-2003, 10:32 PM   #1
Registered User
 
Join Date: Mar 2003
Posts: 28
Question Application Utilization on Win PC

I am interested in making an application utilization tool on Win PC (to begin with). This would include the logs of all applicatipons used by user right from boot up.

Does such a tool exist? Please let me kno if it does..

Any suggestions in implementing / approaching the problem ?
compiler is offline   Reply With Quote
Old 07-23-2003, 04:39 AM   #2
End Of Line
 
Hammer's Avatar
 
Join Date: Apr 2002
Posts: 6,240
If you're using XP, you might investigate bootvis .

Determining what is being launched at boot time is going to involve interaction with the OS, and may not be that easy for you as a beginner.

There are various places that Windows stores information for which programs to run at start up, eg the registry, the startup folder, and a couple of other places I think. Try a google search and you should be able to find them all listed somewhere. However, this is only a list of things Windows will try to start, not what it actually started, so it's going to depend on what you want.
__________________
When all else fails, read the instructions.
If you're posting code, use code tags: [code] /* insert code here */ [/code]
Hammer is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ping and Traceroute not working in IPv6 environment on Windows XP / Win Server 2003 vigneshp Networking/Device Communication 8 05-07-2009 11:31 AM
can not debug pocket pc application George2 Windows Programming 2 11-08-2007 11:06 PM
A mini-compilier I made stuck in an infinite loop (lots of code) dan06 C++ Programming 1 10-27-2006 01:21 PM
help with this tyrantil C Programming 18 01-30-2005 04:53 PM
Win application not very portable swed Windows Programming 5 10-01-2001 11:17 AM


All times are GMT -6. The time now is 06:29 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22