Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista file management

Vista - Showing Hidden Files folder by folder

Reply
 
Old 01-08-2008   #1 (permalink)
Bertrum


 
 

Showing Hidden Files folder by folder

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.

My System SpecsSystem Spec
Old 01-11-2008   #2 (permalink)
Brian Bradley


 
 

Re: Showing Hidden Files folder by folder


"Bertrum" <Bertrum@xxxxxx> wrote in message
newsE4F3C0C-E3D7-487F-9C48-B0C16A624D84@xxxxxx
Quote:

> 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?

My System SpecsSystem Spec
Old 01-11-2008   #3 (permalink)
Bertrum


 
 

Re: Showing Hidden Files folder by folder

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:
Quote:

>
> "Bertrum" <Bertrum@xxxxxx> wrote in message
> newsE4F3C0C-E3D7-487F-9C48-B0C16A624D84@xxxxxx
Quote:

> > 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?
>
My System SpecsSystem Spec
Old 01-15-2008   #4 (permalink)
R. C. White


 
 

Re: Showing Hidden Files folder by folder

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
rc@xxxxxx
Microsoft Windows MVP
(Running Windows Live Mail 2008 in Vista Ultimate x64)

"Bertrum" <Bertrum@xxxxxx> wrote in message
news:5BE7A574-F1A8-42AF-9D51-4E3A626B0758@xxxxxx
Quote:

> 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:
>
Quote:

>>
>> "Bertrum" <Bertrum@xxxxxx> wrote in message
>> newsE4F3C0C-E3D7-487F-9C48-B0C16A624D84@xxxxxx
Quote:

>> > 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?
My System SpecsSystem Spec
Old 01-16-2008   #5 (permalink)
Bertrum


 
 

Re: Showing Hidden Files folder by folder

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:
Quote:

> 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
> rc@xxxxxx
> Microsoft Windows MVP
> (Running Windows Live Mail 2008 in Vista Ultimate x64)
>
> "Bertrum" <Bertrum@xxxxxx> wrote in message
> news:5BE7A574-F1A8-42AF-9D51-4E3A626B0758@xxxxxx
Quote:

> > 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:
> >
Quote:

> >>
> >> "Bertrum" <Bertrum@xxxxxx> wrote in message
> >> newsE4F3C0C-E3D7-487F-9C48-B0C16A624D84@xxxxxx
> >> > 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?
>
My System SpecsSystem Spec
Old 01-02-2009   #6 (permalink)


Vista Ultimate
 
 

Re: Showing Hidden Files folder by folder

I'm trying to do the exact same thing (specifically in my music folder to hide those album art files without hiding every other hidden file on my comp...), albeit in XP Pro. One thought I've had is perhaps the desktop.ini file can have something added to customize a folder in such a way. I've had zero success finding anything for this, however. (I admittedly also can't determine if the entries/arguments here are the full extent of the desktop.ini's customizability)
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
If the pst files are in a hidden folder or are hidden how can be seen or search for ? Browsers & Mail
Hidden folder not showing in Vista Home Premium Vista General
Show hidden files-folder option Vista file management
Barely visible icons of hidden folder and files Vista file management
show hidden files and folder Vista file management


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
Designer Media Ltd

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