From 4642ba8241e4b104caaf5af8e31846dc67ff4612 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Sat, 13 Apr 2024 02:09:35 +0530 Subject: "npm run build" --- build/change_edition_issues.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 build/change_edition_issues.html (limited to 'build/change_edition_issues.html') diff --git a/build/change_edition_issues.html b/build/change_edition_issues.html new file mode 100644 index 0000000..0bdccb8 --- /dev/null +++ b/build/change_edition_issues.html @@ -0,0 +1,40 @@ + + + + + +Change Edition Issues | MAS + + + + +
Skip to main content

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.
  • +
+
+ + \ No newline at end of file -- cgit v1.2.3