1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Windows Explorer targeting

Discussion in 'Windows XP' started by beto666, 2008/01/21.

  1. 2008/01/21
    beto666

    beto666 Inactive Thread Starter

    Joined:
    2007/05/09
    Messages:
    64
    Likes Received:
    0
    Hi there everybody.
    I've created a shortcut for Windows Explorer dragging its icon from "Accessories" onto the "Task Bar" so that I can have faster access to it. Problem is I don't want it to open in "My Documents" (think it's default) every time, I want it to open in "My Computer ", so that I see the drives on the right pane. What do I have to change/include in the target space under "Properties" for that to happen? The string in "Target" is: %SystemRoot%\explorer.exe

    Thank you pals.
     
  2. 2008/01/21
    PeteC

    PeteC SuperGeek Staff

    Joined:
    2002/05/10
    Messages:
    28,896
    Likes Received:
    389
    Open Windows Explorer - left click on My Computer and drag to Quick Launch bar and release. A Quick Launch shortcut icon will be created.
     

  3. to hide this advert.

  4. 2008/01/21
    beto666

    beto666 Inactive Thread Starter

    Joined:
    2007/05/09
    Messages:
    64
    Likes Received:
    0
    Thank you Pete, but that's not exactly what I'm looking for. I had done that before. Doing as you said, places the My Computer icon on the Quick Launch allright, but the left pane doesn't show the directory tree like I want. I want to see the structure on the both panes.
     
  5. 2008/01/22
    PeteC

    PeteC SuperGeek Staff

    Joined:
    2002/05/10
    Messages:
    28,896
    Likes Received:
    389
    I rather thought you would say that :) I have not found a command that will open System Folders like My Computer and My Documents in the double pane - for any other shortcut to a drive/ folder I can do it.

    My solution is to use the Folders icon in the icon bar (if it's not there by default then add it) to show the double pane.

    I shall be interested to see if anyone else comes up with a solution. In the meantime you may find something useful here ....

    How To Customize the Windows Explorer Views in Windows XP

    Windows XP Your Way- Useful Shortcuts and Commands for Windows Explorer
     
  6. 2008/01/22
    beto666

    beto666 Inactive Thread Starter

    Joined:
    2007/05/09
    Messages:
    64
    Likes Received:
    0
    Thanx a million Pete. I remember reading (and even storing somewhere) info on a handful of string values to add to the target of Windows Explorer in order to make it behave other ways. I just can't remember where, now. Blimey! Anyway, I shall have a look at the links you just posted. If I come up with anything new, I'll let you know, for sure.
     
  7. 2008/01/22
    PeteC

    PeteC SuperGeek Staff

    Joined:
    2002/05/10
    Messages:
    28,896
    Likes Received:
    389
    You're welcome - listening out :)
     
  8. 2008/01/26
    JSS3rd Lifetime Subscription

    JSS3rd Geek Member

    Joined:
    2002/06/28
    Messages:
    2,221
    Likes Received:
    27
    beto666 ...

    The value you want in the Target window is
    %SystemRoot%\explorer.exe /n,/e,
     
  9. 2008/01/26
    beto666

    beto666 Inactive Thread Starter

    Joined:
    2007/05/09
    Messages:
    64
    Likes Received:
    0
    Way to go! This is EXACTLY it Jim. Thank you very much.

    Pete, this is the value I have been talking about. There are others, but I haven't been able to find them. If Jim would be so kind. . .

    Thanx.
     
  10. 2008/01/26
    JSS3rd Lifetime Subscription

    JSS3rd Geek Member

    Joined:
    2002/06/28
    Messages:
    2,221
    Likes Received:
    27
    beto666 ...

    As to do what? :) What other values are you looking for?
     
  11. 2008/01/26
    MilesAhead

    MilesAhead Inactive

    Joined:
    2007/12/30
    Messages:
    34
    Likes Received:
    0
    magic words

    I like to use a utility called Slickrun for psuedo alias creation(Slickrun calls it "magic words" but on OS like Linux and others they call it an alias.)

    One that I use often is for My Computer Drive display. The
    alias runs this command:

    explorer /select,C:

    You can find other explorer command line options in this KB article:
    http://support.microsoft.com/kb/152457
     
  12. 2008/01/26
    PeteC

    PeteC SuperGeek Staff

    Joined:
    2002/05/10
    Messages:
    28,896
    Likes Received:
    389
    Had I chose to read the URL I posted more carefully I would have found the command line I was looking for :) Thanks to Jim I looked again.

    I have My Documents folder on another drive and with a shortcut pointing to D:\My Documents was always irritated - but clearly not enough to do anything about it :), that it opened in a single pane. Hence my post earlier when I said that I hit the folders icon.

    Having put my mind to it I now have what I want .....

    C:\WINDOWS\explorer.exe /e,D:\My Documents
     
  13. 2008/01/26
    beto666

    beto666 Inactive Thread Starter

    Joined:
    2007/05/09
    Messages:
    64
    Likes Received:
    0
    Jim, simple things like the ones our friends have provided. It's just another way to nose around Windows. :D

    Thanx again, you and the guys.
     
  14. 2008/01/27
    Baldy

    Baldy Inactive

    Joined:
    2002/11/01
    Messages:
    102
    Likes Received:
    0
    Like you Beto666, I have documents in one drive and e-mail in another and was wanting what you did on opening windows explorer. So you might play around with this till you find what you want.

    - try each of these by clicking start then run then putting this line in and clicking OK. See which (if any) of them behave as you want and if you find one, make a shortcut using it and you will have a good way to start Windows Explorer for yourself.



    %systemroot%\explorer.exe /n,/root
    %systemroot%\explorer.exe /e,/root
    %systemroot%\explorer.exe /n,/select,C:
    %systemroot%\explorer.exe /e,/select,C:
    %systemroot%\explorer.exe /n,/select,E:
    %systemroot%\explorer.exe /e,/select,E:

    Note there is not a space other than the one after explorer.exe.


    I found
    %systemroot%\explorer.exe /e,/select,C:
    is the one I like.
    Baldy
     
  15. 2008/01/27
    beto666

    beto666 Inactive Thread Starter

    Joined:
    2007/05/09
    Messages:
    64
    Likes Received:
    0
    Thank you Baldy. The values

    %systemroot%\explorer.exe /n,/root and %systemroot%\explorer.exe /e,/root had no effects at all! Dunno what might have happened. :confused:
     
  16. 2008/01/27
    Dennis L Lifetime Subscription

    Dennis L Inactive Alumni

    Joined:
    2002/06/07
    Messages:
    2,557
    Likes Received:
    2
    I can't remember where I found / downloaded the following TEXT file so I can not provide proper credit. The information provides numerous solutions for shortcuts. See attached Folder View Rules.txt
     

    Attached Files:

  17. 2008/01/27
    beto666

    beto666 Inactive Thread Starter

    Joined:
    2007/05/09
    Messages:
    64
    Likes Received:
    0
    Thank you Dennis. Whole lotta information to browse through.
     
  18. 2008/01/27
    JSS3rd Lifetime Subscription

    JSS3rd Geek Member

    Joined:
    2002/06/28
    Messages:
    2,221
    Likes Received:
    27
    beto666 ...

    The reason %systemroot%\explorer.exe /n,/root and %systemroot%\explorer.exe /e,/root didn't work is because there's a comma missing after the word root in each.

    The first opens a single-pane Explorer window displaying only the contents of the C: drive/partition. The second opens a double-pane window displaying all drives in the left pane, with the C: drive/partition expanded in both.
     
  19. 2008/01/28
    beto666

    beto666 Inactive Thread Starter

    Joined:
    2007/05/09
    Messages:
    64
    Likes Received:
    0
    Thanx again Jim. Properly corrected.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.