Clearing programs from Startup

  • Thread starter Thread starter Anonymous
  • Start date Start date
A

Anonymous

Hi,

My issue is that I have some kind of executable running at
start up that sets my system time back by 4 hours. This
little program runs along with my login script however I
don't know where to delete it from. Like I said, it is
not visible in the "startup" programs group. How can I
find it??

Frustrated...
 
Start\Settings\Control Panel\Administrative Tools\Computer
Management(Local)\System Information\Software Environment\Startup
Programs|View|Advanced, then in the "Location" column, you'll find the path
to the "Startup" location either in the "Startup" directories or from the
registry's "Run" keys.

%ALLUSERSPROFILE%\Start Menu\Programs\Startup
%USERPROFILE%\Start Menu\Programs\Startup

You can delete the shortcuts that you no longer want to run.


HKLM\Software\Microsoft\Windows\CurrentVersion\Run
HKCU\Software\Microsoft\Windows\CurrentVersion\Run

You can delete the string value for the program you no longer want to run.
 
Back
Top