A tiny program to stop a Windows Service.
- .NET Framework 4.8 Runtime
- Administrator privileges
The program can be configured in the ServiceImpact.exe.config file using the following properties:
ServiceName[string] - The name of the Windows Service to stopPollingTime[int] - How often to check the Windows Service status (in ms)
- Configure the ServiceImpact.exe.config file (by default, set to Genshin Impact anti-cheat with 1 second polling).
- Run the ServiceImpact.exe file.
- (optional) Create a shortcut and place it in the Startup folder to start the program on boot.
Specifically, Genshin Impact currently has its anti-cheat service always running in the background if the game has been run at least once. This program will prevent that from happening when it's not necessary.
This can be done with a bat file as seen here.
