System Enable or Disable Automatic Maintenance to Wake Up Computer in Windows 11


  • Staff
Reliability_Monitor_banner.png

This tutorial will show you how to enable or disable allowing Automatic Maintenance to wake up the computer to run scheduled maintenance tasks in Windows 10 and Windows 11.

Windows automatically runs scheduled maintenance on a daily schedule when you're not using your computer.

This includes tasks such as updates, security scanning, and system diagnostics. This maintenance will run daily if you aren't using your computer at 2 AM by default. If your computer is in use at the scheduled time or maintenance is behind schedule, Automatic Maintenance will run the next time the computer is not being used.

You can change the default 2 AM time to run daily maintenance tasks to when you're not using your computer while running or sleeping.

You can allow scheduled maintenance to wake up your computer at the scheduled time if wanted. This will not work when you shut down (turn off) the computer.

Reference:

You must be signed in as an administrator to change Automatic Maintenance settings.



Contents

  • Option One: Turn On or Off Automatic Maintenance to Wake Computer in Control Panel
  • Option Two: Turn On or Off Automatic Maintenance to Wake Computer using REG file
  • Option Three: Enable or Disable Automatic Maintenance to Wake Computer in Local Group Policy Editor
  • Option Four: Enable or Disable Automatic Maintenance to Wake Computer using REG file




Option One

Turn On or Off Automatic Maintenance to Wake Computer in Control Panel


1 Open the Control Panel (icons view), and click/tap on the Security and Maintenance icon.

2 Click/tap on Maintenance to expand it open, and click/tap on the Change maintenance settings link under Automatic Maintenance. (see screenshot below)

Automatic_Maintenance-1.png

3 Check (on) or uncheck (default - off) Allow scheduled maintenance to wake up my computer at the scheduled time for what you want, and click/tap on OK. (see screenshot below)

Automatic_Maintenance-2.png

4 You can now close the Security and Maintenance control panel if you like.




Option Two

Turn On or Off Automatic Maintenance to Wake Computer using REG file


1 Do step 2 (on) or step 3 (off) below for what you want.

2 Turn On Automatic Maintenance to Wake Computer

A) Click/tap on the Download button below to download the REG file below, and go to step 4 below.​

Turn_ON_Allow_Automatic_Maintenance_to_wake_up_computer_at_scheduled_time.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\Maintenance]
"WakeUp"=dword:00000001

3 Turn Off Automatic Maintenance to Wake Computer

This is the default setting.


A) Click/tap on the Download button below to download the REG file below, and go to step 4 below.​

Turn_OFF_Allow_Automatic_Maintenance_to_wake_up_computer_at_scheduled_time.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\Maintenance]
"WakeUp"=dword:00000000

4 Save the .reg file to your desktop.

5 Double click/tap on the downloaded .reg file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 You can now delete the downloaded .reg file if you like.




Option Three

Enable or Disable Automatic Maintenance to Wake Computer in Local Group Policy Editor


The Local Group Policy Editor is only available in the Windows 10/11 Pro, Enterprise, and Education editions.

All editions can use Option Four to configure the same policy.


1 Open the Local Group Policy Editor (gpedit.msc).

2 Navigate to the registry key location below in the left pane of Local Group Policy Editor. (see screenshot below)

Computer Configuration > Administrative Templates > Windows Components > Maintenance Scheduler

Automatic_Maintenance_wakeup_gpedit-1.png

3 In the right pane of Maintenance Scheduler, double click/tap on the Automatic Maintenance WakeUp Policy policy to edit it. (see screenshot above)

4 Do step 5 (enable), step 6 (disable), or step 7 (default) below for what you want.

5 Always Enable Automatic Maintenance to Wake Computer

This will override and prevent using Option One and Option Two.


A) Select (dot) Enabled. (see screenshot below)​

B) Click/tap on OK, and go to step 8.​

Automatic_Maintenance_wakeup_gpedit-3.png

6 Always Disable Automatic Maintenance to Wake Computer

This will override and prevent using Option One and Option Two.


A) Select (dot) Disabled. (see screenshot below)​

B) Click/tap on OK, and go to step 8.​

Automatic_Maintenance_wakeup_gpedit-4.png

7 Default User Choice Automatic Maintenance to Wake Computer

This is the default setting to allow using Option One and Option Two.


A) Select (dot) Not Configured. (see screenshot below)​

B) Click/tap on OK, and go to step 8.​

Automatic_Maintenance_wakeup_gpedit-2.png

8 You can now close the Local Group Policy Editor if you like.




Option Four

Enable or Disable Automatic Maintenance to Wake Computer using REG file


1 Do step 2 (enable), step 3 (disable), or step 4 (default) below for what you want.


 2. Always Enable Automatic Maintenance to Wake Computer

This will override and prevent using Option One and Option Two.


A) Click/tap on the Download button below to download the file below, and go to step 5 below.​

Enable_Automatic_Maintenance_Wakeup_Policy.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Task Scheduler\Maintenance]
"WakeUp"=dword:00000001


 3. Always Disable Automatic Maintenance to Wake Computer

This will override and prevent using Option One and Option Two.


A) Click/tap on the Download button below to download the file below, and go to step 5 below.​

Disable_Automatic_Maintenance_Wakeup_Policy.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Task Scheduler\Maintenance]
"WakeUp"=dword:00000000


 4. Default User Choice Automatic Maintenance to Wake Computer

This is the default setting to allow using Option One and Option Two.


A) Click/tap on the Download button below to download the file below, and go to step 5 below.​

Default_Not_Configured_Automatic_Maintenance_Wakeup_Policy.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Task Scheduler\Maintenance]
"WakeUp"=-

5 Save the REG file to your desktop.

6 Double click/tap on the downloaded REG file to merge it.

7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

8 You can now delete the downloaded REG file if you like.


That's it,
Shawn Brink


 

Attachments

  • Reliability_Monitor.png
    Reliability_Monitor.png
    10.7 KB · Views: 40
  • Turn_OFF_Allow_Automatic_Maintenance_to_wake_up_computer_at_scheduled_time.reg
    672 bytes · Views: 116
  • Turn_ON_Allow_Automatic_Maintenance_to_wake_up_computer_at_scheduled_time.reg
    668 bytes · Views: 98
  • Default_Not_Configured_Automatic_Maintenance_Wakeup_Policy.reg
    640 bytes · Views: 40
  • Disable_Automatic_Maintenance_Wakeup_Policy.reg
    666 bytes · Views: 53
  • Enable_Automatic_Maintenance_Wakeup_Policy.reg
    666 bytes · Views: 42
Last edited:
The site you linked isn't a real site, it just copies random posts from all the tech sites (including ours) and mashes the replies together to create content to show ads on.
Oh, well, my sincere apologies ! :-) How can I know? This being said, the maintenance proble is still there!
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
Oh, well, my sincere apologies ! :-) How can I know? This being said, the maintenance proble is still there!
You wouldn't know other than the threads not making much sense, I know because they copy loads of our content.
 

My Computers

System One System Two

  • OS
    Windows 11 Workstation
    Computer type
    PC/Desktop
    Manufacturer/Model
    doofenshmirtz evil incorporated
    CPU
    Ryzen 9 5950X
    Motherboard
    Asus ROG Crosshair VIII Formula
    Memory
    Corsair Vengeance RGB PRO Black 64GB (4x16GB) 3600MHz AMD Ryzen Tuned DDR4
    Graphics Card(s)
    ASUS AMD Radeon RX 6900 XT 16GB ROG Strix LC OC
    Sound Card
    Sound BlasterX Katana
    Monitor(s) Displays
    3 x27" Dell U2724D & 1 x 34" Dell U3415W
    Hard Drives
    Samsung 980 Pro 1TB M.2 2280 PCI-e 4.0 x4 NVMe Solid State
    Drive
    PSU
    ASUS ROG THOR 850W 80 Plus Platinum
    Case
    ASUS ROG Strix Helios Midi-Tower ARGB Gaming Case
    Cooling
    ASUS ROG Strix LC Performance RGB AIO CPU Liquid Cooler - 360mm
    Keyboard
    Logi Ergo
    Mouse
    Logitech MX Master 3
    Internet Speed
    900/100 Mbps
    Browser
    Chrome
    Antivirus
    Windows Defender, Malwarebytes Pro
    Other Info
    HP M281 Printer
    Logitech Brio Stream webcam
    Yeti X mic
  • Operating System
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop
    CPU
    i7
You wouldn't know other than the threads not making much sense, I know because they copy loads of our content.
I guess I will be more careful!

Is it the original one?


I guess that question remained unanswered to this day!
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
Is there any way to locate "Maintenance Activator" task?

You could check below to see if the task is listed with its location.

 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium
Sorted by name and no "Maintenance Activator" task, to the best of my knowledge.

The best I can assume after a lot of reading from the Internet, "Maintenance Activator" is basically "Automatic Maintenance".
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium
The best I can assume after a lot of reading from the Internet, "Maintenance Activator" is basically "Automatic Maintenance".
Where is automatic maintenance, then? As you noticed earlier, the classic tasks in the "TaskScheduler" folder are gone. I have a "Maintenance Activator" wake timer but the option is unchecked in Maintenance. As long as this mysterious wake timer will remain, automatic maintenance will work while S3 or S4 sleep. Once it disappers, then it's game over, no matter if you enable it in control panel or not. (To the best of my knowledge).
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
Where is automatic maintenance, then? As you noticed earlier, the classic tasks in the "TaskScheduler" folder are gone. I have a "Maintenance Activator" wake timer but the option is unchecked in Maintenance. As long as this mysterious wake timer will remain, automatic maintenance will work while S3 or S4 sleep. Once it disappers, then it's game over, no matter if you enable it in control panel or not. (To the best of my knowledge).

That's the rub. There's no official reference data I can find for "Maintenance Activator". :(

You could test this below to completely disable Automatic Maintenance if the group policy doesn't help.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\Maintenance

MaintenanceDisabled
DWORD value (create if not there) set to 1.

Then restart computer to apply.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium
That's the rub. There's no official reference data I can find for "Maintenance Activator". :(

You could test this below to completely disable Automatic Maintenance if the group policy doesn't help.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\Maintenance

MaintenanceDisabled
DWORD value (create if not there) set to 1.

Then restart computer to apply.
I guess I didn't have to wait that long for the "maintenance activator" wake timer to vanish. Automatic maintenance ran once and there is no wake timer anymore. (in French: "there is no ative wake timer in the system")

1696950941298.png


I'd like to precise that I want the automatic maintenance to do its job on a non modern standby computer. Tried "MaintenanceDisabled" trick and it has no effects yesterday. I will try again just to be sure. As I suspect, it is not working anymore. No matter what I do, when I check with powercfg -waketimers, there is none. Tested it yesterday and my S3 PC stayed asleep.

So, to summerize, if someone is only using S0 modern standby, he can ignore all this because modern stanby is not a true sleep and windows doesn't require any wake timer to make it start. But if you are using S4 or S3 then automatic maintenance won't work anymore.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
@orbitalfenestra,

You might also create your own task to wake the computer to test with.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium
@orbitalfenestra,

You might also create your own task to wake the computer to test with.
Already tried!

I gave it "MSchedExe.exe Start" . The PC wakes but go back to sleep after 2 minutes (unattened sleep). That exe does not prevent PC to go back to sleep. Tried to use Powershell and start-process -wait but for some reason it does not accept "start" as arguments. Tried to extend unattened sleep to 120 minutes. Woke up this morning and when I checked in maintenance menu. The maintenance was still going (therefore stuck or not finished).

So to this point I think creating my own task I am not sure is it worked. But I read somewhere that the maximum time the task can roll is 60 minutes... so unattended sleep at 120 minutes, I should have found the maintenance completed this morning and not still running.

Maybe I could tweak some parameters in the task... Many questions and few answers... I though to find the 4 vanished tasks and put them back in the "TaskScheduler" folder... But I don't have them...
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
Already tried!

I gave it "MSchedExe.exe Start" . The PC wakes but go back to sleep after 2 minutes (unattened sleep). That exe does not prevent PC to go back to sleep. Tried to use Powershell and start-process -wait but for some reason it does not accept "start" as arguments. Tried to extend unattened sleep to 120 minutes. Woke up this morning and when I checked in maintenance menu. The maintenance was still going (therefore stuck or not finished).

So to this point I think creating my own task I am not sure is it worked. But I read somewhere that the maximum time the task can roll is 60 minutes... so unattended sleep at 120 minutes, I should have found the maintenance completed this morning and not still running.

Maybe I could tweak some parameters in the task... Many questions and few answers... I though to find the 4 vanished tasks and put them back in the "TaskScheduler" folder... But I don't have them...

The System unattended sleep timeout is indeed 2 minutes by default unless changed.


I'm not sure about the vanished tasks in the "TaskScheduler" folder since I don't have any there either.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium
The System unattended sleep timeout is indeed 2 minutes by default unless changed.


I'm not sure about the vanished tasks in the "TaskScheduler" folder since I don't have any there either.
Well. I guess I will give up for now. That's unfortunate tho because it was very useful. It's frustrating tho! ;P I just want to have the control about when it happens. So I may force it daily at 4PM or something like that so no surprises when I start working at 8AM.
 
Last edited:

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
Back
Top Bottom