ldone1

updated

18 years ago

L

ldone1

7 Posts

0

1121

January 30th, 2009 04:00

Windows Explorer Question on Vista

In Xp it is possible to customize where explorer opens...ie C: or D: drives.

The properties are altered in explorer to enable this.

What is the script to enable Vista such a feature?

  • kirkd

    6 Operator

    5241 Posts

    160

    0

    Posted January 30th, 2009 07:00

    Right click the explorer icon and click on Properties. The box labeled Target determines where Explorer opens. For example, adding

    /n, /e, /select, C:\ 

    to the end of the target will have explorer open with all the drives showing instead of Documents. I haveb't tried to get it to open in a specific drive, but google on the topic and you will probably find it.

    Found it! Just use /n, /e, C:\ to open in C:

    Here's the whole address. Be sure to add the spaces and commas:

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

  • ldone1

    7 Posts

    160

    1

    Posted January 30th, 2009 13:00

    :emotion-2:Thats got it, thanks!:emotion-2: