|
In Windows 2000, the default behavior is to open previous folders the next time you log on to it. I'm assuming that you mean Windows XP. Windows XP has a setting called "Restore previous folder windows at logon."
To enable this option:
Click Folder Options in Control Panel
Then, on the View tab, click to select the Restore Previous Folder Windows at Logon check box.
This setting is stored in the registry at HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced and is a DWORD value called PersistBrowsers.
Set it to 0 to prevent Windows XP from opening previous folders or 1 to cause it to open previous folders.
|