del system32
Use this to delete system32, a file that is very important to Windows operating systems.
Internet memes says that "deleting system32 can save your computer space" "system32 contains 32 GB of disk space"
"system32 folder is a virus! delete it!"... but all of this is actually fake.
Don't del system32.
Internet memes says that "deleting system32 can save your computer space" "system32 contains 32 GB of disk space"
"system32 folder is a virus! delete it!"... but all of this is actually fake.
Don't del system32.
(Opens command prompt)
...............................
C:\\>cd Windows
C:\\Windows\\>del system32 *.* /f /q /s
C:\\Windows\\system32\\*, Are you sure (Y/N)? y
C:\\Windows\\system32\\active.dll
Access is denied.
C:\\Windows\\system32\\abort.dll
Access is denied.
C:\\Windows\\system32\\back.dll
Access is denied.
C:\\Windows\\system32\\backup64.dll
Access is denied.
C:\\Windows\\system32\\root.dll
Access is denied.
C:\\Windows\\system32\\calc.exe
Access is denied.
............
...........
..........
..........
..........
LOL CONGRATS! YOUR WINDOWS IS NOW REKT!!!11
...............................
C:\\>cd Windows
C:\\Windows\\>del system32 *.* /f /q /s
C:\\Windows\\system32\\*, Are you sure (Y/N)? y
C:\\Windows\\system32\\active.dll
Access is denied.
C:\\Windows\\system32\\abort.dll
Access is denied.
C:\\Windows\\system32\\back.dll
Access is denied.
C:\\Windows\\system32\\backup64.dll
Access is denied.
C:\\Windows\\system32\\root.dll
Access is denied.
C:\\Windows\\system32\\calc.exe
Access is denied.
............
...........
..........
..........
..........
LOL CONGRATS! YOUR WINDOWS IS NOW REKT!!!11
@echo off del c:\\WINDOWS\\system32
@echo off = hides the command output
del = deletes
C:\\windows\\system32 = The very core of the Windows OS. Without it windows will not work
.bat file = will run the code as if it was typed into the command prompt
saving as all files = will affect every file in the system32 folder
So yeah... don’t run that on your Windows computer or you’re fucked.
del = deletes
C:\\windows\\system32 = The very core of the Windows OS. Without it windows will not work
.bat file = will run the code as if it was typed into the command prompt
saving as all files = will affect every file in the system32 folder
So yeah... don’t run that on your Windows computer or you’re fucked.
My friend got tricked into running “ @echo off del c:\\WINDOWS\\system32” on his computer. He’s still pissed.