At regular moments jv16 PowerTools is showing a message that Windows Registry Backups are disabled and asks if those Backups should be enabled again.
This is what I've found about those Registry Backups:
Microsoft published a new support page recently that brings light into the darkness. The software development company notes that the change is by-design and thus not a bug. The change was implemented in Windows 10 version 1803 and all newer versions of Windows 10 are affected by it.
Microsoft made the change to reduce the size of Windows on the system.
Starting in Windows 10, version 1803, Windows no longer automatically backs up the system registry to the RegBack folder. If you browse to to the \Windows\System32\config\RegBack folder in Windows Explorer, you will still see each registry hive, but each file is 0kb in size.
This change is by design, and is intended to help reduce the overall disk footprint size of Windows. To recover a system with a corrupt registry hive, Microsoft recommends that you use a system restore point.
The Registry backup option has been disabled but not removed according to Microsoft. Administrators who would like to restore the functionality may do so by changing the value of a Registry key:
1.Open the Start menu, type regedit.exe, and select the Registry Editor entry from the list of results.
2.Navigate to the following key: HKLM\System\CurrentControlSet\Control\Session Manager\Configuration Manager\
3.Right-click on Configuration Manager and select New > Dword (32-bit) Value.
4.Name it EnablePeriodicBackup.
5.Double-click on it after creation and set its value to 1.
6.Restart the PC.
Windows 10 will backup the Registry again from that point on.
Windows backs up the registry to the RegBack folder when the computer restarts, and creates a RegIdleBackup task to manage subsequent backups.
Of course you could use also jv16 PowerTools to restore the functionality: go to Menu > Tools > Windows Tweaks > Enable Windows Registry Backups.