JSI Tip 5943. How do I set 'Restore previous folder windows at logon' via the Window XP registry?

Jerold Schulman

November 10, 2002

1 Min Read
ITPro Today logo in a gray background | ITPro Today

You can use Windows Explorer's Folder Options to check or uncheck Restore previous folder windows at logon on the View menu.

To uncheck this via the registry:

1. Copy /Paste the following to a PersistBrowsers.reg file:

REGEDIT4

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced]
"PersistBrowsers"=dword:00000000

2. Merge the PersistBrowsers.reg file with the user's registry or run regedit /s PersistBrowsers.reg.

3. The user must log off and log on for this setting to take effect.

To check this via the registry:

1. Copy /Paste the following to a PersistBrowsers.reg file:

REGEDIT4

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced]
"PersistBrowsers"=dword:00000001

2. Merge the PersistBrowsers.reg file with the user's registry or run regedit /s PersistBrowsers.reg.

3. The user must log off and log on for this setting to take effect.



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like