summaryrefslogtreecommitdiff
path: root/change_edition_issues.md
diff options
context:
space:
mode:
authorWindowsAddict2024-04-12 03:05:28 +0000
committerWindowsAddict2024-04-12 03:05:28 +0000
commit85a27923c728db442c8b28200f591479c4b93875 (patch)
tree851385b8416c334e320aed4b08424681d1dc9ba9 /change_edition_issues.md
parent264b3db2d3525719bf6993031bf671e6e3d4bf9c (diff)
downloadmassgrave.dev-85a27923c728db442c8b28200f591479c4b93875.zip
Move to Docusaurus
Diffstat (limited to 'change_edition_issues.md')
-rw-r--r--change_edition_issues.md39
1 files changed, 0 insertions, 39 deletions
diff --git a/change_edition_issues.md b/change_edition_issues.md
deleted file mode 100644
index e697efa..0000000
--- a/change_edition_issues.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-pagetitle: Change Edition Issues
----
-
-# Change Edition Issues
-
-------------------------------------------------------------------------
-
-## Error 0x80070490
-
-- In the Home to Pro upgrade process, the script may show the below error in red color:
-
-```
-Exception calling "_DismSet Edition" with "6" argument(s): "Element not found. (Exception from HRESULT: 0x80070490)"
-```
-
-- This issue often appears due to the installed .Net 3.5 framework.
-
-- To solve this, we need to disable it, to do that, open the command prompt as admin and enter\
- `DISM /Online /English /Disable-Feature /FeatureName:"NetFx3"`
-
-- Once it's done, try to change the edition again.
-
-- After the edition change, you can enable .net 3.5 again, to do that, enter,\
- `DISM /Online /English /Enable-Feature /FeatureName:"NetFx3"`
-
-------------------------------------------------------------------------
-
-## Other Errors
-
-- In Windows settings, go to the Windows Update page, run the check for updates button, and ensure that Windows is fully updated.
-
-<!-- -->
-
-- In the MAS script, go to Troubleshoot and run these options in the below order,
- - DISM Restore
- - SFC Scan
-- Restart the system and try to change the edition again.
-- If it's still not resolved, please connect with us [here](troubleshoot.html).