Atlas-OS / Atlas

🚀 An open and lightweight modification to Windows, designed to optimize performance, privacy and usability.
https://atlasos.net
GNU General Public License v3.0
13.97k stars 523 forks source link

[BUG] - Many Automatic Maintenance tasks seemingly don't run #1096

Closed Evonos closed 2 weeks ago

Evonos commented 5 months ago

What is your feature request regarding to?

Atlas Playbook

Is your feature request related to a problem? Please describe.

Description Automatic Maintenance does many Good ( and some bad ) things. it should be Edited to leave out the "bad" things and leave the "good" things enabled.

Steps to reproduce Install Atlas OS.

Expected behavior Automated Maintenance Should still run the Critical components as in :

SmartScreenSpecific: updates application signatures for SmartScreen.

Atlas Edition Atlas for Windows 11 23H2

Desktop information Not necessary its a "cut down too much " issue on Atlas part.

Additional content Disabling maintenance makes the OS slower , prone to more bugs , Trashing itself , and at risk of security and undiscovered hardware failures.

Describe the solution you would like.

see #1095 for better formatting

Describe alternatives you have considered.

see #1095 for better formatting

Additional context.

see #1095 for better formatting

he3als commented 5 months ago

Automatic maintenance is enabled, can you elaborate further if it's somehow not functioning correctly?

Evonos commented 5 months ago

Automatic maintenance is enabled, can you elaborate further if it's somehow not functioning correctly?

hmm it says for me Deactivated and managed by System administrator ( which usually is group policys )

Evonos commented 5 months ago

Automatic maintenance is enabled, can you elaborate further if it's somehow not functioning correctly?

i also checked while "Technically" maintenance isnt fully forced off , maintenance tasks seemingly dont run , like ResPriStaticDbSync and WsSwapAssessmentTask which run during maintenance ( set to 1x per day for me as test ) they just never run not even when i leave the PC idle for hours Like right now it says "Last ran 3.5.2024 (DD/MM/YYYY) " while technically it should run each day. i can force these to run but ... yeah maintenance doesnt seem to run as it should.

theres also no "failed" message or anything they just wont run automatically.

Xyueta commented 4 months ago

Those are SysMain related tasks, for now enable it. In the future version, you will be able to enable/disable Sysmain in Atlas configuration folder. (Enabled - Default).

Thanks.

he3als commented 4 months ago

I'm going to re-open this as I think it's best to keep issues open until there's a new release for transparency with users.

he3als commented 4 months ago

If you want to re-enable SysMain for these tasks:

  1. Go to https://raw.githubusercontent.com/Atlas-OS/Atlas/main/src/playbook/Executables/AtlasDesktop/6.%20Advanced%20Configuration/Services/Superfetch/Enable%20SuperFetch%20(default).cmd
  2. On the page, right-click and click 'Save as'
  3. If not already a .cmd file on download, rename it in File Explorer to have a .cmd extension
  4. Run the script
  5. Restart your computer

Also, run this in CMD as an administrator:

schtasks /Change /TN "\Microsoft\Windows\Diagnosis\Scheduled" /ENABLE
Evonos commented 4 months ago

https://raw.githubusercontent.com/Atlas-OS/Atlas/main/src/playbook/Executables/AtlasDesktop/3.%20General%20Configuration/Superfetch/Enable%20SuperFetch%20(default).cmd

If you want to re-enable SysMain, use this.

that link is broken now. "404 not found"

PencilNavigator commented 4 months ago

https://raw.githubusercontent.com/Atlas-OS/Atlas/main/src/playbook/Executables/AtlasDesktop/6.%20Advanced%20Configuration/Services/Superfetch/Enable%20SuperFetch%20(default).cmd

Moved to another folder in a recent PR.

he3als commented 2 weeks ago

Fixed in release v0.4.1. See the release for more info on what v0.4 users can do.