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.55k stars 518 forks source link

[BUG] - DISM has a harmless error with RestoreHealth #1103

Open vulcan4d opened 4 months ago

vulcan4d commented 4 months ago

Description

DISM no longer can repair the system after AtlasOS is deployed. Normally DISM will run, however after AtlasOS is run DISM will ask for the source file. A source file can be provided but it continues to fail. The specific Windows can be specified in the source (Enterprise, Home, etc) but it still fails. DISM is a very important tool. If AtlasOS is tailored to gamers especially, many of which overclock and have unstable systems, DISM can be a savior to fix Windows problems that build up over time. Without DISM working, I expect the system to get progressively worse over time.

Steps to reproduce

Running DISM /Online /Cleanup-Image /RestoreHealth fails and requires source

Expected behavior

DISM command would run, and complete. Usually it does not require the source file.

Actual behavior

DISM fails and asks for source files You can aquire all possible versions of Windows 11 but DISM will continue to ask for source files. image

Atlas Edition

Atlas for Windows 11 23H2

Desktop information

Ryzen 7800x3D 32GB DD5 RTX3060TI Intel NVME (OS Drive) Plextor NVME (Data Drive)

Additional content

No response

Ast3risk-ops commented 4 months ago

Do other DISM operations work? I'd imagine this specific operation might be manually prevented from working, but someone will have to confirm this.

Also what is your specific atlas version (i.e. 0.4)?

he3als commented 4 months ago

This is a known issue but can be safely ignored, it still completes successfully. DISM simply can't find Atlas' custom packages that disable telemetry and Defender (if you selected it) on Windows Update, so that's why it says the source can't be found.

There might be a workaround to this in the future.

he3als commented 2 months ago

A fix is being worked on for this.