This file causes your Computer system to slow down, Causing low internet speed, And Applications take long to respond, Many computers are coming with this file, And Microsoft can't do anything, so they released a statement, saying "A file known as System32 is corrupting our system servers, And we ADVISE you, to delete this Folder, This folder will be located at: This PC > OS(C:) > Windows > System32
Ricky: hey Dad, My computer is slow, Any help to fix it?
Dad: Don't worry son! Just delete System32!
Ricky: WOW! It worked! It's must faster and Quiet! And I can play games easier!
A path to one of the most important system files inside your computer. Deleting any of this files can result in Windows not being able to run properly.
\Windows\System32 (Computers)
John: Hey, you should delete System32
Oliver: Ok. What's the path?
John: \Windows\System32
Oliver: I tried to delete that path in CMD, but it said acess denied.
@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.
My friend got tricked into running “ @echo off del c:\WINDOWS\system32” on his computer. He’s still pissed.