Create Windows Services

JRVSInputs Documentations
User avatar
YiMeng
Author
Posts: 235
Joined: Sat Jul 18, 2020 10:58 pm
Location: NY
Contact:

Create Windows Services

Unread post by YiMeng »

Description

Windows services are processes that are typically always running in the background without the needs of interactions from users. Services can start at system levels without a user ever having to be logged on. JRVSInputs has integrated with dialogs that enables any automation that you have created to be installed as a Windows Service.

How-to's

From the menustrip:
  • Choose "Perform" > "Windows Services" > "New" to start the dialog.
    • Configurations:
      • Interactive: Whether the service need to interact with the user session.
      • Persistent: When the service process completes or crashes, if you want the service to restart.
      • Auto-Start: Whether the service will automatically start upon boot.