1. Home
  2. Docs
  3. RogueKillerCMD
  4. Getting Started
  5. Command Line Reference

Command Line Reference

Processes

RogueKillerCMD.exe -list PROC
RogueKillerCMD.exe -kill PROC 1234
RogueKillerCMD.exe -kill PROC explorer.exe
RogueKillerCMD.exe -kill WIN "My Nasty Virus"

Services

RogueKillerCMD.exe -list SVC
RogueKillerCMD.exe -kill SVC "My Service"

Registry

RogueKillerCMD.exe -list REG "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run"
RogueKillerCMD.exe -kill REG "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\malware"
RogueKillerCMD.exe -kill REG "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run:subkey:1"
RogueKillerCMD.exe -kill REG "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run:malware"
RogueKillerCMD.exe -kill REG "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run:value:1"
RogueKillerCMD.exe -kill REG "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run:(default)"

Ads

RogueKillerCMD.exe -list ADS C:/folder
RogueKillerCMD.exe -kill ADS C:/folder:the_ads
RogueKillerCMD.exe -dump ADS C:/folder:the_ads C:/folder/dumped_ads.bin

Scan

Starting with v4.0, some of the parameters have changed. Please double check carefully your existing scripts.

RogueKillerCMD.exe -scan
RogueKillerCMD.exe -quickscan
RogueKillerCMD.exe -customscan -scanoptions processes filesystem task web outdated 
RogueKillerCMD.exe -customscan -scanpaths "C:/my_folder_to_scan" "C:/folder/my_other_folder_to_scan"
RogueKillerCMD.exe -scan -no-interact -deleteall
RogueKillerCMD.exe -scan -no-interact -deletecritical
RogueKillerCMD.exe -scan -no-interact -ignoreall
RogueKillerCMD.exe -scan -reportpath C:\report.txt -reportformat txt
RogueKillerCMD.exe -scan -portable-config C:\my_config.ini
RogueKillerCMD.exe -scan -debuglog C:\debug.log -accept-eula
RogueKillerCMD.exe -scan -portable-license licenseid@email.com AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA
RogueKillerCMD.exe -scan -portable-signatures "Z:\roguekiller_signatures.zip"
RogueKillerCMD.exe -scan -portable-workdir "C:\roguekiller_workdir"
RogueKillerCMD.exe -scan -excluded-paths "C:\folder_to_exclude" "C:\file_to_exclude.exe"

Quarantine

RogueKillerCMD.exe -listquarantine

Misc

RogueKillerCMD.exe -force-register licenseid@email.com AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA
RogueKillerCMD.exe -generate-config C:\rk_portable.ini licenseid@email.com AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA
RogueKillerCMD.exe -updatesigs
RogueKillerCMD.exe -updatesoft
RogueKillerCMD.exe -open-doc

How can we help?