torturedmind
Programmer
i want to create a registry file (say myentry.reg) of the following registry value, how should i do it?
should my myentry.reg be containing the following:
or it should contain this one:
thanks for the help you'll all extend. peace!![[peace] [peace] [peace]](/data/assets/smilies/peace.gif)
kilroy![[trooper] [trooper] [trooper]](/data/assets/smilies/trooper.gif)
philippines
"Illegitimis non carborundum!"
Code:
HKEY_CURRENT_USER\Software\CustomEntry\BypassSaveAs
(0 = show Save as dialog box after spooling, 1 = do not show Save as dialog box.)
Note: the values above are of type string (REG_SZ), not DWORD.
should my myentry.reg be containing the following:
Code:
[HKEY_CURRENT_USER\Software\CustomEntry\BypassSaveAs]
@="1"
or it should contain this one:
Code:
[HKEY_CURRENT_USER\Software\CustomEntry]
"BypassSaveAs"="1"
thanks for the help you'll all extend. peace!
![[peace] [peace] [peace]](/data/assets/smilies/peace.gif)
kilroy
![[trooper] [trooper] [trooper]](/data/assets/smilies/trooper.gif)
philippines
"Illegitimis non carborundum!"