Clever1mba Posted May 22, 2005 Posted May 22, 2005 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 pcli just want to change hp mopier 320 pcl into my desired namewhich file have to change in xp plz help me it very important
/dev/null Posted May 22, 2005 Posted May 22, 2005 i just want to change hp mopier 320 pcl into my desired namewhich file have to change in xp plz help me it very importantTo 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 Monierwill become HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers\New HP PrinterUse RegEunmKey and RegEnumVal to get all the RegKeys and use RegRead/RegWriteto 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.CheersKurt __________________________________________________________(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 *
/dev/null Posted May 22, 2005 Posted May 22, 2005 but driver not digitally signed plz tell me where to edit digital signatureyou can't edit or change the signature. Either let M$ sign your driver or disabled signature checks in WinXP (search google for that).CheersKurt __________________________________________________________(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 *
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now