diff options
| author | WindowsAddict | 2025-07-29 21:55:33 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-07-29 21:55:33 +0000 |
| commit | adbb033dc8ce54e4472efc5b2561ab3b098c8e9c (patch) | |
| tree | 02ba189d0f3085ca394104fa18530fc34b73b6e8 /docs/change_edition_issues.md | |
| parent | c70ff4cfa419164877df71f154cb25cc86b317ce (diff) | |
| download | massgrave.dev-adbb033dc8ce54e4472efc5b2561ab3b098c8e9c.zip | |
Update Change Edition Issues guide to avoid confusion
Diffstat (limited to 'docs/change_edition_issues.md')
| -rw-r--r-- | docs/change_edition_issues.md | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/docs/change_edition_issues.md b/docs/change_edition_issues.md index 1402bb0..5b62ced 100644 --- a/docs/change_edition_issues.md +++ b/docs/change_edition_issues.md @@ -1,7 +1,26 @@ # Change Edition Issues
+If the script encounters an error during the Windows edition change, follow the points listed below in this order.
+
+## Restart System
+
+- Press the restart button to reboot the system, then attempt to change the edition again.
+
+## Update Windows
+
+- Open the Windows settings, navigate to the Windows Update section, and ensure that Windows is fully updated.
+
## Error 0x80070490
+:::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)"
@@ -13,12 +32,9 @@ Exception calling "_DismSet Edition" with "6" argument(s): "Element not found. ( - After the edition change, you can enable .NET 3.5 again:
`DISM /Online /English /Enable-Feature /FeatureName:"NetFx3"`
----
-
-## Other Errors
+</details>
-- Restart the system and then try to change the edition again.
-- If it's still not resolved then follow the below guide.
-https://gravesoft.dev/in-place_repair_upgrade
+## In-Place Repair Upgrade
----
+- If none of the solutions worked, please follow the guide below to fix the system corruption.
+- https://gravesoft.dev/in-place_repair_upgrade
|
