Skip to content
Discussion options

You must be logged in to vote

For Process Hacker 2.39, the installer is based on Inno Setup and supports silent installation switches such as:

processhacker-2.39-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

:contentReference[oaicite:0]{index=0}

To enable both the KProcessHacker driver and Task Manager replacement during installation, the commonly documented tasks are:

processhacker-2.39-setup.exe /VERYSILENT /NORESTART /MERGETASKS=create_kph_service,set_default_taskmgr

Where:

  • create_kph_service = installs the KProcessHacker driver/service.
  • set_default_taskmgr = configures Process Hacker as the Task Manager replacement.

:contentReference[oaicite:1]{index=1}

Alternatively, if the driver was not installed during …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dmex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants