Skip to content

Instantly share code, notes, and snippets.

@InjectedPie
Created April 8, 2023 07:42
Show Gist options
  • Save InjectedPie/d485e64c9d495a755b0a470a3a45147d to your computer and use it in GitHub Desktop.
Save InjectedPie/d485e64c9d495a755b0a470a3a45147d to your computer and use it in GitHub Desktop.
reenables windows Periodic registry backups on Windows 10 1809+ and Windows 11. My config is set to keep 3 backups
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Configuration Manager]
"EnablePeriodicBackup"=dword:00000001
"BackupCount"=dword:00000003
@InjectedPie
Copy link
Author

a simple fix to this is creating a new task that runs schtasks /run /i /tn "\Microsoft\Windows\Registry\RegIdleBackup" for example. Modifying the Original Task to trigger on logon worked on 1 machine but not on the other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment