FactoryOrchestrator icon indicating copy to clipboard operation
FactoryOrchestrator copied to clipboard

Use GetServiceRegistryStateKey to read & write service registry keys

Open spaceisfun opened this issue 4 years ago • 0 comments

https://docs.microsoft.com/en-us/windows/win32/api/winsvc/nf-winsvc-getserviceregistrystatekey is the recommended way to read and write to the registry for a Windows service, as it properly isolates the registry state and is Windows OS agnostic.

This issue tracks using that API to open registry keys instead of opening up registry keys manually.

spaceisfun avatar Apr 29 '21 21:04 spaceisfun