Pages

Friday 7 February 2014

How To Create Undeletable And Unrenamable Folders

How To Create Undeletable And Unrenamable Folders  ?
1) Go to Start and then Click on Run.
2) Type cmd and press enter ,To open cmd.
3)  you cannot create Undeletable & unrenamable folder in your root directory . That means you can't make this kind of folder in C: drive if you installed windows on C:
3) Type D: or E: and press enter
4) Type md filename\ and press enter (md : make directory)
5)  Open that directory, you will see the folder created by you.
6) Try to delete that folder or rename that folder windows will show the error message.

How to delete that folder ?
 It is not possible to delete that folder manually but you can delete this folder by another way mentioned below.
1) Open cmd
2) Type D: ( if u created this type of folder in D: drive) and press enter
3) Type rd filename\ (rd : remove directory)
    
   Open that directory and the folder will not appear because it is removed.

0 comments:

Post a Comment