How to automatically reset user code in the driver after certain period of inactivity? Normally it can be done only manually.
auto reset user code
Collapse
X
-
Re: auto reset user code
You can find it on Ricoh driver download page. The print driver editor has been replaced by the Printer Driver Packager NX. It is supposed to do a lot more than the Print Driver Editor. It is also a much larger download, 181 MB. I will check my work laptop and see if I still have the .zip file for the editor.Comment
-
Originally posted by slimslob:407933You can find it on Ricoh driver download page. The print driver editor has been replaced by the Printer Driver Packager NX. It is supposed to do a lot more than the Print Driver Editor. It is also a much larger download, 181 MB. I will check my work laptop and see if I still have the .zip file for the editor.Comment
-
Re: auto reset user code
You can manually modify the driver to get the "Popup" window. I've had to do this whenever I can't get the editor to play nice.
Open the RCF file within the print driver with either text or WordPad and add
" <popupbeforeprint type="usercode"/> " between the 2nd & 3rd lines.
It should look like this when you’re done:
<?xml version="1.0" encoding="utf-8"?>
<rcf version="1.0">
<popupbeforeprint type="usercode"/>
</rcf>
This works on both the model specific and the newer universal drivers. The drawback is that you can't just press "Enter" - you have to press "ALT" + "Enter" or click "OK" with the mouse.Comment
-
thanks.
Haven't yet installed the printer driver editor (found the 23mb file, older version). But if I run the file on the server computer will it automatically propagate itself to all workstations? This is the current installation type, with approx 150 users on 12 computers in that office...Comment
-
Re: thanks.
Haven't yet installed the printer driver editor (found the 23mb file, older version). But if I run the file on the server computer will it automatically propagate itself to all workstations? This is the current installation type, with approx 150 users on 12 computers in that office...Comment
Comment