How to create Non Delete Folder
Bhubaneswar, (Cyber Expert)- Erasing a file is a straightforward task, even if you‘re not very tech-savvy, but sometimes the right files can be deleted. If there is a folder that you don’t ever want to erase, creating an undeletable folder is your best. Plz follow few lines of command.
Open notepad in your system, It may be laptop or desktop. After that write two lines of code on Notepad.
@echo off
md con\
Then save as .bat extension (example- nondelete.bat) in a folder. N.B-Save as type should be “All Files”
You should save this file, which folder you make Non delete folder. After that you will find a file in your non delete folder, Click on the file.
After this processes You can not delete manually this folder. If you want delete this folder only write code rd con\ instead of md con\ same as above process. If problem arise comment us.