Windows Explorer

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

How do I set it so that when I open Windows Explorer, it
defaults to view the C drive and not My Documents?
 
Click on start and Run. Use command "regedit"

backup these regkeys.

1/
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\B
agMRU]

2/
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\B
ags]

after that you must delete them.
restart windows to take effect.

now you can change each folder and the setting will stay
for a while. But windows only remembers 400 folders.
when that number is reached things start to go wrong.

You can up this to 1000 by adding this to the registry.
all tested and working.
things will last a little longer.

-------------

Now on the key,

"HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell"

add a new DWord value and name it BagMRU and edit the value
and change it to, 000003e8 and when you click ok it will
change to 1000.

Try it,
Satellite
----------------

---------------
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam]

"BagMRU Size"=dword:000003e8
 
Right click Windows Explorer/Properties and type this into the Target path:

To have C: open (No folders)
%SystemRoot%\Explorer.exe /root, C:\

To have C: open expanded - Examples
%windir%\EXPLORER.EXE /e,c:
%windir%\EXPLORER.EXE /e,c:\Kelly's Computer

To have another Drive letter assigned to opening: D for example
C:\Windows\Explorer.exe /e, d:\

d:\ can be modified for any folder/sub-folder you like. As in:
%SystemRoot%\Explorer.exe /e,d:\My Stuff

Command Line Switches for Windows Explorer
http://www.kellys-korner-xp.com/xp_c.htm#comline

/top10faqs.htm


Satellite said:
Click on start and Run. Use command "regedit"

backup these regkeys.

1/
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\B
agMRU]

2/
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\B
ags]

after that you must delete them.
restart windows to take effect.

now you can change each folder and the setting will stay
for a while. But windows only remembers 400 folders.
when that number is reached things start to go wrong.

You can up this to 1000 by adding this to the registry.
all tested and working.
things will last a little longer.

-------------

Now on the key,

"HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell"

add a new DWord value and name it BagMRU and edit the value
and change it to, 000003e8 and when you click ok it will
change to 1000.

Try it,
Satellite
----------------

---------------
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam]

"BagMRU Size"=dword:000003e8
------------------

this will keep the setting for about 6 months.
-----Original Message-----
How do I set it so that when I open Windows Explorer, it
defaults to view the C drive and not My Documents?
.
 
First right-click on Icon or short-cut and go to
properties. In target box you want it to read:

%SystemRoot%\explorer.exe /n,/e, C:\

This will set it to open a new pane, go to C:\ and expand
tree.

-----Original Message-----

Click on start and Run. Use command "regedit"

backup these regkeys.

1/
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\B
agMRU]

2/
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\B
ags]

after that you must delete them.
restart windows to take effect.

now you can change each folder and the setting will stay
for a while. But windows only remembers 400 folders.
when that number is reached things start to go wrong.

You can up this to 1000 by adding this to the registry.
all tested and working.
things will last a little longer.

-------------

Now on the key,

"HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell"

add a new DWord value and name it BagMRU and edit the value
and change it to, 000003e8 and when you click ok it will
change to 1000.

Try it,
Satellite
----------------

---------------
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam]

"BagMRU Size"=dword:000003e8
------------------

this will keep the setting for about 6 months.
-----Original Message-----
How do I set it so that when I open Windows Explorer, it
defaults to view the C drive and not My Documents?
.
.
 
Back
Top