Jump to content

Recommended Posts

Posted

HI,

I have a valid key and latest Alcohol 120% v1.9.2.1705.

But I can't seem to tell where it puts the key in registry or any other method...

Anyone been through this ?


Posted

Problem solved:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%\Info]
"UserName"="username"
"Company"="Home"
"SerialNo"="removed"

Posted

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 ?

Posted

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.

Posted

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\

Posted

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"

Posted
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...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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