Jump to content

How to register Alcohol 120 ?


xtremexxx

Recommended Posts


There is a slight problem though , during unattended install, I install it in runonceex and the current user is admin ( as I know ), and HKEY_CURRENT_USER will be valid for admin, after the restart, when you login with your user, it wont be registered, searched a way around this but it's not static, and so far I have no way to do it correctly, any tips ?

Link to comment
Share on other sites

Excellent.

@MCT : testing right now.

@Alanoll : from the guide

Simply place regtweaks.reg in the same folder where cmdlines.txt exists. That would be: C:\XPCD\$OEM$\

I have my RegTewaks.reg in $OEM$\$1\Install, if I put it in $OEM$ will that do ? ( And if so how do I run it, currently running it at the end of runonceex.cmd )

Thanks.

Link to comment
Share on other sites

for the cmdlines way..

just put your .reg file inside your $OEM$ directory

& in cmdlines.txt add this

[COMMANDS]
"REGEDIT /S regtweaks.reg"

thats it :) but i'd say its pointless 2 do if u are only wanting it for 1 thing.. the point of this is all tweaks will be applied to

[HKEY_USERS\.Default\

instead of

[HKEY_CURRENT_USER\

Link to comment
Share on other sites

Works for me and with no reboot :)

REG ADD %KEY%\010 /VE /D "Alcohol 120" /f

REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Alcohol_120\setup.msi /qn REBOOT=REALLYSUPPRESS " /f

REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\Alcohol_120\register.reg" /f

REG ADD %KEY%\010 /V 3 /D "REGEDIT /S %systemdrive%\install\Alcohol_120\register2.reg" /f

register.reg
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%\Info]

"UserName"="your name"

"Company"="something"

"SerialNo"="serial"

register2.reg

Windows Registry Editor Version 5.00

[HKEY_USERS\.Default\Software\Alcohol Soft\Alcohol 120%\Info]"UserName"="your name"

"Company"="something"

"SerialNo"="serial"

Link to comment
Share on other sites

Works for me and with no reboot  :D

REG ADD %KEY%\010 /VE /D "Alcohol 120" /f

REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Alcohol_120\setup.msi /qn REBOOT=REALLYSUPPRESS " /f

REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\Alcohol_120\register.reg" /f

REG ADD %KEY%\010 /V 3 /D "REGEDIT /S %systemdrive%\install\Alcohol_120\register2.reg" /f

register.reg

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%\Info]"UserName"="your name"

"Company"="something"

"SerialNo"="serial"

register2.reg

Windows Registry Editor Version 5.00

[HKEY_USERS\.Default\Software\Alcohol Soft\Alcohol 120%\Info]"UserName"="your name"

"Company"="something"

"SerialNo"="serial"

does the first segment of code go in start.cmd? and why do you need to have two registrations? sorry noob here...

Link to comment
Share on other sites

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...