Start in

  • Thread starter Thread starter Mark Carbaugh
  • Start date Start date
M

Mark Carbaugh

I am trying to get a windows explorer short cut to open at My Computer I
have tried many things the closest I've come is with %SystemRoot% but it
expands My documents instead of My Computer. Can anyone help with this?
Thanks Mark
 
explorer [/n] [/e][,/root,object][[,/select],subobject]

None Explorer rooted at the Desktop
/n Opens a new window.
/e Explorer View (default if nothing else is on the command line.)
/root,object Starts Explorer with object the top item (normally Desktop is the top item). Eg: explorer /e,/root,c:\Starts Explorer with the C drive as the only drive available.
/select,subobject Selects the specified subobject.

Replaceable parameters are %1 (one) which is the short file or folder name and %l (L) which is the long file name.

/IDLIST
This is an additional parameter that means a Windows internal structure is being passed. eg:

Explorer.exe /e,/idlist,%I
The %I is a replacable parameter representing an IDLIST.

Rooted Views
To open an explorer item that starts with a special folder as the top folder use the following syntax.

Where the special folder is a sub folder of the desktop

explorer /e,root,::{CLSID of special folder}

Where the special folder is a sub folder of another special folder (usually, if not always My Computer)

explorer /e,root,::{CLSID of parent}/::{CLSID of special folder}

Where the special folder is part of the file system

explorer /e,root,path to folder

See Namespaces on the Icons Page for a list of CLSIDs for special folders.

Examples
Note that /select is inconsistent. Sometime the / is required, sometimes it should be left out, and sometimes it doesn't matter.

Starts explorer with the Windows folder opened and selected.

explorer /e,select,c:\windows
Starts explorer with Windows the top level folder and command opened and selected.

explorer /e,/root,c:\windows,select,c:\windows\command
Starts explorer with Windows the top level folder and Tips.txt showing instead of the file listing.

explorer /e,/root,c:\windows,select,c:\windows\tips.txt
Starts explorer with My Computer the top level folder and all branches except for drives collapsed.

explorer /e,/root,::{20d04fe0-3aea-1069-a2d8-08002b30309d}
Starts explorer with C:\ the top level folder.

explorer /e,/root,c:\
Starts the Dial Up Networking folder in folder view.

explorer.exe ::{20d04fe0-3aea-1069-a2d8-08002b30309d}\::{992cffa0-f557-101a-88ec-00dd010ccc48}
 
How do I get the CLSID?
explorer [/n] [/e][,/root,object][[,/select],subobject]

None Explorer rooted at the Desktop
/n Opens a new window.
/e Explorer View (default if nothing else is on the command line.)
/root,object Starts Explorer with object the top item (normally
Desktop is the top item). Eg: explorer /e,/root,c:\Starts Explorer with the
C drive as the only drive available.
/select,subobject Selects the specified subobject.

Replaceable parameters are %1 (one) which is the short file or folder name
and %l (L) which is the long file name.

/IDLIST
This is an additional parameter that means a Windows internal structure is
being passed. eg:

Explorer.exe /e,/idlist,%I
The %I is a replacable parameter representing an IDLIST.

Rooted Views
To open an explorer item that starts with a special folder as the top folder
use the following syntax.

Where the special folder is a sub folder of the desktop

explorer /e,root,::{CLSID of special folder}

Where the special folder is a sub folder of another special folder (usually,
if not always My Computer)

explorer /e,root,::{CLSID of parent}/::{CLSID of special folder}

Where the special folder is part of the file system

explorer /e,root,path to folder

See Namespaces on the Icons Page for a list of CLSIDs for special folders.

Examples
Note that /select is inconsistent. Sometime the / is required, sometimes it
should be left out, and sometimes it doesn't matter.

Starts explorer with the Windows folder opened and selected.

explorer /e,select,c:\windows
Starts explorer with Windows the top level folder and command opened and
selected.

explorer /e,/root,c:\windows,select,c:\windows\command
Starts explorer with Windows the top level folder and Tips.txt showing
instead of the file listing.

explorer /e,/root,c:\windows,select,c:\windows\tips.txt
Starts explorer with My Computer the top level folder and all branches
except for drives collapsed.

explorer /e,/root,::{20d04fe0-3aea-1069-a2d8-08002b30309d}
Starts explorer with C:\ the top level folder.

explorer /e,/root,c:\
Starts the Dial Up Networking folder in folder view.

explorer.exe
::{20d04fe0-3aea-1069-a2d8-08002b30309d}\::{992cffa0-f557-101a-88ec-00dd010c
cc48}
 
Name CLSID
Control Panel {21EC2020-3AEA-1069-A2DD-08002B30309D}
Printer {2227A280-3AEA-1069-A2DE-08002B30309D}
Recyle Bin {645FF040-5081-101B-9F08-00AA002F954E}
Network Neighborhood or
My Network Places {208D2C60-3AEA-1069-A2D7-08002B30309D}
Dial-Up Networking {992CFFA0-F557-101A-88EC-00DD010CCC48}
My Computer {20D04FE0-3AEA-1069-A2D8-08002B30309D}
Desktop {00021400-0000-0000-C000-000000000046}
Shortcut {00021401-0000-0000-C000-000000000046}
Shell Favorite Folder {1A9BA3A0-143A-11CF-8350-444553540000}
The Internet {3DC7A020-0ACD-11CF-A9BB-00AA004AE837}
My Documents {450d8fba-ad25-11d0-98a8-0800361b1103}
Internet Cache Folder {7BD29E00-76C1-11CF-9DD0-00A0C9034933}
Internet Explorer {871C5380-42A0-1069-A2EA-08002B30309D}
Internet Explorer {FBF23B42-E3F0-101B-8488-00AA003E56F8}
ActiveX Cache Folder {88C6C381-2E85-11D0-94DE-444553540000}
Scheduled Tasks {D6277990-4C6A-11CF-8D87-00AA0060F5BF}
Subscription Folder {F5175861-2688-11d0-9C5E-00AA00A45957}
Url History Folder {FF393560-C2A7-11CF-BFF4-444553540000}
Briefcase {85BBD920-42A0-1069-A2E4-08002B30309D}
Inbox {00020D76-0000-0000-C000-000000000046}
IE5

Web Folders {BDEADF00-C265-11D0-BCED-00A0C90AB50F}
Visual Studio 6

Registered Active X {6B19FEC2-A45B-11CF-9045-00A0C9039735}
Developer Studio Components {D545EBD1-BD92-11CF-8772-00A0C9039735


Some change in each version of ie/windows, especially the IE CLSID. Most are the same as 95 incl My Comp etc

This is not a complete list.

so

explorer /e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
Mark Carbaugh said:
How do I get the CLSID?
explorer [/n] [/e][,/root,object][[,/select],subobject]

None Explorer rooted at the Desktop
/n Opens a new window.
/e Explorer View (default if nothing else is on the command line.)
/root,object Starts Explorer with object the top item (normally
Desktop is the top item). Eg: explorer /e,/root,c:\Starts Explorer with the
C drive as the only drive available.
/select,subobject Selects the specified subobject.

Replaceable parameters are %1 (one) which is the short file or folder name
and %l (L) which is the long file name.

/IDLIST
This is an additional parameter that means a Windows internal structure is
being passed. eg:

Explorer.exe /e,/idlist,%I
The %I is a replacable parameter representing an IDLIST.

Rooted Views
To open an explorer item that starts with a special folder as the top folder
use the following syntax.

Where the special folder is a sub folder of the desktop

explorer /e,root,::{CLSID of special folder}

Where the special folder is a sub folder of another special folder (usually,
if not always My Computer)

explorer /e,root,::{CLSID of parent}/::{CLSID of special folder}

Where the special folder is part of the file system

explorer /e,root,path to folder

See Namespaces on the Icons Page for a list of CLSIDs for special folders.

Examples
Note that /select is inconsistent. Sometime the / is required, sometimes it
should be left out, and sometimes it doesn't matter.

Starts explorer with the Windows folder opened and selected.

explorer /e,select,c:\windows
Starts explorer with Windows the top level folder and command opened and
selected.

explorer /e,/root,c:\windows,select,c:\windows\command
Starts explorer with Windows the top level folder and Tips.txt showing
instead of the file listing.

explorer /e,/root,c:\windows,select,c:\windows\tips.txt
Starts explorer with My Computer the top level folder and all branches
except for drives collapsed.

explorer /e,/root,::{20d04fe0-3aea-1069-a2d8-08002b30309d}
Starts explorer with C:\ the top level folder.

explorer /e,/root,c:\
Starts the Dial Up Networking folder in folder view.

explorer.exe
::{20d04fe0-3aea-1069-a2d8-08002b30309d}\::{992cffa0-f557-101a-88ec-00dd010c
cc48}




--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
Mark Carbaugh said:
I am trying to get a windows explorer short cut to open at My Computer I
have tried many things the closest I've come is with %SystemRoot% but it
expands My documents instead of My Computer. Can anyone help with this?
Thanks Mark
 
I have the CLSID but it is not valid saysthe properties. I am right clicking
the short cut the ptoperties then entering this info into the "start in" box
explorer /e,root,::{11D5C91F-0A98-11D1-BB10-00C04FC9A3A3} the target is
%SystemRoot%\explorer.exe
 
I found the CLSID from regedit. Why is mine different then yours?
{11D5C91F-0A98-11D1-BB10-00C04FC9A3A3}
Name CLSID
Control Panel {21EC2020-3AEA-1069-A2DD-08002B30309D}
Printer {2227A280-3AEA-1069-A2DE-08002B30309D}
Recyle Bin {645FF040-5081-101B-9F08-00AA002F954E}
Network Neighborhood or
My Network Places {208D2C60-3AEA-1069-A2D7-08002B30309D}
Dial-Up Networking {992CFFA0-F557-101A-88EC-00DD010CCC48}
My Computer {20D04FE0-3AEA-1069-A2D8-08002B30309D}
Desktop {00021400-0000-0000-C000-000000000046}
Shortcut {00021401-0000-0000-C000-000000000046}
Shell Favorite Folder {1A9BA3A0-143A-11CF-8350-444553540000}
The Internet {3DC7A020-0ACD-11CF-A9BB-00AA004AE837}
My Documents {450d8fba-ad25-11d0-98a8-0800361b1103}
Internet Cache Folder {7BD29E00-76C1-11CF-9DD0-00A0C9034933}
Internet Explorer {871C5380-42A0-1069-A2EA-08002B30309D}
Internet Explorer {FBF23B42-E3F0-101B-8488-00AA003E56F8}
ActiveX Cache Folder {88C6C381-2E85-11D0-94DE-444553540000}
Scheduled Tasks {D6277990-4C6A-11CF-8D87-00AA0060F5BF}
Subscription Folder {F5175861-2688-11d0-9C5E-00AA00A45957}
Url History Folder {FF393560-C2A7-11CF-BFF4-444553540000}
Briefcase {85BBD920-42A0-1069-A2E4-08002B30309D}
Inbox {00020D76-0000-0000-C000-000000000046}
IE5

Web Folders {BDEADF00-C265-11D0-BCED-00A0C90AB50F}
Visual Studio 6

Registered Active X {6B19FEC2-A45B-11CF-9045-00A0C9039735}
Developer Studio Components {D545EBD1-BD92-11CF-8772-00A0C9039735


Some change in each version of ie/windows, especially the IE CLSID. Most are
the same as 95 incl My Comp etc

This is not a complete list.

so

explorer /e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
Mark Carbaugh said:
How do I get the CLSID?
explorer [/n] [/e][,/root,object][[,/select],subobject]

None Explorer rooted at the Desktop
/n Opens a new window.
/e Explorer View (default if nothing else is on the command line.)
/root,object Starts Explorer with object the top item (normally
Desktop is the top item). Eg: explorer /e,/root,c:\Starts Explorer with the
C drive as the only drive available.
/select,subobject Selects the specified subobject.

Replaceable parameters are %1 (one) which is the short file or folder name
and %l (L) which is the long file name.

/IDLIST
This is an additional parameter that means a Windows internal structure is
being passed. eg:

Explorer.exe /e,/idlist,%I
The %I is a replacable parameter representing an IDLIST.

Rooted Views
To open an explorer item that starts with a special folder as the top folder
use the following syntax.

Where the special folder is a sub folder of the desktop

explorer /e,root,::{CLSID of special folder}

Where the special folder is a sub folder of another special folder (usually,
if not always My Computer)

explorer /e,root,::{CLSID of parent}/::{CLSID of special folder}

Where the special folder is part of the file system

explorer /e,root,path to folder

See Namespaces on the Icons Page for a list of CLSIDs for special folders.

Examples
Note that /select is inconsistent. Sometime the / is required, sometimes it
should be left out, and sometimes it doesn't matter.

Starts explorer with the Windows folder opened and selected.

explorer /e,select,c:\windows
Starts explorer with Windows the top level folder and command opened and
selected.

explorer /e,/root,c:\windows,select,c:\windows\command
Starts explorer with Windows the top level folder and Tips.txt showing
instead of the file listing.

explorer /e,/root,c:\windows,select,c:\windows\tips.txt
Starts explorer with My Computer the top level folder and all branches
except for drives collapsed.

explorer /e,/root,::{20d04fe0-3aea-1069-a2d8-08002b30309d}
Starts explorer with C:\ the top level folder.

explorer /e,/root,c:\
Starts the Dial Up Networking folder in folder view.

explorer.exe
::{20d04fe0-3aea-1069-a2d8-08002b30309d}\::{992cffa0-f557-101a-88ec-00dd010c
cc48}




--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
Mark Carbaugh said:
I am trying to get a windows explorer short cut to open at My Computer I
have tried many things the closest I've come is with %SystemRoot% but it
expands My documents instead of My Computer. Can anyone help with this?
Thanks Mark
 
That number has nothing to do with my computer. It's a helper for Computer Management.

--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
Mark Carbaugh said:
I found the CLSID from regedit. Why is mine different then yours?
{11D5C91F-0A98-11D1-BB10-00C04FC9A3A3}
Name CLSID
Control Panel {21EC2020-3AEA-1069-A2DD-08002B30309D}
Printer {2227A280-3AEA-1069-A2DE-08002B30309D}
Recyle Bin {645FF040-5081-101B-9F08-00AA002F954E}
Network Neighborhood or
My Network Places {208D2C60-3AEA-1069-A2D7-08002B30309D}
Dial-Up Networking {992CFFA0-F557-101A-88EC-00DD010CCC48}
My Computer {20D04FE0-3AEA-1069-A2D8-08002B30309D}
Desktop {00021400-0000-0000-C000-000000000046}
Shortcut {00021401-0000-0000-C000-000000000046}
Shell Favorite Folder {1A9BA3A0-143A-11CF-8350-444553540000}
The Internet {3DC7A020-0ACD-11CF-A9BB-00AA004AE837}
My Documents {450d8fba-ad25-11d0-98a8-0800361b1103}
Internet Cache Folder {7BD29E00-76C1-11CF-9DD0-00A0C9034933}
Internet Explorer {871C5380-42A0-1069-A2EA-08002B30309D}
Internet Explorer {FBF23B42-E3F0-101B-8488-00AA003E56F8}
ActiveX Cache Folder {88C6C381-2E85-11D0-94DE-444553540000}
Scheduled Tasks {D6277990-4C6A-11CF-8D87-00AA0060F5BF}
Subscription Folder {F5175861-2688-11d0-9C5E-00AA00A45957}
Url History Folder {FF393560-C2A7-11CF-BFF4-444553540000}
Briefcase {85BBD920-42A0-1069-A2E4-08002B30309D}
Inbox {00020D76-0000-0000-C000-000000000046}
IE5

Web Folders {BDEADF00-C265-11D0-BCED-00A0C90AB50F}
Visual Studio 6

Registered Active X {6B19FEC2-A45B-11CF-9045-00A0C9039735}
Developer Studio Components {D545EBD1-BD92-11CF-8772-00A0C9039735


Some change in each version of ie/windows, especially the IE CLSID. Most are
the same as 95 incl My Comp etc

This is not a complete list.

so

explorer /e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
Mark Carbaugh said:
How do I get the CLSID?
explorer [/n] [/e][,/root,object][[,/select],subobject]

None Explorer rooted at the Desktop
/n Opens a new window.
/e Explorer View (default if nothing else is on the command line.)
/root,object Starts Explorer with object the top item (normally
Desktop is the top item). Eg: explorer /e,/root,c:\Starts Explorer with the
C drive as the only drive available.
/select,subobject Selects the specified subobject.

Replaceable parameters are %1 (one) which is the short file or folder name
and %l (L) which is the long file name.

/IDLIST
This is an additional parameter that means a Windows internal structure is
being passed. eg:

Explorer.exe /e,/idlist,%I
The %I is a replacable parameter representing an IDLIST.

Rooted Views
To open an explorer item that starts with a special folder as the top folder
use the following syntax.

Where the special folder is a sub folder of the desktop

explorer /e,root,::{CLSID of special folder}

Where the special folder is a sub folder of another special folder (usually,
if not always My Computer)

explorer /e,root,::{CLSID of parent}/::{CLSID of special folder}

Where the special folder is part of the file system

explorer /e,root,path to folder

See Namespaces on the Icons Page for a list of CLSIDs for special folders.

Examples
Note that /select is inconsistent. Sometime the / is required, sometimes it
should be left out, and sometimes it doesn't matter.

Starts explorer with the Windows folder opened and selected.

explorer /e,select,c:\windows
Starts explorer with Windows the top level folder and command opened and
selected.

explorer /e,/root,c:\windows,select,c:\windows\command
Starts explorer with Windows the top level folder and Tips.txt showing
instead of the file listing.

explorer /e,/root,c:\windows,select,c:\windows\tips.txt
Starts explorer with My Computer the top level folder and all branches
except for drives collapsed.

explorer /e,/root,::{20d04fe0-3aea-1069-a2d8-08002b30309d}
Starts explorer with C:\ the top level folder.

explorer /e,/root,c:\
Starts the Dial Up Networking folder in folder view.

explorer.exe
::{20d04fe0-3aea-1069-a2d8-08002b30309d}\::{992cffa0-f557-101a-88ec-00dd010c
cc48}




--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
Mark Carbaugh said:
I am trying to get a windows explorer short cut to open at My Computer I
have tried many things the closest I've come is with %SystemRoot% but it
expands My documents instead of My Computer. Can anyone help with this?
Thanks Mark
 
If you just do what I tell you. Me expert, you supplicant. Why ask if you are going to argue the toss.

1. There was a similar command in the Examples for My Comp.
explorer /e,/root,::{20d04fe0-3aea-1069-a2d8-08002b30309d}
Starts explorer with C:\ the top level folder. (because it opens at My Comp)

2. I specifically told you the exact thing to type.
explorer /e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}


Repeat ME EXPERT, YOU NOT. Do what you are told.
 
And I also specifically said
Most are the same as 95 incl My Comp etc

Note the words INCL MY COMPUTER
--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
If you just do what I tell you. Me expert, you supplicant. Why ask if you are going to argue the toss.

1. There was a similar command in the Examples for My Comp.
explorer /e,/root,::{20d04fe0-3aea-1069-a2d8-08002b30309d}
Starts explorer with C:\ the top level folder. (because it opens at My Comp)

2. I specifically told you the exact thing to type.
explorer /e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}


Repeat ME EXPERT, YOU NOT. Do what you are told.
 
--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
David Candy said:
Most are the same as 95 incl My Comp etc

Note the words INCL MY COMPUTER
--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
If you just do what I tell you. Me expert, you supplicant. Why ask if you are going to argue the toss.

1. There was a similar command in the Examples for My Comp.
explorer /e,/root,::{20d04fe0-3aea-1069-a2d8-08002b30309d}
Starts explorer with C:\ the top level folder. (because it opens at My Comp)

2. I specifically told you the exact thing to type.
explorer /e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}


Repeat ME EXPERT, YOU NOT. Do what you are told.
 
Nothing goes in the startin box, everything goes in to the program box. A little knowledge is a dangerous thing.

--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
David Candy said:
Most are the same as 95 incl My Comp etc

Note the words INCL MY COMPUTER
--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
If you just do what I tell you. Me expert, you supplicant. Why ask if you are going to argue the toss.

1. There was a similar command in the Examples for My Comp.
explorer /e,/root,::{20d04fe0-3aea-1069-a2d8-08002b30309d}
Starts explorer with C:\ the top level folder. (because it opens at My Comp)

2. I specifically told you the exact thing to type.
explorer /e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}


Repeat ME EXPERT, YOU NOT. Do what you are told.
 
So is the sarcasm from some one who focuses on his knowledge rather then the
education of others...


Nothing goes in the startin box, everything goes in to the program box. A
little knowledge is a dangerous thing.

--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
And I also specifically said
Most are the same as 95 incl My Comp etc

Note the words INCL MY COMPUTER
--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
If you just do what I tell you. Me expert, you supplicant. Why ask if you
are going to argue the toss.

1. There was a similar command in the Examples for My Comp.
explorer /e,/root,::{20d04fe0-3aea-1069-a2d8-08002b30309d}
Starts explorer with C:\ the top level folder. (because it opens at My
Comp)

2. I specifically told you the exact thing to type.
explorer /e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}


Repeat ME EXPERT, YOU NOT. Do what you are told.
 
Please note the subject of the thread "start in". Also the program box is no
longer the program box it is the target box. Don't get me wrong I
appreciated the help up until the expansion of you head!

Nothing goes in the startin box, everything goes in to the program box. A
little knowledge is a dangerous thing.

--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
And I also specifically said
Most are the same as 95 incl My Comp etc

Note the words INCL MY COMPUTER
--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
If you just do what I tell you. Me expert, you supplicant. Why ask if you
are going to argue the toss.

1. There was a similar command in the Examples for My Comp.
explorer /e,/root,::{20d04fe0-3aea-1069-a2d8-08002b30309d}
Starts explorer with C:\ the top level folder. (because it opens at My
Comp)

2. I specifically told you the exact thing to type.
explorer /e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}


Repeat ME EXPERT, YOU NOT. Do what you are told.
 
Back
Top