Skip to main content

How To Lock A Folder Using Command Prompt NO Extra Software Needed

How to lock a Folder using Command Prompt :-
Command prompt is one of the most powerful application in windows OS. If you have knowledge about Command prompt means you have knowledge about Windows OS in proper way. If you are familiar with command, you can easily done your work on any windows OS with less effort.
Today I am going to show you how easily you can lock a folder using command prompt in few commands and if you did same thing GUI, it will takes more effort.
First open the command prompt (start menu > cmd ) with Run as administrator.                                                                                                                

















Now I want to create a folder in D drive, so on the command prompt Change your Directory to D drive and create a folder with mkdir command.
                               







I create a Folder named rumytest in the D drive. If you want to view your folder then enter the commanddir on the same prompt.
Now on the same command prompt, enter the command
D:\>cacls D:\yourfoldername /e /p everyone:n

Now if you want to know what that small command did, Right-click on the Folder > Properties > Security tab. here you will see the Deny permission to everyone.

Now if you want to remove the restrictions then enter the command
D:\>cacls D:\yourfoldername /e /p everyone:f
Here you only changed the last value. you replace the no value to false value.
If you are thinking How this trick is effective to you ? Suppose you have 2-3 users in your PC and you want to put the restrictions on your folder so other users are not able to seen your folder contents. in this condition it,s effective for you.
You can easily find out the User on your System with net user command on the command prompt. As you seen in below image my pc have four users named Administrator , Guest, Rumyittips and test.


Now suppose you want to put the restrictions for Rumyittips user then replace the everyone to Rumyittips.
D:\>cacls D:\yourfoldername /e /p Rumyittips:n
Enjoy your Folder restrictions without any software.
Hope you like my post.How to lock a Folder using Command Prompt. Please Share with others.













Comments

Popular posts from this blog

Airtel New High Speed Proxy Trick September, October 2014

Hi frendzzz... i m Akash Raj its a default proxy trick make settings... NAME - TRICKS COLLECTOR 4 U APN - AIRTELGPRS.COM PORT - 80 proxy - zombie.proxywebproxy.info done ... open airtellive.com... and u see a box down enter your url and happy surfing Note :- Use in 150mb/day limit otherwise ur sim get Blocked.... Join us on Facebook Page:-  TRICKS COLLECTOR 4 U

Reliance 3g Direct Trick With Unlimited Download By Tricks collector 4u

hello friends i m going to re post reliance direct trick working fine do that settings:-  Apn:-Smartwap proxys:- 1.Vod.rcom.co.in 2. 220.226.186.28 3. m.twitter.com port:-80 there is no homepage save the settings and enjoyyyy if u like my posts then plzzz like myy page :-  ( https://m.facebook.com/trickscollector4u?view=page ) ‪#‎ Admin‬   Akash raj

Hacking Facebook Account Using Http Session Hijacking

What is Session Hijacking? In computer science, session hijacking, sometimes also known as cookie hijacking is the exploitation of a valid computer session—sometimes also called a session key—to gain unauthorized access to information or services in a computer system. FireSheep Tutorial fo r (http Session Hijacking) Firesheep a Firefox addon  has recently become very popular for easily carrying out a HTTP session hijacking attack. Http session hijacking attack can't be considered as a very sophisticated attack but needs some technical knowlegde to be performed . But Firesheep makes the attack a child's play. Firesheep was developed by Eric butler for Firefox, it was released at Toorcon 12 to demonstrate how serious cookie stealing can be. Now lets understand how Firesheep actually works. When you provide your username and password in login forms of different website and submit it, the browser first encrypts the password and then sends it over the network. The corr...