### Minersearch Command-Line Parameters Reference Source: https://github.com/blendlog/minersearch/blob/master/README.md This section details the various command-line arguments available for the Minersearch application, allowing advanced users to customize its behavior. Parameters control logging, scan types, service checks, and more. To use them, run the command line as administrator, copy the application's path, and append the desired parameters. ```APIDOC Minersearch Command-Line Arguments: -h, --help: This help message -nl, --no-logs: Don't write logs in text file -nstm, --no-scantime: Scan processes only -nr, --no-runtime: Static scan only (Malware dirs, files, registry keys, etc) -nse, --no-services: Skip scan services -nss, --no-signature-scan: Skip scan files by signatures -nrc, --no-rootkit-check: Skip checking rootkit present -nch, --no-check-hosts: Skip checking hosts file -p, --pause: Pause before cleanup -ret, --remove-empty-tasks: Delete a task from the Task Scheduler if the application file does not exist in it -so, --scan-only: Display malicious or suspicious objects, but do nothing -fs, --full-scan: Add other entire local drives for signature scan -ras, --run-as-system: Start scannning with SYSTEM privilege (for advanced users) -s, --select: Only selected folder will be scanned, including subfolders -si, --silent: Enables silent (background) mode without any dialog forms. The app switches to background mode, messages will not be displayed, but will still be written to the log file. Incompatible with --select or --winpemode options -d=, --depth=: Where specify the number for maximum search depth. Usage example -d=5 (default 8) -v, --verbose: Displays more info to the console and a log file, including lines about files that are not considered malicious. It may increase the size of the log file. -w, --winpemode: Start scanning in WinPE environment by specifying a different drive letter (without scanning processes, registry, firewall and task scheduler entries) ``` ```CMD "C:\\Path\\To\\Minersearch.exe" -si -d=5 ``` -------------------------------- ### Minersearch Log Symbols Reference Source: https://github.com/blendlog/minersearch/blob/master/README.md This section provides a comprehensive reference for the symbols used within Minersearch's log files, enabling users to quickly interpret scan results and application status messages. ```APIDOC Minersearch Log Symbols: [!] : Minor warning [!!] : A warning worth paying attention to [!!!] : Threat detected [!!!!] : A rootkit has been detected [Reg] : Scan the registry key(s) [+] : Successful completion of the action (treatment, removal, etc.) [x] : Error [xxx] : Critical error: for example, when running in the sandbox [#] : Status [.] : Description [_] : Unblocking the directory and deleting if empty [i] : Info [$] : Scan elapsed time ``` -------------------------------- ### Configure Minersearch Application Language Source: https://github.com/blendlog/minersearch/blob/master/README.md This section explains how to change the display language of the Minersearch application by creating and editing a configuration file. Users can choose between English (EN) and Russian (RU). ```Text File EN ``` ```Text File RU ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.