Should we have a putOrCreateValue method?
#89
ghost
started this conversation in
Features and Ideas
Replies: 2 comments
|
for now you'll have to |
0 replies
|
@M1cr0M1nd following our discussion the other day I checked and we are not lazily creating new paths in the registry if they are missing. Also, the underlying vbs registry api does not provide a flag or some other way to do this lazily and I don't think it make sense to implement this in our VBS layer of JS layer as default behavior of We might consider have a separate function for this, eg: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Error: registry path does not existGot this error when I tried to put key value on .
.\\Policies\\System, because Policies folder is empty. Is there a way to check if the folder/path existed and if no, create it?All reactions