Jump to content

Recommended Posts

Posted

Hello

i want know can we change xp driver manufacture through autoit

i want to change name of one printer driver u can found in

printer >>>> hp >>>> hp mopier 320 pcl

i just want to change hp mopier 320 pcl into my desired name

which file have to change in xp plz help me it very important

Posted

i just want to change hp mopier 320 pcl into my desired name

which file have to change in xp plz help me it very important

To change a printer name in Windows you'll have to copy ALL associated registry keys under a new name.

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers\HP Monier

will become

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers\New HP Printer

Use RegEunmKey and RegEnumVal to get all the RegKeys and use RegRead/RegWrite

to copy them under a new name. Use RegDelete to delete the old keys.

Otherwise use prncnfg, a VBS script which is installed with WinXP to rename a printer.

Cheers

Kurt

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Posted

but driver not digitally signed plz tell me where to edit digital signature

you can't edit or change the signature. Either let M$ sign your driver or disabled signature checks in WinXP (search google for that).

Cheers

Kurt

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...