ClaraBarton
Registered User.
- Local time
- Today, 13:35
- Joined
- Oct 14, 2019
- Messages
- 718
I had V-Tools installed and I was getting an error so I uninstalled it. Now I'd like it back again but every time it fails because of the following Error 5:
Irc returns the value of 2; 1hkey, 4604, szValueName "language" and the rest are 0.
I've sort of figured out it is a registry error but I can't find anything to fix.
1, I've also tried turning off UAC;
2. opening V-Tools in administrative mode but read-only
Any other advice?
Code:
lrc = api_RegQueryValueExNULL(lhKey, szValueName, 0&, lType, 0&, cch)
If lrc <> ERROR_NONE Then Error 5
I've sort of figured out it is a registry error but I can't find anything to fix.
1, I've also tried turning off UAC;
2. opening V-Tools in administrative mode but read-only
Any other advice?