In this article we are going to discuss some tricks which are going to facilitate us for creating secured and hidden folder.
1. Creating secure folder using Command Prompt
If you want to create a secure folder that cannot be moved, cut or copy and deleted then open command prompt in the folder where you want to create secured folder.
STEP1
Open folder where you want to create secured folder:
STEP2
Type CMD on the top and press Enter:
STEP3
Command Prompt will open:
STEP4
Type “md aux\” and hit enter:
STEP5
This will create a folder named “aux” which cannot be moved, copy, cut or deleted like ordinary folders:
STEP6
And if you want to delete that secured folder that you are ought to type “rd aux\”, but for this folder should be empty:
2. Hiding important folder using Command Prompt
If you want some important personal folder to be hidden from others even after hidden folders are shown though CMD then you are ought to follow below steps:
STEP1
Open CMD in the particular folder which you want to hide. For example you want to hide folder with name “data”:
STEP2
Type “attrib +h +s +r data”, hit enter:
STEP3
After you will refresh your holder will be hidden and will not be visible anymore:
STEP4
If you want to view or show that folder “attrib -h -s –r data”:
STEP5
If you want to view or show that folder “attrib -h -s –r data”:
Summary
In this post, we have discussed two tricks which facilitate us for creating secured and hidden folder using Windows Command Line.
Is there any other way to bring that hidden folder back?
If a person who is not aware from this hidden folder can view that folder?
Is there any other way for hiding folder?
Good & informative Post