Posts Tagged ‘enable maintenance on windows 10’

How to Disable Automatic Maintenance in Windows 10

February 6th, 2017 by Admin

Automatic Maintenance is a built-in feature in Windows 10/8 that is turned on by default. When your computer is idle, the system will automatically run its maintenance tasks (windows updates, security scanning, disk checking, etc) at the background.

Just open the Control Panel in Large icons view, click Security and Maintenance.

security-and-maintenance

You can then see if automatic maintenance is in progress. From there you can see a link for stopping the automatic maintenance.

windows-automatic-maintenance

If you want to prevent Windows 10 from automatically running the maintenance next time, you can disable it using the following registry hack.

How to Disable Automatic Maintenance in Windows 10?

  1. Press the Windows Key + R keys simultaneously, then type regedit in Run dialog box and press Enter.
  2. When the Registry Editor window appears, navigate to the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\Maintenance
  3. In the left pane, right-click on the Maintenance key, and then select New -> DWORD (32-bit) Value.

    new-dword-value

  4. Name the new value MaintenanceDisabled.

    MaintenanceDisabled

  5. Next, double-click on the new value to modify. In the Value data field, type 1 if you want to disable automatic maintenance (If you want to enable automatic maintenance again, just set its value to 0.) and click OK.

    disable-automatic-maintenance

  6. Close Registry Editor and reboot your computer. Now you’ve successfully disabled automatic maintenance in Windows 10. That’s it!