Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GetServiceRegistryStateKey to read & write service registry keys #146

Open
spaceisfun opened this issue Apr 29, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@spaceisfun
Copy link
Member

spaceisfun commented 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.

@spaceisfun spaceisfun changed the title Use GetServiceRegistryStateKey to read query FactoryOrchestrator registry values Use GetServiceRegistryStateKey to read & write service registry keys Apr 29, 2021
@spaceisfun spaceisfun added the enhancement New feature or request label Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant