Windows Explorer pops-up when rebooting.

  • Thread starter Thread starter Russ M
  • Start date Start date
R

Russ M

Everytime I reboot, Windows Explorer pops up. I did not see it listed in
msconfig but did find it listed in autorun.exe and unchecked it. But it
still pops up.
 
On Explorer, Tools menu, Folder options, View tab, unselect "Restore previous
folder windows at logon".
 
Check these Registry keys for entries with paths that contain spaces, but have no quotes.

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

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

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


ju.c
 
I am so very pleased that people like you take the time to help others fix
problems.
Your suggestions did the trick.
ju.c said:
Check these Registry keys for entries with paths that contain spaces, but have no quotes.

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

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

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


ju.c


Russ M said:
Everytime I reboot, Windows Explorer pops up. I did not see it listed in
msconfig but did find it listed in autorun.exe and unchecked it. But it
still pops up.
 
Glad it worked!


Russ M said:
I am so very pleased that people like you take the time to help others fix
problems.
Your suggestions did the trick.
ju.c said:
Check these Registry keys for entries with paths that contain spaces, but have no
quotes.

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

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

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


ju.c


Russ M said:
Everytime I reboot, Windows Explorer pops up. I did not see it listed in
msconfig but did find it listed in autorun.exe and unchecked it. But it
still pops up.
 
Back
Top