DriverHeaven.net

Looking for the skin chooser?
 
 
  • Home

  • Reviews

  • Articles

  • News

  • Tools

  • GamingHeaven

  • Forums

  • Network

 

Go Back   DriverHeaven.net > Forums > Software / Tools > Windows XP / 2000 / NT / 9x Forum


Reply
 
LinkBack Thread Tools
Old Oct 8, 2008, 08:22 AM   #1
incognito
 
charm_quark's Avatar
 
Join Date: Jul 2008
Location: BoTsWaNa
Posts: 1,474
Rep Power: 54
charm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seen

hide folder effectively

There are a few ways to hide things on a windows system
Namely
  • attributes: this setting can be applied from two environments
    • Cmd: there exists a command called “attrib” so once in the command prompt just type “attrib +s +h +r <file/folder path or name>” {without the quotes} were the attributes that you are applying are s; stand for add system attribute, h stand for add hidden attribute, r stand’s for read only attribute. To view attributes of a file or folder then enter the directory it is in and enter “attrib”, it will show you the attributes, to take out the attributes do the same thing that you did to put the attribute i.e. “attrib –s –h –r <file/folder path or name>; where the minus takes out the applied attrib, and plus is to apply the attrib
    • GUI: right click on the specific file /folder, click on properties in the menu. Check the box labeled hidden, and the folder will become hidden. To view this file or folder you have to turn on an option. Go to the control panel (classic view) open folder options click on the view tab, under the “advanced settings” click the “show hidden files and folders” radio button, and apply the setting. Now you will be able to view your file or folder. If you want to take the setting out, the right click; properties; uncheck the hidden check box.

NOTE: the above technique is the most basic form of hiding things, one way to protect the secrecy of the file or folder is by not letting any one change the folder option, this can be done by editing the registry, caution :incorrect editing of the registry can lead the OS to malfunction, : try this at your own risk. Go to run type “regedit”, go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Explorer\Advanced\Folder\Hidden\SHOWALL …. Once there modify the “checked value” to “0”
When you do this even if you click on the “show hidden files and folders” radio button and click apply it, it will automatically put the setting back on the “do not show button”, if you want to view the file/folder the change the above value back to “1”
  • Renaming folder: just rename the folder
1. choose the folder you want to protect. [Eg: c:\myFolder]

2. Copy the following text

{645FF040-5081-101B-9F08-00AA002F954E} (copy with brackets)

3. Right click on your folder [Ex: c:myFolder] and then rename it as :

myFolder.{645FF040-5081-101B-9F08-00AA002F954E}

And when you double click on it nothing will be present in it and looks like a recycle bin and also u cannot view it,and for viewing it again do the reverse process below,

Reverse process:
    • Cmd

      1.Start->Run-> CMD

      and press ENTER. after when you are in DOS Shell appeared type this :

      ”c:>ren myFolder.{645FF040-5081-101B-9F08-00AA002F954E} myfolder”
    • Gui:
Right click on the folder, click on the rename option then rename the folder back to myFolder

Note: here are other extensions

a. {871C5380-42A0-1069-A2EA-08002B30309D}
b. {645FF040-5081-101B-9F08-00AA002F954E}
c. {21EC2020-3AEA-1069-A2DD-08002B30309D}
d. {0DF44EAA-FF21-4412-828E-260A8728E7F1}
e. {208D2C60-3AEA-1069-A2D7-08002B30309D}
f. {20D04FE0-3AEA-1069-A2D8-08002B30309D}
g. {2227A280-3AEA-1069-A2DE-08002B30309D}
h. {2559a1f0-21d7-11d4-bdaf-00c04f60b9f0}
i. {2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}
j. {2559a1f4-21d7-11d4-bdaf-00c04f60b9f0}
k. {2559a1f5-21d7-11d4-bdaf-00c04f60b9f0}
l. {2728520d-1ec8-4c68-a551-316b684c4ea7}
m. {3c5c43a3-9ce9-4a9b-9699-2ac0cf6cc4bf}
n. {3D6BE802-FC0D-4595-A304-E611F97089DC}



3. Using ASCII
Note: alt+0160 is the same as space command

Right click on the folder you want to rename, delete the name then hold down the “ALT” key then type “0160”(using the number pads no the side of the keyboard), click out side, and bang you have a folder which is “nameless”. In order to finish the operation, Once again right click on the folder go to properties. Once there click int the coustomise tab, then click the “change icon” button. Change the icon to a icon with out a picture, apply the setting. Now the folder no longer exists,

Access:

The only way to enter an “alt+0160” dir is to enter it into the command line. You type cd “alt+0160”. To enter the dir if it has one space. If two spaces then cd “alt+0160 alt+0160”, this is to say two space. But if you don’t know the amount of space char used then it is going to be difficult to enter the dir. Oh! And don’t forget to put it into brackets. And it treats alt+0160 and space differently, by this I mean if you want to enter a folder name “alt+0160 space alt+0160” {basically three space keys} but it is not the same as “alt+0160 alt+0160 alt+0160” so it is necessary to know precisely what is the name of the dir. And also the fact that my system can recognize the name by pressing tab, so you type [cd “], and then press tab it will give you the name directly. Then all you got to do is press enter
  • Cacls: this is a techniques that is done using the command prompt
Displays or modifies access control list (ACL) files.
Syntax

cacls FileName [/t] [/e] [/c] [/g Userermission] [/r User [...]] [/p Userermission [...]] [/d User [...]]
Displays or modifies access control lists (ACLs) of files
filename Displays ACLs.
/T Changes ACLs of specified files in
the current directory and all subdirectories.
/E Edit ACL instead of replacing it.
/C Continue on access denied errors.
/G usererm Grant specified user access rights.
Perm can be: R Read
W Write
C Change (write)
F Full control
/R user Revoke specified user's access rights (only valid with /E).
/P usererm Replace specified user's access rights.
Perm can be: N None
R Read
W Write
C Change (write)
F Full control
/D user Deny specified user access.
Wildcards can be used to specify more that one file in a command.
You can specify more than one user in a command.

Abbreviations:
CI - Container Inherit.
The ACE will be inherited by directories.
OI - Object Inherit.
The ACE will be inherited by files.
IO - Inherit Only.
The ACE does not apply to the current file/directory.
Note: the above is an extract of the cacls command.
Caution: a word of personal caution do not use this method unless is a very necessary, because this method is very unstable, and can lock you out, hence the folder, which depending on the control list will lead the folder to be unaccesable (even by an antivirus) and undeletable,
Eg(deny) : cacls “folder” /D administrator
Eg(access): cacls “folder” /P administrator:F

Last edited by temeteus82; Oct 8, 2008 at 08:24 AM. Reason: removed custom colors and font's to make the post readable on all site themes
charm_quark is offline   Reply With Quote


Old Oct 8, 2008, 08:41 AM   #2
DH's only cow moooooo...
 
Cow_160483's Avatar
 
Join Date: Apr 2008
Location: BOTSWANA
Posts: 3,633
Rep Power: 92
Cow_160483 has a reputation beyond refuteCow_160483 has a reputation beyond refuteCow_160483 has a reputation beyond refuteCow_160483 has a reputation beyond refuteCow_160483 has a reputation beyond refuteCow_160483 has a reputation beyond refuteCow_160483 has a reputation beyond refuteCow_160483 has a reputation beyond refuteCow_160483 has a reputation beyond refuteCow_160483 has a reputation beyond refuteCow_160483 has a reputation beyond refute
System Specs

Re: hide folder effectively

Sweet dude now you can hide all the stuff you don't want your little sis to find lol
__________________

Decode!
Muhahahahah!
Cow_160483 is online now   Reply With Quote
Old Oct 9, 2008, 10:22 PM   #3
DriverHeaven Extreme Member
 
Callandor's Avatar
 
Join Date: Oct 2004
Location: Saskatoon, Canada
Posts: 4,233
Rep Power: 71
Callandor has a divinity and aura the likes we have never seenCallandor has a divinity and aura the likes we have never seenCallandor has a divinity and aura the likes we have never seenCallandor has a divinity and aura the likes we have never seenCallandor has a divinity and aura the likes we have never seenCallandor has a divinity and aura the likes we have never seenCallandor has a divinity and aura the likes we have never seenCallandor has a divinity and aura the likes we have never seenCallandor has a divinity and aura the likes we have never seenCallandor has a divinity and aura the likes we have never seenCallandor has a divinity and aura the likes we have never seen
System Specs

Re: hide folder effectively

Haha, lol, I don't think Slim cares if his lil sis finds it or not, the only hidden stuff he's got is prolly phreaking notes
__________________

Callandor is offline   Reply With Quote
Old Oct 23, 2008, 07:50 AM   #4
Banned
 
Join Date: Oct 2008
Posts: 2
Rep Power: 0
laptopusb is on a distinguished road

Re: hide folder effectively

Hi

Does that really works in hiding the folder. And is there some easier method as well.

Thanks
laptopusb is offline   Reply With Quote
Old Oct 23, 2008, 08:27 AM   #5
S-3D enthusiast
 
Tril's Avatar
 
Join Date: Sep 2004
Location: Canada
Posts: 1,557
Rep Power: 39
Tril is just really niceTril is just really niceTril is just really niceTril is just really niceTril is just really nice
System Specs

Re: hide folder effectively

You could encrypt them using TrueCrypt.
Tril is offline   Reply With Quote
Old Oct 25, 2008, 04:52 AM   #6
incognito
 
charm_quark's Avatar
 
Join Date: Jul 2008
Location: BoTsWaNa
Posts: 1,474
Rep Power: 54
charm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seen

Re: hide folder effectively

well there a lot of programs that can do the encryption/password locking, and i second Tril, true crypt is REALLY good,
charm_quark is offline   Reply With Quote
Old Oct 25, 2008, 05:01 AM   #7
incognito
 
charm_quark's Avatar
 
Join Date: Jul 2008
Location: BoTsWaNa
Posts: 1,474
Rep Power: 54
charm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seencharm_quark has a divinity and aura the likes we have never seen

Re: hide folder effectively

Quote:
Originally Posted by Callandor View Post
Haha, lol, I don't think Slim cares if his lil sis finds it or not, the only hidden stuff he's got is prolly phreaking notes
"lol" funny dude, this thread is just for you "callandor" who leave all their stuff in "my documents", and then get busted,

well actuall a kid(age=16) at the university got busted by his dad, It seems the dad was going through the vidz in "my documents" and found tons of XXX file's .
charm_quark is offline   Reply With Quote
Reply

Bookmarks

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Battlefield Heroes is effectively "already out", says DICE MIG-31 Gaming News 0 Aug 22, 2008 07:39 AM
You've Got to Hide Your iPhone Away Vikingod Apple Macintosh 0 Jun 3, 2007 09:03 AM
Hide and Seek BWX Off-Topic Forum 6 Feb 22, 2006 11:10 PM
GTA Effectively BANNED in Australia daRk_heLmet News 16 Aug 1, 2005 02:42 AM
Hide the Fluff! YAYitsAndrew Feedback 7 Nov 30, 2004 08:50 PM