A *NEW* Kaseya Community is coming! The Community will be going into read-only mode on 9/28. Get more details: https://www.community.connectit.com/discussion/41381/a-new-kaseya-community-is-coming

Enabling Registry backups in Windows 10 (post 1803)

Anthony Sayegh
Anthony Sayegh Member, Kaseya Certified
edited June 20 in Solutions

Product Name: Enabling Registry backups in Windows 10 (post 1803)

Version: Version One

Description : Script resolves a known Windows 10 bug that was introduced in 1803, where the system snapshot did not backup the registry, despite stating the backup was successful. The script create the registry keys necessary to resolve this issue.

Instructions :

Download and unzip the XML, then use the import in agent procedures to import the agent into your server.  

Comments

  • Alberto Luna
    Alberto Luna Member
    edited July 2019

    There is an error on the script on then step for 32bit, the name of the key/value is not complete:


                <Parameter xsi:type="StringParameter" name="RegistryPath" value="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Configuration Manager\EnablePeriodicB" />


    Should be :


                <Parameter xsi:type="StringParameter" name="RegistryPath" value="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Configuration Manager\EnablePeriodicBackup" />