Creating a customized Icon on Desktop

  • Thread starter Thread starter Peter Bentes
  • Start date Start date
P

Peter Bentes

Hi everyone,
I would like to create a shortcut icon on my desktop that executes an
opening of Windows Explorer and defaults to selecting C: drive (C:\)
This is different from executing Windows Explorer form the Accessories menu,
which defaults to My Documents or executing Explorer from the Start button,
which defaults to Start Menu in the User Folder of Documents and Settings.

I'm aware that in order to achieve what I want, I have to place an
instruction to the Windows Registry. Consequently I'm asking all you good
people if anyone has experience in doing such work or may be able to direct
my to a reference where this or similar subject is discussed. I have tried
the Microsoft Knowledgebase sites but havn't found anything yet.

Thank you,
Reinhardt
 
Go to Programs > Accessories, right-click on the Windows Explorer icon
and select Properties.
Type or copy & paste the following into the Target box to have
Windows Explorer open with the C drive expanded:

%systemroot%\EXPLORER.EXE /e,c:

A new Desktop shortcut for Windows Explorer can be created with the
same command.

HOW TO: Customize the Windows Explorer Views in Windows XP
http://support.microsoft.com/default.aspx?scid=KB;EN-US;q307856

--
Carey Frisch
Microsoft MVPWindows XP - Shell/User

Be Smart! Protect Your PC!
http://www.microsoft.com/athome/security/protect/default.aspx
 

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

Back
Top