Jump to content

HOWTO - TuneUp Utilities 2004


pegasus1010

Recommended Posts

Silent batch contents:

CLS
@echo off
ECHO.
ECHO Installing TuneUp Utilities 2004...
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Tuneup\tuneup.msi /qb

ECHO.
ECHO Ending Microsoft Installer...
PSKILL.EXE MSIEXEC.EXE

ECHO.
ECHO Applying Registry Tweaks...
REGEDIT /S %systemdrive%\install\Applications\Tuneup\tuneup.reg

EXIT

Tuneup.reg:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\TuneUp\Utilities\4.0]
"InstallPath"="%systemdrive%\\Program Files\\TuneUp Utilities 2004\\"
"Company"="xxx"
"UserName"="xxx"
"RegCode"="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
"LaunchedUpdateWizard"=dword:00000000
"RemindAgainAfter"=hex:4f,e2,d5,0e,11,aa,e2,40
[HKEY_CURRENT_USER\Software\TuneUp\Utilities\4.0\WelcomeScreen]
"DisableCounter"=dword:00000001
"ws_WinStyler"=dword:00000000
"ws_UpdateWizard"=dword:00000000
"ws_DiskCleaner"=dword:00000000
"ws_IconEngineer"=dword:00000000
"ws_MemOptimizer"=dword:00000000
"ws_ProcessManager"=dword:00000000
"ws_RegistryCleaner"=dword:00000000
"ws_RegistryDefrag"=dword:00000000
"ws_RegistryEditor"=dword:00000000
"ws_RescueCenter"=dword:00000000
"ws_Shredder"=dword:00000000
"ws_StartUpManager"=dword:00000000
"ws_SystemControl"=dword:00000000
"ws_SystemInformation"=dword:00000000
"ws_SystemOptimizer"=dword:00000000
"ws_Undelete"=dword:00000000
"ws_UninstallManager"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\TuneUp\Utilities\4.0]
"InstallPath"="%systemdrive%\\Program Files\\TuneUp Utilities 2004\\"
"Company"="xxx"
"UserName"="xxx"
"RegCode"="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
"LaunchedUpdateWizard"=dword:00000000
"RemindAgainAfter"=hex:4f,e2,d5,0e,11,aa,e2,40
[HKEY_LOCAL_MACHINE\Software\TuneUp\Utilities\4.0\WelcomeScreen]
"DisableCounter"=dword:00000001
"ws_WinStyler"=dword:00000000
"ws_UpdateWizard"=dword:00000000
"ws_DiskCleaner"=dword:00000000
"ws_IconEngineer"=dword:00000000
"ws_MemOptimizer"=dword:00000000
"ws_ProcessManager"=dword:00000000
"ws_RegistryCleaner"=dword:00000000
"ws_RegistryDefrag"=dword:00000000
"ws_RegistryEditor"=dword:00000000
"ws_RescueCenter"=dword:00000000
"ws_Shredder"=dword:00000000
"ws_StartUpManager"=dword:00000000
"ws_SystemControl"=dword:00000000
"ws_SystemInformation"=dword:00000000
"ws_SystemOptimizer"=dword:00000000
"ws_Undelete"=dword:00000000
"ws_UninstallManager"=dword:00000000

Link to comment
Share on other sites

  • 2 months later...

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