Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Explorer -Toogle from command line instead of clicking?

Reply
Thread Tools Display Modes

Explorer -Toogle from command line instead of clicking?

 
 
Fred B.
Guest
Posts: n/a

 
      08-14-2007
Anyone know the syntax to toggle "show hidden files and folders"
& " hide operating system files" from a command line


Thanks
 
Reply With Quote
 
 
 
 
Ronnie Vernon MVP
Guest
Posts: n/a

 
      08-14-2007
Fred

I don't think there is a command for this option?

These are registry settings, so you could use the "reg" command to change
the options. In the command prompt, type:

reg /? to see all of the commands and syntax.

Use the reg /add command.

Here are where your target keys are located.

Show Hidden Folders and Files:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\AdvancedValue Name: HiddenData Type: REG_DWORD (DWORD Value)Value Data: (1 = Show Hidden 2 = Do Not Show)Show Hidden Operating System FilesHKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Explorer\AdvancedValue Name: ShowSuperHiddenData Type: REG_DWORD (DWORD Value)Value Data: ( 0 = Hide Files 1 = Show Files)--Ronnie VernonMicrosoft MVPWindows Shell/User"Fred B." <> wrote in messagenews:. ..> Anyone know the syntax to toggle "show hidden files and folders"> & " hide operating system files" from a command line>>> Thanks
 
Reply With Quote
 
Fred B.
Guest
Posts: n/a

 
      08-14-2007
I'm not sure there's a "command" either. I searched the KB and web but
couldn't find anything.

What I wanted to be able to do was use the command line to quickly toggle
"view" settings, not permanently change them. I prefer to keep "hidden"
files "hidden" and "protected" directories out of sight, but it seems that
once or twice a day I have to get to them.

Was just looking for a quicker way than "click, click, click" because I
don't use Explorer as my file mgr, and have do its clicks before doing what
I really want to do.

Thanks,


Fred


"Ronnie Vernon MVP" <> wrote in message
news:...
> Fred
>
> I don't think there is a command for this option?
>
> These are registry settings, so you could use the "reg" command to change
> the options. In the command prompt, type:
>
> reg /? to see all of the commands and syntax.
>
> Use the reg /add command.
>
> Here are where your target keys are located.
>
> Show Hidden Folders and Files:
> HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\AdvancedValue
> Name: HiddenData Type: REG_DWORD (DWORD Value)Value Data: (1 = Show Hidden
> 2 = Do Not Show)Show Hidden Operating System
> FilesHKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Explorer\AdvancedValue
> Name: ShowSuperHiddenData Type: REG_DWORD (DWORD Value)Value Data: ( 0 =
> Hide Files 1 = Show Files)--Ronnie VernonMicrosoft MVPWindows
> Shell/User"Fred B." <> wrote in
> messagenews:. ..> Anyone know the
> syntax to toggle "show hidden files and folders"> & " hide operating
> system files" from a command line>>> Thanks


 
Reply With Quote
 
Synapse Syndrome
Guest
Posts: n/a

 
      08-14-2007
"Fred B." <> wrote in message
news:...
> I'm not sure there's a "command" either. I searched the KB and web but
> couldn't find anything.
>
> What I wanted to be able to do was use the command line to quickly toggle
> "view" settings, not permanently change them. I prefer to keep "hidden"
> files "hidden" and "protected" directories out of sight, but it seems that
> once or twice a day I have to get to them.
>
> Was just looking for a quicker way than "click, click, click" because I
> don't use Explorer as my file mgr, and have do its clicks before doing
> what I really want to do.



You could try this .vbs script. I do not know if it works, as I have not
tried it myself. I just found it on Google:

http://forums.extremeoverclocking.co....php?p=2619228

ss.


 
Reply With Quote
 
Fred B.
Guest
Posts: n/a

 
      08-14-2007
Thanks, I'll take a look at it.

Regards,


"Synapse Syndrome" <> wrote in message
news:%...
> "Fred B." <> wrote in message
> news:...
>> I'm not sure there's a "command" either. I searched the KB and web but
>> couldn't find anything.
>>
>> What I wanted to be able to do was use the command line to quickly toggle
>> "view" settings, not permanently change them. I prefer to keep "hidden"
>> files "hidden" and "protected" directories out of sight, but it seems
>> that once or twice a day I have to get to them.
>>
>> Was just looking for a quicker way than "click, click, click" because I
>> don't use Explorer as my file mgr, and have do its clicks before doing
>> what I really want to do.

>
>
> You could try this .vbs script. I do not know if it works, as I have not
> tried it myself. I just found it on Google:
>
> http://forums.extremeoverclocking.co....php?p=2619228
>
> ss.
>


 
Reply With Quote
 
Ronnie Vernon MVP
Guest
Posts: n/a

 
      08-14-2007
SS

I tried that script and it does work. I ran the script with Windows Explorer
and I did need to refresh windows explorer a couple of times to see the
change.

Good find.

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"Synapse Syndrome" <> wrote in message
news:%...
> "Fred B." <> wrote in message
> news:...
>> I'm not sure there's a "command" either. I searched the KB and web but
>> couldn't find anything.
>>
>> What I wanted to be able to do was use the command line to quickly toggle
>> "view" settings, not permanently change them. I prefer to keep "hidden"
>> files "hidden" and "protected" directories out of sight, but it seems
>> that once or twice a day I have to get to them.
>>
>> Was just looking for a quicker way than "click, click, click" because I
>> don't use Explorer as my file mgr, and have do its clicks before doing
>> what I really want to do.

>
>
> You could try this .vbs script. I do not know if it works, as I have not
> tried it myself. I just found it on Google:
>
> http://forums.extremeoverclocking.co....php?p=2619228
>
> ss.
>


 
Reply With Quote
 
Synapse Syndrome
Guest
Posts: n/a

 
      08-14-2007
"Ronnie Vernon MVP" <> wrote in message
news:...
> SS
>
> I tried that script and it does work. I ran the script with Windows
> Explorer and I did need to refresh windows explorer a couple of times to
> see the change.


Cool, I'll try it out later.

ss.


 
Reply With Quote
 
spawnocula
Guest
Posts: n/a

 
      08-27-2007
Easiest way is:

Windows button on keyboard + E...then when window comes up hit the ALT
button, you will get the toolbar. Go to Tools menu-> Folder options-> View
Tab: uneck hide hidden files, etc..


Thanks
Spawnocula

"Fred B." wrote:

> Anyone know the syntax to toggle "show hidden files and folders"
> & " hide operating system files" from a command line
>
>
> Thanks
>

 
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
Explorer Command Line Switches JamesJ Windows Vista General Discussion 3 01-01-2008 03:13 PM
XP command line Qfreed Windows Vista Networking 2 08-25-2007 02:31 PM
Command Line CMD in Vista Ricardo Teixeira Windows Vista General Discussion 18 03-12-2007 03:00 AM
Command line switch Murali Rajendran Windows Vista Mail 4 02-28-2007 01:06 AM
Explorer Command Line Switches JamesJ Windows Vista File Management 3 02-10-2007 10:30 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