Skip to content

Functionality of "Create Service" #756

Discussion options

You must be logged in to vote

Is this Dialog 'converting' an regular application exe into a windows service?

The dialog simply creates a new service entry in the SCM (service control manager) with the path to that executable. That application must support the StartServiceCtrlDispatcher function to successfully execute as a service using that dialog.

Most applications don't use the StartServiceCtrlDispatcher function so you have to instead use the Hacker menu > Run as... menu to create processes as a service rather than using the Tools > create service menu. You can also right-click any service on the Processes tab and use the Miscellaneous > Run as this user... menu to create processes as that service.

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