Changes between Version 64 and Version 65 of Windows Eleven Tweeks


Ignore:
Timestamp:
10/09/23 07:38:35 (19 months ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Windows Eleven Tweeks

    v64 v65  
    275275
    276276
    277 
     277== Clear Windows 7 Backup ==
     278
     279{{{
     280How to reset the Backup and Restore’s Action Center:
     281Create a 'System Restore' point before you edit the registry
     282
     2831) Updating the registry:
     284The following registry change need to be made change the action center status 'DWORD values'.
     285
     286HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsBackup\Status\ActionCenterState DWORD=0
     287
     288HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsBackup\ValidConfig  DWORD=0
     289
     290HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsBackup\ValidSystemImageBackup  DWORD=0
     291
     292reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsBackup\Status" /v ActionCenterState /d 0 /t REG_DWORD
     293reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsBackup\" /v ValidConfig /d 0 /t REG_DWORD
     294reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsBackup\" /v ValidSystemImageBackup /d 0 /t REG_DWORD
     295
     296
     297}}}
    278298
    279299== Fix Windows Update ==