How to Delete Invisible Folder
Loading...
4,548
Loading...
Uploader Comments (jakash3)
see all
All Comments (32)
-
this guy's the real deal...
-
@TheLeMoNJuIcE191 OH MY GOD!!! I LOVE YOU!!!!!
This method was not helpful - jakash3
THANK TOY THELEMONJUICE191!!!
-
i kno the easyest way to do it
1) download win rar
2) righ click on the folder and click "add to archive"
3)when archiving tic the box that says "delete after achiving"
4)after doing that you have a rar file
5)DELETE THAT MOTHER FUCKER!!!!! :D
-
Thank you very much ;D
-
What if I don't know exactly what the folder's name is. All I know is that the name is invisible
-
fuck you
-
what happens if u foler has no name?
-
Really great. Thanks a billion
-
THANKS!
I made about 12 invisible files and i couldn't get rid of them until today
-
thank you so much!!! 5 stars and subcribe. thanks again.
Loading...
how do you delete it if its in your documents???
FruiteBu 2 years ago
cd "%userprofile%\Documents"
ren "{ALT+255}" "othername"
del /f /q "othername"
jakash3 2 years ago
I get a message that says "The Syntax of the Command is Incorrect" please help me
xafrion 3 years ago
The syntax: ren " " "foldername"
After you type: ren "
then you use the key combo ALT+255 which should produce a blank space then use ending quotes, then space then type "foldername" and press enter.
jakash3 3 years ago
After renaming the folder as shown in my above comment, type: DEL /F /Q "foldername"
and press enter; that should delete it.
jakash3 3 years ago
How can you delete it in your document folder?
kazn91 3 years ago
In cmd first type: cd "%userprofile%\documents"
Then press enter
and type: ren " " "newname"
then press enter and type: del /f /q "newname"
When renaming the file with the "ren" command make sure you use the ALT+255 key combo when specifying the file to rename it to.
jakash3 3 years ago