From 84410312b021a5468438bee20d9507e99b7a6dd6 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Mon, 12 Feb 2024 17:35:09 +0530 Subject: Misc --- _site/change_edition_issues.html | 530 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 530 insertions(+) create mode 100644 _site/change_edition_issues.html (limited to '_site/change_edition_issues.html') diff --git a/_site/change_edition_issues.html b/_site/change_edition_issues.html new file mode 100644 index 0000000..100a5b8 --- /dev/null +++ b/_site/change_edition_issues.html @@ -0,0 +1,530 @@ + + + + +
+ + + + + + + + +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"