Reading a Registry Key gives the following error "RegOpenKeyEx The system cannot find the file specified"
EventSentry Bot
started a topic
almost 4 years ago
I have tried the following from the help page:
Key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl
Value Name: CrashDumpEnabled
Read
It does not work. All the other functions like: Ping, Services work.
Thanks for your help
Best Answer
I
Ingmar Koecher
said
almost 4 years ago
The most likely reason you are getting "The system cannot find the file specified" is because the value you are querying doesn't exist. Have you tried querying a different value that you know exists?
The most likely reason you are getting "The system cannot find the file specified" is because the value you are querying doesn't exist. Have you tried querying a different value that you know exists?
EventSentry Bot
said
almost 4 years ago
Problem solved, I had HKEY_LOCAL_MACHINE in the key field, although it is already preset in "Main Key"
Thank you for your help
EventSentry Bot
I have tried the following from the help page:
Key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl
Value Name: CrashDumpEnabled
Read
It does not work. All the other functions like: Ping, Services work.
Thanks for your help
The most likely reason you are getting "The system cannot find the file specified" is because the value you are querying doesn't exist. Have you tried querying a different value that you know exists?
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstIngmar Koecher
The most likely reason you are getting "The system cannot find the file specified" is because the value you are querying doesn't exist. Have you tried querying a different value that you know exists?
EventSentry Bot
Problem solved, I had HKEY_LOCAL_MACHINE in the key field, although it is already preset in "Main Key"
Thank you for your help