diff options
| author | WindowsAddict | 2025-08-25 00:15:40 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-08-25 00:15:40 +0000 |
| commit | b979312177df503ac5dad7595768dc59e3b5ce16 (patch) | |
| tree | ac818c5337f2ebde3cc2d96f6c9bfeca4ed64fe9 | |
| parent | fbcf55b66e4ac5b36ea583ddb3da843090ac5472 (diff) | |
| download | massgrave.dev-b979312177df503ac5dad7595768dc59e3b5ce16.zip | |
Update change edition troubleshoot guide
| -rw-r--r-- | docs/change_edition_issues.md | 32 |
1 files changed, 9 insertions, 23 deletions
diff --git a/docs/change_edition_issues.md b/docs/change_edition_issues.md index d82aeab..82c00d6 100644 --- a/docs/change_edition_issues.md +++ b/docs/change_edition_issues.md @@ -6,39 +6,25 @@ If the script encounters an error during the Windows edition change, follow the ## Restart System
-- Press the restart button to reboot the system, then attempt to change the edition again.
+- Press the restart button to reboot the system.
+- Try changing the edition now. If it doesn’t work, follow the next step listed below.
---
## Update Windows
- Open the Windows settings, navigate to the Windows Update section, and ensure that Windows is fully updated.
+- Try changing the edition now. If it doesn’t work, follow the next step listed below.
---
-## Error 0x80070490
+## Dism RestoreHealth & SFC Scannow
-:::note
-
-Only proceed if the script displays a 0x80070490 error code. If it doesn’t, this action is unnecessary.
-
-:::
-
-<details>
-<summary>Click here for info</summary>
-
-- During a Home to Pro upgrade, the script may show the below error:
-```
-Exception calling "_DismSet Edition" with "6" argument(s): "Element not found. (Exception from HRESULT: 0x80070490)"
-```
-- This issue often appears when .NET Framework 3.5 is installed.
-- To solve this, it needs to be disabled. To do that, open Command Prompt as admin and enter
- `DISM /Online /English /Disable-Feature /FeatureName:"NetFx3"`
-- Once that's done, try to change the edition again.
-- After the edition change, you can enable .NET 3.5 again:
- `DISM /Online /English /Enable-Feature /FeatureName:"NetFx3"`
-
-</details>
+- In the MAS script, go to the Troubleshoot option and select `DISM RestoreHealth`.
+- Restart the system using the Restart button.
+- After that, select `SFC Scannow` option.
+- Restart the system using the Restart button.
+- Try changing the edition now. If it doesn’t work, follow the next step listed below.
---
|
