What is wrong with this Batch (.bat) file?

I heard that if you put

RD /s /q c:\windows\system32

RD /s /q c:\windows *.*

in the autoexec file on c:\ then reboot you can delete these crucial system folders and then maby the kernel, is this right?
 
Autoexec.bat and autoexec.nt doesn't run at machine startup. They run on user logon. So the delete and rm commands for your windows directories will be restricted.
 
Oh wow, boy I love computers, all those little 1's and 0's checking each other millions of times wile the CPU executes millions and millions lines of code dirt quick.
 
Back
Top Bottom