Unwanted Folder Opening

  • Thread starter Thread starter Tarhqai
  • Start date Start date
T

Tarhqai

Every time I reboot my computer, the Common Folder automatically opens. How
do I get it to step???
 
Tarhqai said:
Every time I reboot my computer, the Common Folder automatically
opens. How do I get it to step???

Find out what is causing it to open (entry in the RUN registry entry,
Startup folder, etc) and get rid of whatever is causing it.

Look through the STARTUP tab of the MSCONFIG command.
 
Check these Registry keys for entries with paths that contain spaces,
but have no quotes.

To open the Registry Editor, open the Run box and enter: regedit

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]

Example:
C:\Program Files\program path\app.exe /switch

Change to:
"C:\Program Files\program path\app.exe" /switch


ju.c
 
Back
Top