Service 'PreVeil (preveil.postlord.sys.prod)' (preveil.postlord.sys.prod) could not be stopped. Verify that you have sufficient privileges to stop system services.
During installation or uninstallation you may come across a service stopping loop. Use the following steps to push.
Open taskmgr.exe, go to Details tab, end task the pythonservice.exe processes
You can close all Python processes in one elevated PowerShell command
get-process pythonservice.exe | stop-process -force
Open services.msc
Locate the service, open properties, and set the recovery method on the first failure to take no action.
Start the PreVeil Crypto service
Elevated PowerShellget-service preveil.crypto.sys.prod | start-service
Assure the service is running before proceeding to the next step.
Click retry on the error window