Enabling Registry backups in Windows 10 (post 1803)

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
-
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" />
0