Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Media file management > Storing audio/video files securely
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 08-06-2009, 11:42 AM
Stream Recorder
 
Posts: n/a
Default

How to hide folders by making them hidden and system (very weak)


This method of hiding files and folders in Windows XP offers very weak protection. However it is very easy and doesn't require any software, so it might be a good way of protection against newbies thay may use your PC.

First of all, if you have a folder you want to hide, don't move it to an obvious place like "My Documents". I recommend you to create a folder on disk where there are no operating systems. It is a good idea to put it into location where someone would not typically look into. For example, create "D:\System" folder.

Now that you have a folder created in a strange location and your files are stored in that folder, we can make it hidden (and system).
To make your folder hidden:
  1. Right-click on the folder
  2. Check the "Hidden" attribute
  3. Hit the "Apply" button and the "Ok" button.
If you have a file manager like freeware Unreal Commander, you may change the attributes of the folder and make it not only hidden, but also system. In Unreal Commander:
  1. Select the folder
  2. Click File -> Change attributes.
  3. Check the "Hidden" and "System" attributes and hit the "Ok" button.
Now that your folder is Hidden (and System) we need to change the setting of Windows Explorer.
  1. Open "My Computer"
  2. From the drop-down menu slect "Tools" -> "Folder options"
  3. Check the "Hidden" and "System" attributes and hit the "Ok" button.
  4. Select the "View" tab
  5. Under the "Hidden Files and Folders" select "Do not show hidden files and folders".
  6. Hit the "Apply" button
  7. Hit the "Apply to all folders" button
  8. Hit the "Ok" button
Click OK and your folder should no longer be visible in Windows Explorer.

Please note that file managers like Unreal Commander have their own settings for showing Hidden and System files.

If you need to get access to your hidden folder, just change the settings of Windows Explorer by selecting the option "Show Hidden Files and Folders"


Advantages:
  • Free
  • No software required

Disadvantages:
  • Very weak protection (only helps to hide files from newbies).
  • Changing setting all the time takes time
Reply With Quote
  #2  
Old 08-06-2009, 12:08 PM
Stream Recorder
 
Posts: n/a
Default

Re: How to hide folders by making them hidden and system (very weak)


You can make folder System and hidden from command line by using the attrib command:
Code:
attrib foldername +s +h
To remove hidden and system attributes from the folder use
Code:
attrib foldername -s -h
Example:
Code:
attrib D:\System +s +h
attrib D:\System -s -h
Please note that you can show system and hidden files and folders from command prompt by using the following command:
Code:
dir /as /ah
Reply With Quote
Reply Post New Thread
Tags:



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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 07:59 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons