JSI Tip 7446. The Folders bar in Windows XP Explorer does not contain any icons?

Jerold Schulman

November 13, 2003

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

When you open Windows Explorer or My Computer, the Folders bar does not contain any icons.

This behavior can occur if there is no C: drive on your computer.

To workaround this behavior:

1. Using Notepad, create a cdrive.bat file, in your My Documents folder, that contains:

@echo off
setlocal
call :drive "%windir%"
subst C: %dl%
endlocal
goto :EOF
:drive
set dl=%~d1

2. Create a Minimized shortcut to the cdrive.bat file and place it in your Startup folder.

3. Logoff and logon to Windows XP.



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