[RESOLVED] Maintenance
Results 1 to 7 of 7

Thread: [RESOLVED] Maintenance

  1. #1
    Join Date
    Jun 2001
    Location
    San Antonio, Texas, USA
    Posts
    381

    Resolved [RESOLVED] Maintenance

    I'm looking for a way to turn off the Windows 8.1 maintenance. I've been into task scheduler, but nothing I disable stays disabled.

    Thanks in advance

  2. #2
    Join Date
    Mar 2000
    Location
    Hyde Park, NY
    Posts
    2,047
    Biostar TA790GX A2+ 6.0
    AMD Phenom X4 9750 CPU.
    4 Gig DDR2 Memory.
    ATI HD 5450 PCIe Video
    ATI HD 5450 PCIe Video
    500 Watt P.S.
    LG W2241T Widescreen 22" LCD
    ViewSonic VA721 17" LCD
    Envision 17" LCD
    2 LG DVD Drives
    Floppy Disk Drive
    Maxtor 120 Gig Windows 7 Home Premium 32 bit
    Gateway NV5378-U Windows 7 Home Premium 64 bit
    Acer Aspire V3-731 Windows 7 Home Premium 64 bit

  3. #3
    Join Date
    Mar 2009
    Location
    Arkham Asylum, Cell 13
    Posts
    11,700

  4. #4
    Join Date
    Jun 2001
    Location
    San Antonio, Texas, USA
    Posts
    381
    Yeah...I'd tried that MidKnyte. It disables okay, but it always magically turns back on. Any other ideas?

  5. #5
    Join Date
    Mar 2009
    Location
    Arkham Asylum, Cell 13
    Posts
    11,700
    Did you disable the Maintenance Configurator job also?

    Hmm, apparently others have had the issue of the jobs getting re-enabled.
    This might work. You'll need to download psexec from Sysinternals.
    https://technet.microsoft.com/en-us/...rnals/bb897553

    Then run the following from an elevated command prompt:
    psexec -s schtasks /change /tn "\Microsoft\Windows\TaskScheduler\Maintenance Configurator" /DISABLE

    After that, the maintenance job should stay disabled. The key is the -s which runs as the SYSTEM account.

    If you need help running commands, let us know.

  6. #6
    Join Date
    Mar 2009
    Location
    Arkham Asylum, Cell 13
    Posts
    11,700
    I just tested it out on my Win8.1 VM and the task stayed disabled after a reboot. If you want to disable the other maintenance tasks:

    psexec -s schtasks /change /tn "\Microsoft\Windows\TaskScheduler\Idle Maintenance" /DISABLE
    psexec -s schtasks /change /tn "\Microsoft\Windows\TaskScheduler\Regular Maintenance" /DISABLE

  7. #7
    Join Date
    Jun 2001
    Location
    San Antonio, Texas, USA
    Posts
    381
    That did it, MidKnyte. I've been good for the last few days. Thank you!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •