We are again with a great trick.
In this session we will be discussing about How to Create a Folder which can’t be Accessed, Deleted, Moved or Renamed?
So read ahead and enjoy!

Create a Folder which can’t be Accessed, Deleted, Moved or Renamed

Easy Steps:

1. Create a new folder on Desktop with any Name.
2. Open Command Prompt [Press Ctrl+R and Type cmd and press Enter.]
3. Type cd desktop” (Without Quotes) in Command Prompt and press Enter.
4. Copy the given below code.
Code:
cacls {foldername} /e /c /d %username%


Modification: Just replace  {foldername} with the Name of your Folder you created.
For Example: If you created  a folder with the name as Tricks then your modified code will look like this:
cacls Tricks /e /c /d %username%

5. Now come to the Command Prompt Window and right click on the screen at anywhere. Click on Paste Option (See Image).
6. Your modified copied code is pasted in command prompt. Now just press Enter.
7. Hurrah, you successfully Created a folder which can’t be Accessed, Deleted, Moved or Renamed. Now its time to check whether it really worked or not. So come back to your desktop and try to open your created folder.
You would get the following message:
If you click on Continue then you get the following message:
If you try to delete, rename or move the folder then you get following messages:
If you click on Continue then you get following screen:
So your folder is totally protected which can’t be accessed, moved, renamed and deleted by anyone!

How to make your folder Normal?

Easy Steps:

1. Open Command Prompt.
2. Type “cd desktop” (Without Quotes) in Command Prompt and press Enter.
3. Copy the given below code.
Code:

cacls {foldername} /t /c /g %username%:f
Modification: Just replace  {foldername} with the Name of your Folder you created.
For Example: If you created  a folder with the name as Tricks then your modified code will look like this:
cacls Tricks /t /c /g %username%:f

4. Now come to the Command Prompt Window and right click on the screen at anywhere. Click on Paste Option.
5. Your copied code is pasted in command prompt. Now it will ask you to confirm, so just type Y and press Enter.
 
That’s All!
You successfully made your folder normal again.
So, did you enjoyed?
Absolutely, Why Not?
So, Share it with your friends!

Submit Us your Windows Problem and Get is solved absolutely Free of Cost!

SUBMIT NOW 

Download our android app Tricky Time and receive all the solutions directly in the app!
.

TrickyTime Telegram Channel

LEAVE A REPLY

Please enter your comment!
Please enter your name here