Folder open at startup

C

Chris Lanier

Goto Start>>Run>>"regedit" Then navigate to
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanc
ed]

Right click and create a new DWORD value, or modify the existing value,
called "PersistBrowsers" and set it according to the value data below.
Change the value to "0"

Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = do not re-open, 1 = re-open windows)

Then reboot your computer, see if that helps.
 
S

Sharon F

How do I get a folder to stop opening at startup??? It is
driving me nuts...

Is it always opening with the same folder in view? If yes, does that folder
happen to be within the same path as one of your startup programs? Items
with long filenames or have spaces in their names need to be enclosed in
quotes. If the quotes are missing (or one a set is missing), then Windows
will follow the path as far as it can and then open Explorer at the point
where it left off.

Check the paths of your start items for missing quotes. You can use
MSCONFIG> startup or System Information> Software Environment> Startup to
track down the places where these programs are loading (usually the RUN
keys in the registry). Add the missing quotes around the path. Example:
C:\Program Files\Some Program\whatever.exe
should be changed to
"C:\Program Files\Some Program\whatever.exe"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top