Command Prompt Tricks 

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:

Command Prompt Tricks 1

 

STEP2

 

Type CMD on the top and press Enter:

Command Prompt Tricks 2

STEP3

 

Command Prompt will open:

Command Prompt Tricks Step 3

 

STEP4

 

Type “md aux\” and hit enter:

Command Prompt Tricks step 4

STEP5

 

This will create a folder named “aux” which cannot be moved, copy, cut or deleted like ordinary folders:

Command Prompt Tricks step 5

 

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:

Command Prompt Tricks Step 6

 

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”:

Command Prompt hiding folder step 1

 

STEP2

 

 

Type “attrib +h +s +r data”, hit enter:

Command Prompt hiding folder step 2

STEP3

 

After you will refresh your holder will be hidden and will not be visible anymore:

Command Prompt hiding folder step 3

 

STEP4

 

 

If you want to view or show that folder “attrib -h -s –r data”:

Command Prompt hiding folder step 4

STEP5

 

If you want to view or show that folder “attrib -h -s –r data”:

Command Prompt hiding folder step 5

 

Summary

In this post, we have discussed two tricks which facilitate us for creating secured and hidden folder using Windows Command Line.

Written by 

avatar
4 Comment threads
0 Thread replies
0 Followers
 
Most reacted comment
Hottest comment thread
1 Comment authors
Warda 982011 Recent comment authors
  Subscribe  
newest oldest most voted
Notify of