Should we have a putOrCreateValue
method?
#89
Replies: 2 comments
-
for now you'll have to |
Beta Was this translation helpful? Give feedback.
-
@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: |
Beta Was this translation helpful? Give feedback.
-
Error: registry path does not exist
Got 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?Beta Was this translation helpful? Give feedback.
All reactions