Closed MariasStory closed 8 years ago
I downloaded the NTUSER.DAT
from where did you download this hive file?
the exception seems to suggest that the hive is corrupt. if the hive is public, then i can try to reproduce the issue.
Hi @williballenthin . I got it working. The problem was in a broken NTUSER.DAT as you suggested. Thanks.
Although I have to admit that the path to the key is different in my script to work: "Software\Microsoft\Windows\CurrentVersion\Run"
What about spaces?
this library doesn't do any special processing of spaces. it uses the \
character to split the registry path components, but thats about it. so if there's a subkey with an embedded space, you should be able to include it in your path without any issue.
feel free to open another issue if you're having any more trouble, and i'll be happy to help.
Hi, I am somewhat confused. I downloaded the NTUSER.DAT file and put it in hives sub-directory. Now I am trying to do:
This gives me:
What am I doing wrong?