diff --git a/_site/guide_links.html b/_site/guide_links.html index 55aa43d..f5c0c2a 100644 --- a/_site/guide_links.html +++ b/_site/guide_links.html @@ -416,6 +416,8 @@ Issue
Spoofers(Keeping files and apps)
+In-place repair upgrade using Windows ISO file is a good way to fix +system errors. Here’s how you can perform it.
+To check the installed Windows architecture, open Powershell as
+admin and enter,
+Get-WmiObject -Class Win32_OperatingSystem | Format-List OSArchitecture
x64 means 64 Bit, x86 means 32 Bit
To check the installed Windows Language, open Powershell as admin
+and enter,
+dism /english /online /get-intl | find /i "Default system UI language"
Note: If you are running Enterprise or Enterprise LTSC edition +then you will need to download those edition ISO files from here.