Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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:
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:
Disadvantages:
|
#2
|
|||
|
|||
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 Code:
attrib foldername -s -h Code:
attrib D:\System +s +h attrib D:\System -s -h Code:
dir /as /ah |
Tags: |
Thread Tools | |
Display Modes | |
|
|