Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista File Management > Showing Hidden Files folder by folder

Reply
Thread Tools Display Modes

Showing Hidden Files folder by folder

 
 
Bertrum
Guest
Posts: n/a

 
      01-08-2008
Is there any way that I can make hidden files visible in only in certain
folders or on particular drives. I have some folders that contain software
under development. In these it would be useful to be able to see hidden
files, but I don't want all my other folders to show them. A per folder
setting for this would be useful, or at least a quick shortcut to toggle the
view.
 
Reply With Quote
 
 
 
 
Brian Bradley
Guest
Posts: n/a

 
      01-11-2008

"Bertrum" <> wrote in message
newsE4F3C0C-E3D7-487F-9C48-...
> Is there any way that I can make hidden files visible in only in certain
> folders or on particular drives. I have some folders that contain
> software
> under development. In these it would be useful to be able to see hidden
> files, but I don't want all my other folders to show them. A per folder
> setting for this would be useful, or at least a quick shortcut to toggle
> the
> view.


Hiding -- or showing hidden -- files and folders can be done on a
folder-by-folder basis.

To show hidden files and folders, go to the folder that contains the file or
folder you want to hide or show, then choose Tools, Folder Options, View,
"Show hidden files and folders."

Press ALT to display the Folder Menu if Tools is not displayed.

Does this help?

 
Reply With Quote
 
Bertrum
Guest
Posts: n/a

 
      01-11-2008
Thanks Brian, unfortunately that toggles the view on and off for all folders.
I was looking for a way to do it just for each specific folder. For
example, C:\Folder_1 should hide hidden files, while C:\Folder_1\Folder_2
should show hidden files. If I use the toggle in folder options, then it
applies to both folders regardless of which folder I am in when I make the
change.

"Brian Bradley" wrote:

>
> "Bertrum" <> wrote in message
> newsE4F3C0C-E3D7-487F-9C48-...
> > Is there any way that I can make hidden files visible in only in certain
> > folders or on particular drives. I have some folders that contain
> > software
> > under development. In these it would be useful to be able to see hidden
> > files, but I don't want all my other folders to show them. A per folder
> > setting for this would be useful, or at least a quick shortcut to toggle
> > the
> > view.

>
> Hiding -- or showing hidden -- files and folders can be done on a
> folder-by-folder basis.
>
> To show hidden files and folders, go to the folder that contains the file or
> folder you want to hide or show, then choose Tools, Folder Options, View,
> "Show hidden files and folders."
>
> Press ALT to display the Folder Menu if Tools is not displayed.
>
> Does this help?
>

 
Reply With Quote
 
R. C. White
Guest
Posts: n/a

 
      01-16-2008
Hi, Bertrum.

I'm not sure that I fully understand your question, but maybe...

Open a Command Prompt window and use the Attrib command to toggle the Hidden
attribute for the files you select. For example:
C:\>Attrib C:\Folder_1\*.* +h
C:\>Attrib C:\Folder_1\Folder_2\*.* -h

As usual in the Command Prompt window, just type Attrib /? for a mini-help
file showing all the parameters and switches available for the Attrib
command. You might want to right-click on Command Prompt in All Programs |
Accessories and click Run as Administrator to get the Administrator:Command
Prompt window. In this window, all commands run elevated, so you don't need
to continually furnish Administrator credentials.

RC
--
R. C. White, CPA
San Marcos, TX

Microsoft Windows MVP
(Running Windows Live Mail 2008 in Vista Ultimate x64)

"Bertrum" <> wrote in message
news:5BE7A574-F1A8-42AF-9D51-...
> Thanks Brian, unfortunately that toggles the view on and off for all
> folders.
> I was looking for a way to do it just for each specific folder. For
> example, C:\Folder_1 should hide hidden files, while C:\Folder_1\Folder_2
> should show hidden files. If I use the toggle in folder options, then it
> applies to both folders regardless of which folder I am in when I make the
> change.
>
> "Brian Bradley" wrote:
>
>>
>> "Bertrum" <> wrote in message
>> newsE4F3C0C-E3D7-487F-9C48-...
>> > Is there any way that I can make hidden files visible in only in
>> > certain
>> > folders or on particular drives. I have some folders that contain
>> > software
>> > under development. In these it would be useful to be able to see
>> > hidden
>> > files, but I don't want all my other folders to show them. A per
>> > folder
>> > setting for this would be useful, or at least a quick shortcut to
>> > toggle
>> > the
>> > view.

>>
>> Hiding -- or showing hidden -- files and folders can be done on a
>> folder-by-folder basis.
>>
>> To show hidden files and folders, go to the folder that contains the file
>> or
>> folder you want to hide or show, then choose Tools, Folder Options, View,
>> "Show hidden files and folders."
>>
>> Press ALT to display the Folder Menu if Tools is not displayed.
>>
>> Does this help?


 
Reply With Quote
 
Bertrum
Guest
Posts: n/a

 
      01-16-2008
Hey RC,

Thanks for the info, it helpful for other things I need to do, but does not
address the issue I have directly I'm afraid.

Let me try to elaborate. What I desire is to have the 'show hidden files'
feature turned on in some of my folders while it is still turned off in
others. At the moment, if I have two folders that both contain a mixture of
hidden and non hidden files, I can turn on the 'show hidden files' feature
and see the hidden files in both my folders. What I want to do though is
show all the files (hidden and non-hidden) in one folder, while at the same
time showing only non-hidden files in another folder.

Put another way, I want the 'show hidden files' parameter to attach itself
to a particular folder, not to the entire file system.

I'm beginning to think it simply cannot be done, But thanks to all who have
read this and tried to think of ways.

"R. C. White" wrote:

> Hi, Bertrum.
>
> I'm not sure that I fully understand your question, but maybe...
>
> Open a Command Prompt window and use the Attrib command to toggle the Hidden
> attribute for the files you select. For example:
> C:\>Attrib C:\Folder_1\*.* +h
> C:\>Attrib C:\Folder_1\Folder_2\*.* -h
>
> As usual in the Command Prompt window, just type Attrib /? for a mini-help
> file showing all the parameters and switches available for the Attrib
> command. You might want to right-click on Command Prompt in All Programs |
> Accessories and click Run as Administrator to get the Administrator:Command
> Prompt window. In this window, all commands run elevated, so you don't need
> to continually furnish Administrator credentials.
>
> RC
> --
> R. C. White, CPA
> San Marcos, TX
>
> Microsoft Windows MVP
> (Running Windows Live Mail 2008 in Vista Ultimate x64)
>
> "Bertrum" <> wrote in message
> news:5BE7A574-F1A8-42AF-9D51-...
> > Thanks Brian, unfortunately that toggles the view on and off for all
> > folders.
> > I was looking for a way to do it just for each specific folder. For
> > example, C:\Folder_1 should hide hidden files, while C:\Folder_1\Folder_2
> > should show hidden files. If I use the toggle in folder options, then it
> > applies to both folders regardless of which folder I am in when I make the
> > change.
> >
> > "Brian Bradley" wrote:
> >
> >>
> >> "Bertrum" <> wrote in message
> >> newsE4F3C0C-E3D7-487F-9C48-...
> >> > Is there any way that I can make hidden files visible in only in
> >> > certain
> >> > folders or on particular drives. I have some folders that contain
> >> > software
> >> > under development. In these it would be useful to be able to see
> >> > hidden
> >> > files, but I don't want all my other folders to show them. A per
> >> > folder
> >> > setting for this would be useful, or at least a quick shortcut to
> >> > toggle
> >> > the
> >> > view.
> >>
> >> Hiding -- or showing hidden -- files and folders can be done on a
> >> folder-by-folder basis.
> >>
> >> To show hidden files and folders, go to the folder that contains the file
> >> or
> >> folder you want to hide or show, then choose Tools, Folder Options, View,
> >> "Show hidden files and folders."
> >>
> >> Press ALT to display the Folder Menu if Tools is not displayed.
> >>
> >> Does this help?

>

 
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
Show hidden files-folder option FOLDER OPTION not active Windows Vista File Management 0 02-24-2008 12:43 PM
Barely visible icons of hidden folder and files George Windows Vista File Management 0 02-03-2008 08:45 PM
Re: I have 30GBs of files that are not showing up in any folder - HELP!!! Nibiruian6 Windows Vista File Management 1 01-13-2008 02:41 PM
show hidden files and folder Riccardo Windows Vista File Management 3 06-04-2007 12:50 PM
File Browser in IE issues with Desktop Folder not showing files. Dan73 Windows Vista General Discussion 1 06-27-2006 02:14 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