Reading a Registry Key gives the following error "RegOpenKeyEx The system cannot find the file specified"
I
Ingmar Koecher
started a topic
about 5 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
about 5 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?
I
Ingmar Koecher
said
about 5 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
Ingmar Koecher
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?
Ingmar Koecher
Problem solved, I had HKEY_LOCAL_MACHINE in the key field, although it is already preset in "Main Key"
Thank you for your help