LET'S GET STAREDED
1. Open the Command Prompt as administrator.
2. At the Command Prompt, enter the drive name like D: or E: where you wish to create the undeletable folder and press Enter.
3. Next, type "md con\" command to create a folder with a reserved name "con" and press Enter.
Now, open File Explorer and try to delete or rename the "con" folder, you'll get the error message like "Could not find this item" or "invalid file handle".
4. As of the Fall Creators Update, Windows can't let you even browse the files inside the "con" folder.
In order to move any important files into or outside of this undeletable folder, you may also have to do it by running the "move" command at the Command Prompt.
DELETING THE UNDELETABLE FOLDER:
Now you might be wondering how to delete undeletable folder using CMD? Although, it is impossible to manually delete the folder using File Explorer,
• you can delete that folder by typing "rd /s/q con\" at the elevated Command Prompt.
No comments:
Post a Comment