Limited time promo

Windows Explorer Toolbar Plugin

Softland
Softland
0 USD

Windows Explorer Toolbar backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
Windows explorer is the default file manager for Windows operating systems. You can modify the icons that show in the toolbar and their position, so with the help of this plugin you'll be able to back-up Windows Explorer Toolbar settings in case you want to revert to the default toolbar.


Raw Plugin (XML) Code: Windows-Explorer-Toolbar.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{131A7240-F86D-4CE5-833C-56AE6742BDC7}</id>
  <!--Program name-->
  <name>Windows Explorer Toolbar</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="Toolbar" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar" recursive="true"/>
    </source>
  </sources>
</b4asource>