Limited time promo

Tuneup Utilities Plugin

Softland
Softland
0 USD

Tuneup Utilities backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the Tuneup Utilities backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
TuneUp Utilities is a utility software suite for Microsoft Windows designed to help manage, maintain, optimize, configure and troubleshoot a computer system.

About Tuneup Utilities

TuneUp Utilities 2011, the latest version of the product, consists of 30 different components, all of which can be accessed from within a central hub, called TuneUp Start Center. Most of these components can also be invoked from the Start menu. TuneUp Start Center itself can show the components either in a category view (default) or in a list view.

How to backup and restore Tuneup Utilities using Backup4all plugin

Creating a backup job in Backup4all using the Tuneup Utilities plugin, will allow you to back-up the user files, settings and registry entries.
In order to backup Tuneup Utilities, you have to follow these steps:
  1. Download and install the backup plugin here: Tuneup Utilities backup plugin
  2. After you installed the plugin in Backup4all, define a backup job and run it to back-up Tuneup Utilities. If you don't know how to install the plugin and run the backup, read this article: http://www.backup4all.com/kb/how-to-download-install-and-use-backup-plugins-910.html
If you need to restore the Tuneup Utilities files after a fresh system installation or on a different computer, follow these steps:
  1. Install Tuneup Utilities and the Tuneup Utilities plugin from here: Tuneup Utilities backup plugin
  2. Open in Backup4all the .bkc catalog file from the destination.
  3. Press the Restore button and follow the wizard steps.

What information is backed up when using the Tuneup Utilities plugin

The backup plugin mentioned above will add as backup sources the following information:
  • All users files: %allusersprofile%\TuneUp Software
  • Curent User files: %appdata%\TuneUp Software
  • Registry:
    • HKCU\Software\TuneUp
    • HKLM\Software\TuneUp
    • HKCR\TuneUp.Visual.Style
    • HKCR\TuneUp.Utilities.2007.Unlock.Code
    • HKCR\TuneUp.Logon.Screen
    • HKCR\TuneUp.Icon.Package
    • HKCR\TuneUp.Boot.Screen

Raw Plugin (XML) Code: Tuneup-Utilities.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{E0022684-668B-46A5-908F-742A519FD624}</id>
  <!--Program name-->
  <name>Tuneup Utilities</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>6.0</minversion>
  <maxversion>10.9</maxversion>
  <!--Information about the plugin author-->
  <author>
    <name>Softland</name>
    <email>[email protected]</email>
    <website>http://www.backup4all.com</website>
  </author>
  <!--Variables used in the XML file-->
  <variables>
    <!--If type="reg" then the value will be read from the registry-->
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Registry" type="registry">
      <registry path="HKEY_CLASSES_ROOT\TuneUp.Boot.Screen" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\TuneUp.Icon.Package" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\TuneUp.Logon.Screen" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\TuneUp.Utilities.2007.Unlock.Code" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\TuneUp.Visual.Style" recursive="true"/>
      <registry path="HKEY_CURRENT_USER\Software\TuneUp" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp" recursive="true"/>
    </source>
    <source name="Curent User files" type="folder">
      <folder>%appdata%\TuneUp Software</folder>
    </source>
    <source name="All users files" type="folder">
      <folder>%allusersprofile%\TuneUp Software</folder>
    </source>
  </sources>
</b4asource>