|
vclawson yep the problem is in the first line:
[\HKEY_CURRENT_USER\Software\YanCEyWare\YanCEyWare Reader\Settings]
There should be no leading backslash before the HKCU. So it should be like this:
[HKEY_CURRENT_USER\Software\YanCEyWare\YanCEyWare Reader\Settings]
|