Are you tired of someone maybe friends are family deleting your work, school work, or any other files you don't want deleted, or do you want to delete another files that cannot be deleted, maybe because you get the error saying That it is a system 32 file and cannot be deleted. well guess what, you come to the correct place, follow the tutorials below. Also here's 5 computer Pranks To Try on your Victim Computer! http://www.theemolab.com/#ixzz0wKdjlT3m
This sets a file to become a system file also hidden and archive properly.
Open Command Prompt And Type The Commands Listed Below:
attrib +s +h +a filepath\filename
For Example attrib +s +h +a C:\Users\TheEmoLab\Desktop\School.txtThe command explained
attrib : States we are changing the "Attribute" of something
+s : This variable makes the "Attribute" of a file into a system file
+h : This variable makes the "Attribute" of a file hidden
+a : This variable makes the "Attribute" of a file archived
How to delete a un-deletable file.
attrib -s -h -a filepath\filename
For Example attrib -s -h -a C:\Users\TheEmoLab\Desktop\School.txtattrib -s -h -a filepath\filename
The command explained
attrib : States we are changing the "Attribute" of something
-s : This variable makes the "Attribute" of a file into a normal file
-h : This variable makes the "Attribute" of a file un-hidden
-a : This variable makes the "Attribute" of a file un-archived