Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Beginner with Vista Question

Reply
Thread Tools Display Modes

Beginner with Vista Question

 
 
Wendy7
Guest
Posts: n/a

 
      10-05-2008
Hi, I am wondering if there is a beginners group.
I have Vista on my computer & I am a beginner .
I would like to know how to get the C folder to open automatically in the
Navigation panel in WindowsExp
instead of opening in Documents?
Cheers Wendy

 
Reply With Quote
 
 
 
 
Sthief Ballmer
Guest
Posts: n/a

 
      10-05-2008
Em Domingo, 5 de Outubro de 2008 01:30, Wendy7 escreveu:

> Hi, I am wondering if there is a beginners group.
> I have Vista on my computer & I am a beginner .
> I would like to know how to get the C folder to open automatically in the
> Navigation panel in WindowsExp
> instead of opening in Documents?
> Cheers Wendy


See if pressing the "windows" key and the "e" together serves your purpose.
 
Reply With Quote
 
Rick Rogers
Guest
Posts: n/a

 
      10-05-2008
Hi,

Create a shortcut to Windows Explorer, then right click it and choose
properties. Change the target to:

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

Click apply/ok.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"Wendy7" <> wrote in message
news:...
> Hi, I am wondering if there is a beginners group.
> I have Vista on my computer & I am a beginner .
> I would like to know how to get the C folder to open automatically in the
> Navigation panel in WindowsExp
> instead of opening in Documents?
> Cheers Wendy


 
Reply With Quote
 
Telstar
Guest
Posts: n/a

 
      10-05-2008

"Wendy7" <> wrote in message
news:...
> Hi, I am wondering if there is a beginners group.
> I have Vista on my computer & I am a beginner .
> I would like to know how to get the C folder to open automatically in the
> Navigation panel in WindowsExp
> instead of opening in Documents?
> Cheers Wendy


http://www.theeldergeek.com/start_ex...in_c_drive.htm



 
Reply With Quote
 
Wendy7
Guest
Posts: n/a

 
      10-05-2008
It worked!!!! Thanks a ton, Cheers Wendy
"Rick Rogers" <> wrote in message
news:...
> Hi,
>
> Create a shortcut to Windows Explorer, then right click it and choose
> properties. Change the target to:
>
> %SystemRoot%\explorer.exe /e, C:\
>
> Click apply/ok.
>
> --
> Best of Luck,
>
> Rick Rogers, aka "Nutcase" - Microsoft MVP
> http://mvp.support.microsoft.com/
> Windows help - www.rickrogers.org
> My thoughts http://rick-mvp.blogspot.com
>
> "Wendy7" <> wrote in message
> news:...
>> Hi, I am wondering if there is a beginners group.
>> I have Vista on my computer & I am a beginner .
>> I would like to know how to get the C folder to open automatically in the
>> Navigation panel in WindowsExp
>> instead of opening in Documents?
>> Cheers Wendy

>


 
Reply With Quote
 
Wendy7
Guest
Posts: n/a

 
      10-05-2008
Thank you ever so much, have saved your URL. Appreciate your help. Cheers
Wendy
"Telstar" <none@none> wrote in message
news:...
>
> "Wendy7" <> wrote in message
> news:...
>> Hi, I am wondering if there is a beginners group.
>> I have Vista on my computer & I am a beginner .
>> I would like to know how to get the C folder to open automatically in the
>> Navigation panel in WindowsExp
>> instead of opening in Documents?
>> Cheers Wendy

>
> http://www.theeldergeek.com/start_ex...in_c_drive.htm
>
>
>


 
Reply With Quote
 
Frank
Guest
Posts: n/a

 
      10-05-2008
the idiot of sina wrote:
> change the window explorer shortcut (right click properties to say this:
>
> %SystemRoot%\explorer.exe /e,C:\
>
>

hehehe...hey capin' crunch. Either you miss copy/pasted from google, or
else you don't know what you're doing!
Proly both!

Here is the correct cmd:
%SystemRoot%\explorer.exe /e, C:\
 
Reply With Quote
 
Jag Chan
Guest
Posts: n/a

 
      10-05-2008
Frank <> wrote in news:uUmKEEqJJHA.6004
@TK2MSFTNGP06.phx.gbl:

> the idiot of sina wrote:
>> change the window explorer shortcut (right click properties to say

this:
>>
>> %SystemRoot%\explorer.exe /e,C:\
>>
>>

> hehehe...hey capin' crunch. Either you miss copy/pasted from google, or
> else you don't know what you're doing!
> Proly both!
>
> Here is the correct cmd:
> %SystemRoot%\explorer.exe /e, C:\
>


Can somebody tell me what's the difference between above 2 commands?
 
Reply With Quote
 
Paul Montgumdrop
Guest
Posts: n/a

 
      10-05-2008
Jag Chan wrote:
> Frank <> wrote in news:uUmKEEqJJHA.6004
> @TK2MSFTNGP06.phx.gbl:
>
>> the idiot of sina wrote:
>>> change the window explorer shortcut (right click properties to say

> this:
>>> %SystemRoot%\explorer.exe /e,C:\
>>>
>>>

>> hehehe...hey capin' crunch. Either you miss copy/pasted from google, or
>> else you don't know what you're doing!
>> Proly both!
>>
>> Here is the correct cmd:
>> %SystemRoot%\explorer.exe /e, C:\
>>

>
> Can somebody tell me what's the difference between above 2 commands?


Things can be touchy at times when using parameters or trying to pass
parms into a program.

As an example %SystemRoot%\explorer.exe/e you'll notice no *space*
between exe/e could cause the statement to fail.

So both statements may look correct. But is one syntacticly correct?
 
Reply With Quote
 
Not Even Me
Guest
Posts: n/a

 
      10-05-2008
actually in one there is a space after the comma and before the C:\
that is the correct syntax
%SystemRoot%\explorer.exe /e, C:\

"Paul Montgumdrop" <> wrote in message
news:...
> Jag Chan wrote:
>> Frank <> wrote in news:uUmKEEqJJHA.6004
>> @TK2MSFTNGP06.phx.gbl:
>>
>>> the idiot of sina wrote:
>>>> change the window explorer shortcut (right click properties to say

>> this:
>>>> %SystemRoot%\explorer.exe /e,C:\
>>>>
>>>>
>>> hehehe...hey capin' crunch. Either you miss copy/pasted from google, or
>>> else you don't know what you're doing!
>>> Proly both!
>>>
>>> Here is the correct cmd:
>>> %SystemRoot%\explorer.exe /e, C:\
>>>

>>
>> Can somebody tell me what's the difference between above 2 commands?

>
> Things can be touchy at times when using parameters or trying to pass
> parms into a program.
>
> As an example %SystemRoot%\explorer.exe/e you'll notice no *space*
> between exe/e could cause the statement to fail.
>
> So both statements may look correct. But is one syntacticly correct?



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
A Good Vista Book for Rank Beginner? jim evans Windows Vista General Discussion 4 07-05-2007 12:59 AM
Vista Beginner Questions John Windows Vista General Discussion 5 04-08-2007 02:50 PM
Installing vista onto a partition - I'm a beginner Edward Windows Vista Installation 3 09-30-2006 04:15 AM
Installing vista onto a partition - I'm a beginner Edward Windows Vista Installation 2 09-28-2006 08:41 PM
Installing Vista onto a partition - I'm a beginner Edward Windows Vista Installation 0 09-28-2006 05:15 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59