hide certain file types

embeth

New member
Local time
8:48 PM
Messages
2
there was a post i found that had almost what i needed.


http://www.sevenforums.com/customization/81717-hide-all-certain-file-type-folder-tree.html


i need to hide certain files types in a folder and a set of subfolders, though there is files in there i want to view


attrib +h *.nfo /s


however there are jpg files in there i want to hide though i dont want them to be hid system wide.

is there a way i can hide certain file types in a folder 'only'
 

My Computer

OS
Windows 7 Ultimate x64
Just highlight all the files you want to hide, right click (with the cursor on one of the selected files), click properties, then check the box "Hidden".
 

My Computer

Computer Manufacturer/Model Number
Too many to describe...
OS
Windows 7 x64 pro/ Windows 7 x86 Pro/ XP SP3 x86
i have been doing that but there a few subfolders... and doing it to each and everyone of them is a bit time consuming
 

My Computer

OS
Windows 7 Ultimate x64
What's wrong with the command you have already:

attrib +h *.nfo /s
The switch "/s" applies the command to all subfolders
just leave it out and only the folder you're in is affected.

Here is the complete list of options:

ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [[drive:] [path] filename] [/S [/D]]

+ Sets an attribute.
- Clears an attribute.
R Read-only file attribute.
A
Archive file attribute.
S System file attribute.
H
Hidden file attribute.
/S Processes files in all directories in the specified path.
/D Process folders as well.

If you want the command only to be applied to certain subfolders...just move all subfolders that shouldn't be touched to a different location (i.e the desktop), run the command and move them back.

-DG
 
Last edited:

My Computer

Computer Manufacturer/Model Number
HP m8000n
OS
Windows 7 Ultimate x86
CPU
DualCore AMD Athlon 64 X2, 2600 MHz 5200+
Motherboard
Asus M2N68-LA (Narra)
Memory
Samsung 2GB DDR2
Graphics Card(s)
Onboard NVIDIA GeForce 6150SE nForce 430
Sound Card
Onboard nVIDIA nForce 6100-430 (MCP61P)
Monitor(s) Displays
Westinghouse 19" LED
Screen Resolution
1280x1024
Hard Drives
SATA II Seagate Barracuda 500GB
USB II WD Elements 500GB
USB II WD My Book 1TB
USB II WD My Book 2TB
PSU
Stock (HP)
Case
Stock (HP)
Cooling
Stock
Keyboard
Logitech Classic KB 200
Mouse
Standard HP opticle USB mouse
I use a software for hiding files and folders,have you considered that option
this one is free
HERE
 

My Computer

Computer Manufacturer/Model Number
Hewlett packard/p6512uk
OS
Microsoft Windows 7 Home Premium 64-bit 7600
CPU
IIx4 amd athelon 635 processor
Motherboard
FOXCONN 2AA9
Memory
2x2gb
Graphics Card(s)
ati radeon HD 5450
Sound Card
(1) Realtek High Definition Audio (2) AMD High Definition
Monitor(s) Displays
samsung lcd tv 32"
Screen Resolution
1360x 768
Hard Drives
(1) WDC WD10 01FAES-60Z2A0 SATA Disk Device (2) Maxtor OneTouch USB Device (3) ST310003 33AS USB Device (4) WD My Book 1111 USB Device
PSU
?
Cooling
air!
Keyboard
wireless hp
Mouse
wireless Hp,optical
Internet Speed
1.10mb/s
Antivirus
MSE
Browser
Firefox
Back
Top