Brute Force
|
BFU - Brute Force Uninstaller• BFU (Brute Force Uninstaller) kann man hier herunterladen: Download BFU.exe •Beschreibung: BFU is a scripting program that can execute a series of preset commands like a Windows batch file, aimed at uninstalled programs that are hard to remove, uninstall improperly or simply unwanted. There are available options to let the script execution manage files, folders, ini files, Registry keys and values, hosts file content, processes loaded in memory, dll files, NT services and Winsock components. Message boxes can be displayed, the system can be rebooted, the Recycle Bin can be used for delete operations and programs can be started. Options for the script itself include unloading the shell (i.e. killing the Explorer.exe process), pausing between commands (or all commands) and setting a minimum required version number for BFU itself to be able to run the script. BFU itself does not store anything on the system and is uninstalled simply by deleting it. A script can be activated by either downloading the script file (.bfu) and loading it into BFU by means of the 'select scriptfile' button, OR by downloading it directly into BFU with the 'open script url' button. When using the latter option, the scriptfile will be downloaded by BFU and saved on the system before loading it. • Command syntax The format of the command is very simple, but has a few notes: • das Programm kannst mit einer Batchdatei steuern indem Du in einer spyware_entfernen.bfu Datei (kannst du mit einem Texteditor öffnen) einfach Befehle auflistest: Processe beenden ProcessKill \rundll32.exe|1 ProcessKill \kazaa.exe • Ordner löschen FolderDelete %PROGRAMFILES%\KaZaA FolderDelete %PROGRAMFILES%\SaveNow FolderDelete %WINDIR%\BDE • einzelne Dateien löschen FileDelete %WINDIR%\newdotnet3_36.dll FileDelete %SYSDIR%\bdefdi.dll FileDelete c:\file.ext • Datei beim Neustart löschen FileDeleteOnReboot c:\file.ext HKCR: HKEY_CLASSES_ROOT HKCU: HKEY_CURRENT_USER HKLM: HKEY_LOCAL_MACHINE HKUS: HKEY_USERS HKCC: HKEY_CURRENT_CONFIG HKPD: HKEY_PERFORMANCE_DATA HKDD: HKEY_DYNAMIC_DATA %SYSTEMDRIVE% - Drive containing the Windows folder (e.g. 'c:') %WINDIR% - Windows folder %SYSDIR% - Windows system folder %TEMPDIR% - Temporary files folder %PROGRAMFILES% - Program Files %DESKTOP% - Desktop %MYDOCUMENTS% - My Documents %STARTMENU% - Start Menu root %STARTUP% - Startup folder in Start Menu %PROGRAMS% - Programs folder in Start Menu %APPDATA% - Application Data %QUICKLAUNCH% - QuickLaunch folder in Application Data folder %ALLUSERSDESKTOP% - All Users (Common) Desktop (not available in Windows 95) %ALLUSERSSTARTMENU% - All Users (Common) Start Menu %ALLUSERSSTARTUP% - All Users (Common) Startup folder in Start Menu (not available in Windows 95) %ALLUSERSPROGRAMS% - All Users (Common) Programs folder in Start Menu %ALLUSERSAPPDATA% - All Users (Common) Application Data %COMPUTERNAME% - Name of the system %USERNAME% - Currently logged on username • weiter |