Hi Guys,
New user here. I did search this but couldn't find an answer.
I'm trying to configure a specific print size for a printer in WinXP. When trying to create a custom size in the printer's preferences dialog, I can click on "custom" and set the size I want, but the OK button will return the message, "This action requires administrative privileges". I am logged on as the sole user on this computer and the user does have administrative privileges.
I searched Google for a similar problem and one proposed solution was this:
This didn't work.
Has anyone here run into a similar problem and/or could offer other ideas?
TIA.
New user here. I did search this but couldn't find an answer.
I'm trying to configure a specific print size for a printer in WinXP. When trying to create a custom size in the printer's preferences dialog, I can click on "custom" and set the size I want, but the OK button will return the message, "This action requires administrative privileges". I am logged on as the sole user on this computer and the user does have administrative privileges.
I searched Google for a similar problem and one proposed solution was this:
Code:
Edit the registry and follow the steps below:
1. If it does not exist, create the key
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Forms]
2. Grant users full access to that key.
3. Create the following value:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print]
"AllowUserManageForms"=dword:00000040
4. Grant users full access to the key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers]
5. Reboot the system.
Has anyone here run into a similar problem and/or could offer other ideas?
TIA.
Last edited: