
Originally Posted by
junaxM
e. Now, you’re at command prompt, type,
1. c:
2. cd\
3. attrib
if you find those things, the mp3 things,, just type in the command prompt,
4. attrib *.exe -s -h -r
5. del *.exe
6. attrib, (if the files are gone) your successful, .
the 1,2,3,4 instruction, it means that after your type c: , you need to type cd\ , to go to the root directory.
the attrib is a windows command that allows you to show hidden files and allows you to hide shown files
eg : attrib noname.exe -s -h -r
+h = hide file
+s = system file
+r = read only file
-h = unhide the file
-s = remove system file attribute
-r = remove read only attribute.