Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Registration of Tuneup utilities 2008

Featured Replies

I can't reg. my tuneup utilities 2008, here is my code for reg and install:

['%cdrom%\\Install\\TuneUp\\TU2008ES.exe /qn']
['%cdrom%\\Install\\TuneUp\\key08.reg']

and reg file for put my data in regedit


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\7.0]
"Company"="XXXXXXX"
"UserName"="XXXXXXX"
"InstallPath"="C:\\Program files\\TuneUp Utilities 2008\\"
"InstallDate"=hex:fa,ba,d1,7d,f8,47,e3,40
"LaunchedUpdateWizard"=dword:00000000
"RemindAgainAfter"=hex:00,00,00,00,9c,85,18,41
"UseCounter"=dword:00000001
"RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"

but didn't work, please help me!!!


i was working 4 2006 ver. but some times it workd for me on tune up 2007

try adding the .reg file b4 the install of tuneup

This works (after installation):

[HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\7.0]
"Company"="XXX"
"UserName"="XXX"
"LaunchedUpdateWizard"=dword:00000000
"RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
"RegRemindOn"=hex:00,00,00,00,9c,85,18,41
"RemindAgainAfter"=hex:00,00,00,00,9c,85,18,41
"UseCounter"=dword:00000001

But, I discovered that it works only if you install normally (not unattended) and import registry after installation.

Edited by radix

Regardless of whether it works or not, you don't really want to be importing all that data anyhow. The only data you should need is this

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\7.0]
"Company"="XXXXXXX"
"UserName"="XXXXXXX"
"RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"

the other data will be added as part of the install anyhow!

Unattended install create some keys in HKCU which must be deleted.

This works:

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\TuneUp]

[HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\7.0]
"Company"="XXX"
"UserName"="XXXX"
"LaunchedUpdateWizard"=dword:00000000
"RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
"RegRemindOn"=hex:00,00,00,00,9c,85,18,41
"RemindAgainAfter"=hex:00,00,00,00,9c,85,18,41
"UseCounter"=dword:00000001

Edited by radix

  • Author
Unattended install create some keys in HKCU which must be deleted.

This works:

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\TuneUp]

[HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\7.0]
"Company"="XXX"
"UserName"="XXXX"
"LaunchedUpdateWizard"=dword:00000000
"RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
"RegRemindOn"=hex:00,00,00,00,9c,85,18,41
"RemindAgainAfter"=hex:00,00,00,00,9c,85,18,41
"UseCounter"=dword:00000001

Yes sir!!!! that code works fine, just what i need. Thanks you Radix

Or better still just the keys you need!

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\TuneUp]

[HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\7.0]
"Company"="XXXXXXX"
"UserName"="XXXXXXX"
"RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"

Or better still just the keys you need!
Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\TuneUp]

[HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\7.0]
"Company"="XXXXXXX"
"UserName"="XXXXXXX"
"RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
 

The other values disable the update wizard and online registration (set these to Never).

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.