Create a Undeletable Folder
Hello friends, find a way that if you want to create a folder that can not be removed by any user, who would like to continue. Well, that might seem strange to your friends and say "no".
But to prove otherwise, the nut.
Here are the steps to do so:
1. Open the command prompt (Windows key + R and type cmd and hit enter).
2. Type cd\ (it brings command out to C drive).
3. Now is the tricky part, you have to type this:
md\\.\<YourDrivehere>:\con (Replace YourDriveHere with your desired drive and you can add further pat
Now, ask friends to remove it, and be surprised that the folder can not be deleted. In fact, this is due to the error that Windows can not create a folder named, so you can`t remove a folder that you don`t you create.
However, if you ever want to delete this folder, Do remember that it won`t get deleted by normal deletion but rather by this command:
rd\\.\ <YourDrivehere> :\con (Replace YourDriveHere with your desired drive and you can add further path too.)
0 comments for this post
Leave a reply