![]() |
|
IFEO Tool Remover - Remove IFEO from your system - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: IFEO Tool Remover - Remove IFEO from your system (/Thread-IFEO-Tool-Remover-Remove-IFEO-from-your-system) |
IFEO Tool Remover - Remove IFEO from your system - hacxx - 01-23-2019 IFEO Tool Remover will remove any files or registry keys that were added by IFEO Tool. Download: https://www.uploadadz.com/wcht9ykj3t9c Virus Scan Not needed, it's a text file. Code: @echo off
echo .............................................
echo . IFEO TOOL Remover .
echo . .
echo . .
ECHO .............................................
echo . .
echo . WARNING: This will remove IFEO TOOL .
echo . registry keys and your computer will no .
echo . longer be protected against malware. .
ECHO .............................................
pause
reg delete "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options" /f
reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options" /f
cls
echo .............................................
echo . IFEO TOOL .
echo . .
ECHO .............................................
echo . .
echo . All registry keys were removed. .
echo .............................................
pause |