What is the “Windows Might Be Installed in an Unsupported Directory” error? What causes it and how to fix it? Read this troubleshooting guide from MiniTool Solution and you will see the answers.
The Windows installation error “Windows Might Be Installed in an Unsupported Directory” occurs when the specified Windows application folder is incorrect or is not in its default location.
What causes this error? Here are several common reasons are displayed below.
In the following paragraph, we’ll illustrate how to fix the unsupported directory error. Read on.
Step 1. Type troubleshoot settings in Windows Search and choose the best match.
Step 2. Select Other troubleshooters > navigate to Windows Update > click on the Run button beside it.
Step 3. When finishing, Windows should show you the detection result and provide you some fixes if any issues are found. So click on Apply this fix to continue.
Step 1. Hit Win R hotkeys to launch the Run dialog, type regedit and press Enter.
Step 2. In the Registry Editor window, copy & paste the path below into the address bar and press Enter.
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersion
Step 3. It will lead you to the location and then double-click ProgramFilesDir from the right pane.
Step 4. Change the Value data to OS Drive:Program Files. And click OK to save the changes. Don’t forget to replace OS Drive with your drive letter.
Reboot your machine and check for the Windows 11 Windows Might Be Installed in an Unsupported Directory.
Step 1. Type cmd in the search box and run Command Prompt as an administrator.
Step 2. Copy & paste the following commands into the command window in turn. They will stop all the Windows Update components.
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
The following commands will reset the SoftwareDistribution and catroot2 folder.
ren C:WindowsSoftwareDistribution SoftwareDistribution.old
ren C:WindowsSystem32catroot2 Catroot2.old
Use these commands below to start all the Windows Update components again.
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
When installing Windows, it will try to back up the Users folders. This way, if you have changed the location of the Users folder, you need to move the folder back to its original location. To do so:
Step 1. Press Win E to open File Explorer and locate the place where you have moved the Users folder.
Step 2. Right-click the folder and click Cut from the dropdown menu.
Step 3. Go to the root directory of your OS drive and press Ctrl V to paste the copied folder.
After that, re-try to install Windows and see if the error message still appears.
Step 1. Press Win R hotkeys to launch the Run dialog, type services.msc and press Enter.
Step 2. Scroll down to locate and double-click Windows Update. Then you can change Startup type to Automatic.
Step 3. Click Apply and OK. Then repeat the same steps to change other services: Background Intelligent Transfer Service, Cryptographic Services, and TrustInstaller.
Sometimes an overzealous antivirus program can impede the installation process. Disabling the antivirus programs is essential. You can right-click on the app icon in the system tray and choose to disable it from the context menu.
If you want to disable Windows Defender, refer to this comprehensive guide – [Solution] How to Disable Windows Defender Antivirus on Win10.
You can also download the correct Windows ISO from the Microsoft official website and install Windows using it. You should try to avoid third-party websites as much as possible since most of Windows ISO files are either corrupt or trip Windows up.
To fix Windows Might Be Installed in an Unsupported Directory error, you can follow the list one by one until you find the one that works. Appreciate your reading and support.
The above is the detailed content of Tips for Windows Might Be Installed in an Unsupported Directory. For more information, please follow other related articles on the PHP Chinese website!