I get that error double-clicking this file on Win 2003:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers\Back Office Copier\DsDriver]
"printDuplexSupported"=hex:01
"printStaplingSupported"=hex:01I'm confused, since this is just a pared-down export. What am I doing wrong?
23 Answers
What editor are you using? That looks like a legitimate reg file, but if you saved it in something other than Notepad you might have inadvertently added extra formatting codes.
3I was having this problem as well - I had read to make sure it started with Windows Registry Editor Version 5.00 and that it was saved in ASCII or UTF-16 LE (Little Endian), but was still getting the error.
As it was though, I had a blank line before the 'Windows Registry' header - so I tried deleting that and it worked.
1This question is answered in the following article
1