Limited time promo

Advanced WindowsCare Plugin

Softland
Softland
0 USD

Advanced WindowsCare backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the Advanced WindowsCare backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
Advanced WindowsCare (now called Advanced SystemCare) is a program developed by IObit and allows you to clean your system and optimize your computer for faster use. With the help of the plugin you can back-up Advanced WindowsCare languages, themes and registry keys.


Raw Plugin (XML) Code: Advanced-WindowsCare.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{E9A5FA73-6C8A-4BB8-925D-13EEF597F794}</id>
  <!--Program name-->
  <name>Advanced WindowsCare</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>2.0</minversion>
  <maxversion>2.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-->
    <variable name="path" type="reg">HKEY_CURRENT_USER\Software\IObit\Advanced WindowsCare V2\AppPath</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Backup" type="folder">
      <folder>#path#\Backup</folder>
    </source>
    <source name="Language" type="folder">
      <folder>#path#\Language</folder>
    </source>
    <source name="Theme" type="folder">
      <folder>#path#\Theme</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\IObit\Advanced WindowsCare V2" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Advanced WindowsCare V2 Personal_is1" recursive="true"/>
      <registry path="HKEY_USERS\S-1-5-21-57989841-884357618-725345543-500\Software\IObit\Advanced WindowsCare V2" recursive="true"/>
    </source>
  </sources>
</b4asource>