Mourning the loss of our friend, WhitPhil.
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
 
Tech Tips & Tricks
Tag Cloud
access audio black screen blue screen boot bsod connection crash dell desktop drivers dvd email error excel firefox hard drive hardware hijackthis internet keyboard laptop malware monitor motherboard network networking outlook problem processor ram recovery router safe mode screen slow sound spyware tdlwsp.dll trojan upgrade video virus vista vundo windows windows 7 windows vista windows xp wireless
Search
Search for:
Tech Support Guy Forums > General Technology > Tech Tips & Tricks >
How to completely hide files /folders in XP with DOS

Tip: Click here to scan for System Errors and Optimize PC performance
[ Sponsored Link ]

Closed Thread
 
Thread Tools
Fiaz's Avatar
Junior Member with 1 posts.
 
Join Date: Apr 2009
Experience: Intermediate
01-Apr-2009, 11:51 AM #1
Smile How to completely hide files /folders in XP with DOS
1. Open DOS ( Start>Run>type "cmd")
2. Use "cd" to move to the directory whose files you want to hide.
3. type the following command,

attrib +s +h *.*

suppose you want to hide the contents of the directory "d:\private" then type the commands below in DOS prompt:

cd\ (moves to the root directory)
D: (changes to drive D
cd private (moves to the directory called "private")
attrib +s +h *.* (hides all the files in that folder)

Last edited by JohnWill : 01-Apr-2009 03:15 PM.
Stoner's Avatar
Distinguished Member with 39,521 posts.
 
Join Date: Oct 2002
Location: Dayton,Oh
01-Apr-2009, 02:21 PM #2
Assuming Windows won't see it, does that impact backups?

Personally, I feel more secure with encryption.
JohnWill's Avatar
Computer Specs
Moderator with 96,701 posts.
 
Join Date: Oct 2002
Location: South Eastern PA, USA
Experience: Advanced age & experience
01-Apr-2009, 03:14 PM #3
Not to mention that this hack doesn't work. All I have to do is to enable viewing hidden and system folders in Folder Options in Explorer and I'll find them.
TheOutcaste's Avatar
Computer Specs
Distinguished Member with 5,486 posts.
 
Join Date: Aug 2007
Location: Oregon, USA
Experience: Intermediate
10-Apr-2009, 08:59 PM #4
Doesn't even hide them in DOS

Dir /ash will show them just fine.
Elvandil's Avatar
Computer Specs
Moderator with 36,830 posts.
 
Join Date: Aug 2003
Location: Vermont
10-Apr-2009, 10:28 PM #5
When people can have their own accounts and set permissions on their files, why is this kind of thing even of any use any more?

Free encrypters are everywhere, too.
JohnWill's Avatar
Computer Specs
Moderator with 96,701 posts.
 
Join Date: Oct 2002
Location: South Eastern PA, USA
Experience: Advanced age & experience
11-Apr-2009, 10:18 AM #6
Quote:
Originally Posted by Elvandil View Post
When people can have their own accounts and set permissions on their files, why is this kind of thing even of any use any more?
The short answer is that it's not.
Elvandil's Avatar
Computer Specs
Moderator with 36,830 posts.
 
Join Date: Aug 2003
Location: Vermont
11-Apr-2009, 10:50 PM #7
There are plenty of places in the file system where people would never look also.
gyrgrls's Avatar
Computer Specs
Senior Member with 1,259 posts.
 
Join Date: Nov 2004
Location: 40°38'28"N 124°13'27"W
Experience: Hendrix
13-Apr-2009, 12:46 PM #8
Yeah, like using ADS to hide them sensitive text files...

But I think there is even a tool available now to expose ADS!
http://wareseeker.com/free-what-are-data-streams/

I agree that it's just better to encrypt files.
Either turn on EFS or use a third party utility, like WinRAR.
Or put them in a wrapper, containing an encrypted directory. tree.
__________________
Si Dios quiere, asi, lo mismo quiero, tambien.
Que sera sera, y entonces, debemos tocar alguno
que El daremos.
buf's Avatar
buf buf is offline
Computer Specs
Distinguished Member with 2,143 posts.
 
Join Date: Nov 2001
Location: Florida USA
15-Apr-2009, 11:06 PM #9
Kruptos 2 may handle your encryption of fines just fine.
gyrgrls's Avatar
Computer Specs
Senior Member with 1,259 posts.
 
Join Date: Nov 2004
Location: 40°38'28"N 124°13'27"W
Experience: Hendrix
24-Apr-2009, 12:48 AM #10
Quote:
Originally Posted by buf View Post
Kruptos 2 may handle your encryption of fines just fine.
I use rcrypt.com

It's a DOS application, BTW.

But it works well.

I actually lost the password to one
of my text files, about 10 years ago,
and I finally cracked it.

But hey, it is my own data file (scrambled).
Nobody else would ever waste that much time.,
unless they work for the CIA.
__________________
Si Dios quiere, asi, lo mismo quiero, tambien.
Que sera sera, y entonces, debemos tocar alguno
que El daremos.
raybro's Avatar
Computer Specs
Distinguished Member with 3,946 posts.
 
Join Date: Apr 2003
Location: Santa Barbara, CA USofA
Experience: Advanced (kinda)
26-Apr-2009, 11:41 PM #11
This is no encryption program and it probably wont fool an experienced user but I find it useful for some things. It's called Free Hide Folder (because it's FREE ). If anyone is interested, take a look here.

Raybro
lawson_jl's Avatar
Computer Specs
Senior Member with 928 posts.
 
Join Date: Aug 2008
Location: Illoinois, USA
Experience: Einstein
05-May-2009, 04:04 PM #12
I use TrueCrypt to keep private files from other people. Benifits of TrueCrypt are that the data is encrypt and password protected. And if anyone did fine the Truecrypt container it would look like a file of random data. Plus you can just copy and paste the file anywhere to back it up.
__________________
Any answears I give are free and without warranty. I answear questions from the point of view of a working computer tech because that what I am.
ashleyfur's Avatar
Junior Member with 2 posts.
 
Join Date: Apr 2009
Experience: Intermediate
06-May-2009, 05:11 AM #13
Although there are many encryption programs, I feel interested in the way Fiaz gave...I'm kind of a computer idiot, so after hiding my files,how can I access to them again?
TheOutcaste's Avatar
Computer Specs
Distinguished Member with 5,486 posts.
 
Join Date: Aug 2007
Location: Oregon, USA
Experience: Intermediate
06-May-2009, 05:38 AM #14
The method Fiaz gave only hides them if you have your system set to not show hidden/system files. And even then, if you have the status bar enabled in My Computer/Windows Explorer, it will tell you there are hidden files present. It will say XX objects (plus xx hidden)

To undo it from the command line use this:
attrib -s -h *.*
Even when hidden, if you know the file name, you can still open the file simply by typing the name into the Open File dialog, or, if it's associated with a program, by typing the complete path into the Run box or a Command Prompt.

To change View Settings to show hidden/system files in My Computer/Windows Explorer:
In Windows Explorer, click on Tools | Folder Options -> View tab
Check the following:
Display the contents of system folders (not present in Win2K/Vista)
Show hidden files and folders
Uncheck the following:
Hide extensions for known file types (WinXP/Vista)
Hide file extensions for known file types (Win2K)
Hide protected operating system files (Recommended)

Jerry
And Welcome to TSG!
__________________
Microsoft MVP - Windows Desktop Experience
Of course I know all the answers ; I just don't always match the answers to the right questions
Are you aware of the New Signature Limitations?
ashleyfur's Avatar
Junior Member with 2 posts.
 
Join Date: Apr 2009
Experience: Intermediate
07-May-2009, 01:31 AM #15
Wow! Although it seems a bit complicated to me, I'd love to try it.Just for fun~~~lol~~Thank you Jerry~~I always have piles of problem of the comp and internet,I love here!
Closed Thread Bookmark and Share

Tags
dos, folder, hide, trick, windows

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Smart Search

Find your solution!



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.

Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -5. The time now is 11:10 PM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.
Powered by Cermak Technologies, Inc.