You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks using that API to open registry keys instead of opening up registry keys manually.
The text was updated successfully, but these errors were encountered:
spaceisfun
changed the title
Use GetServiceRegistryStateKey to read query FactoryOrchestrator registry values
Use GetServiceRegistryStateKey to read & write service registry keys
Apr 29, 2021
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.
The text was updated successfully, but these errors were encountered: