How to set sandbox registry value on sandbox creation from code before reghive creation #1111
Unanswered
engr-m-ayoub
asked this question in
Q&A Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is there any way to set a registry key/value when reghive hasn't been prepared?
PS: I'm planning to do it before running any app (even before/without running regedit from runmenu). Sandbox should be able to use this registry value as default and save it in reghive that it create on running first app.
My requirement is to set a registry key on sandbox creation from code.
one option I've explored is to modify reghive but problem is that reghive is created when we run first app in the sanbox. is there any code flow which can help create reghive without even running an app? liek without invoking RunStart().
@DavidXanatos or anyone else can help us with any suggestion ?
Beta Was this translation helpful? Give feedback.
All reactions