How to Make Files/Folders Undeletable in Windows?

Several users are wondering how to create files/folders that are unable to delete by anyone or by mistake. Sometimes we want to save our data in a place which doesn’t get the delete option unless we modify it. In this article, we will tell you about how to create folders/files that will be undeletable to keep the data safe.

How to make undeletable files and folders

Method 1: Changing the Permission of the Folder/File

By changing the permission of a folder/file, you can disable the access for any function over that. This can be done for any file/folder in Windows by changing the permissions through the properties. This is also the best option for changing the permission for standard users and can be reverted only by the administrator.

  1. Right-click on the File/Folder that you want to change permission for and choose the Properties option.
    Opening properties of the folder
  2. Select the Security tab and click the Edit button. A new permission Window will appear with options enabled.
    Opening security permission
  3. You can select each group that is available in the list and choose Deny Full Control box for every group.
    Deny all groups
  4. Once you are done, click Apply, Click Ok for both windows and you are done.
  5. Now you or any other user cannot delete that file/folder without turning back the permissions to how it was.

Method 2: Creating Undeletable File/Folder with the Name of Windows Reserved Keywords

You cannot use a few keywords for creating files and folders. These keywords are reserved for Windows functions use. However, there is still a method where you can create folders with a name similar to these keywords. You can create a folder that can’t be controlled without a command prompt.

Warning: Creating a folder/file with one of the keywords may confuse system default functions.

Reserved Keywords: CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9

  1. Hold the Windows key and press S to open the search function. Type cmd, hold CTRL+SHIFT and press Enter altogether to open it as an administrator. You can also right-click and choose Run as administrator option.
    Opening command prompt as an administrator
  2. By default, the directory will be C. You can change drive by typing “D:” or any letter that you want. For folders you need to type “cd” then folder name with spaces between as shown below:
  3. To create the folder, type “md con\” and press Enter. You can choose any of the keywords listed above instead of con.
    Creating a folder con
  4. You can try renaming or deleting the con folder and the system won’t allow it. You can also not open the folder without cmd commands.
  5. To copy/move files to/from the folder you created, you need to use the following commands:
    copy "d:\Program Files\temp.docx" "d:\Program Files\con\"

    Note: The first location is for the file that you want to move/copy. The second location is for where you want to copy/move that file.

    Copy and move commands
  6. Finally, this folder may confuse your system. So to delete it you need to type the following command:
    rd /s /q con\

    Note: Make sure you are in the directory where the file is located.

    Delete command
ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.