How to create a undeletable and unrenameable folder using cmd
To perform this trick follow below steps:
1.Go to start and search run .
2.click on run .and type cmd and hit enter.(To open command prompt)
3.Type D: (for local disk D) or E: (for local disk E) and hit enter.
4.Type md con\ and hit enter.
5.You may also use words such as aux , lpt1 , lpt2 , lpt3 upto lpt9 instead of con in above step.
6.Now folder named con will be created in your local disk.
7.If you try to delete or rename that folder you will recieve a error message.
To delete that folder follow below steps:
1.Open cmd.
2.Type D: (If you create that folder in drive D: ) and hit enter.
3.type rd con\ and hit enter.
4.finally folder is removed.
0 Please Share a Your Opinion.:
Post a Comment