Limited time promo

Windows Sidebar Plugin

Softland
Softland
0 USD

Windows Sidebar backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the Windows Sidebar backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
The Windows Sidebar is a lockable panel similar to Windows Taskbar but only available on Windows Vista.

Starting with Windows Vista you have the possibility of using gadgets on your desktop via the Windows Sidebar program. After installing this plugin you'll be able to back-up the Windows Sidebar from Windows Vista and Windows 7.


Raw Plugin (XML) Code: Windows-Sidebar.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{2DF13C05-6419-4245-98D5-02E17D6897C4}</id>
  <!--Program name-->
  <name>Windows Sidebar</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion/>
  <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="Sidebar apps" type="folder">
      <folder>%homedrive%\Program Files\Windows Sidebar</folder>
    </source>
    <source name="Sidebar settings" type="folder">
      <folder>%LocalAppData%\Microsoft\Windows Sidebar</folder>
    </source>
  </sources>
</b4asource>