Ran as Admin (it did not close Word, Acrobat Reader, or ThinkorSwim)
You need to right click an open space on your desktop. And Click Run Kill Batch
Ran as Admin (it did not close Word, Acrobat Reader, or ThinkorSwim)
cmd /c C:\Users\Bruce Kleinberg\OneDrive\Desktop\blackbird.exe -registry
Pasted command into Run box, Blackbird did not load. No response whatsoever after hitting OK.Copy this:
cmd /c C:\Users\Bruce Kleinberg\OneDrive\Desktop\blackbird.exe -registry
Paste into the run box window.
@echo off
setlocal EnableDelayedExpansion
IF EXIST "%USERPROFILE%\OneDrive\Documents" (
SET KILL_BATCH_PATH="%USERPROFILE%\OneDrive\Documents\tools\kill.bat"
) ELSE (
SET KILL_BATCH_PATH="%USERPROFILE%\Documents\tools\kill.bat"
)
SET KEY="HKEY_CLASSES_ROOT\Directory\Background\shell\KillBatch"
SET COMMAND="HKEY_CLASSES_ROOT\Directory\Background\shell\KillBatch\command"
reg add %KEY% /t REG_SZ /d "Run Kill Batch" /f
reg add %COMMAND% /t REG_SZ /d "!KILL_BATCH_PATH!" /f
taskkill /f /im explorer.exe
start explorer.exe
exit /b
@echo off
IF EXIST "%USERPROFILE%\OneDrive\Documents\tools\KillEmAll.exe" (
"%USERPROFILE%\OneDrive\Documents\tools\KillEmAll.exe" /auto
) ELSE (
"%USERPROFILE%\Documents\tools\KillEmAll.exe" /auto
)
IF EXIST "%USERPROFILE%\OneDrive\Documents\tools\ReduceMemory_x64.exe" (
"%USERPROFILE%\OneDrive\Documents\tools\ReduceMemory_x64.exe" /O
) ELSE (
"%USERPROFILE%\Documents\tools\ReduceMemory_x64.exe" /O
)
exit
cmd /c C:\Users\Bruce Kleinberg\OneDrive\Desktop\blackbird.exe -o
cmd /c C:\Users\Bruce Kleinberg\OneDrive\Desktop\Blackbird_v1.0.85.3_x64\blackbird.exe -o
@echo offLet's see the content of the kill.bat please.
Should I delete the previous FRST folder & docs?
We use essential cookies to make this site work, and optional cookies to enhance your experience.