Программа для чтения iso образов для windows 7

При запуске некоторых старых программ и инструментов командной строке в современных версиях Windows, например, в Windows 11 и Windows 10, вы можете получить сообщение «Неподдерживаемое 16-разрядное приложение. Не удалось запустить программу или компонент из-за несовместимости с 64-разрядной версией Windows. Обратитесь к разработчику программного обеспечения за версией программы, совместимой с 64-разрядной версией Windows».

В этой инструкции подробно о том, как запустить 16-разрядное приложение в Windows 11, Windows 10 или другой современной версии системы.

Запуск 16-разрядных приложений в Windows 11 и Windows 10 64-бит

Сообщение Неподдерживаемое 16-разрядное приложение в Windows

При запуске 16-разрядного приложения в графическом интерфейсе вы получите сообщение: «Невозможно запустить это приложение на вашем ПК. Чтобы найти версию для вашего компьютера, обратитесь к издателю приложения».

Невозможно запустить это приложение на вашем ПК

Если запускать это же приложение в командной строке, появится окно «Неподдерживаемое 16-разрядное приложение. Не удалось запустить программу или компонент из-за несовместимости с 64-разрядной версией Windows», а после его закрытия в консоли вы увидите текст «Эта версия не совместима с версией Windows, работающей на этом компьютере».

Причина заключается в том, что 64-разрядные системы не поддерживают компонент NTVM (NTVDM, Windows NT DOS Virtual Machine), необходимый для запуска 16-разрядных приложений, в них возможен запуск только x64 и x86 (32-бит приложений). Режим совместимости с предыдущими версиями Windows здесь так же не поможет.

Однако, решение есть. Чтобы запускать 16-разрядные приложения в x64 Windows 11/10, выполните следующие шаги:

  1. Со страницы GitHub загрузите последнюю версию Winevdm (otvdm) и распакуйте архив в удобное расположение на компьютере. На странице в разделе Assets представлены два архива: otvdm и otvdm-for-old-windows, второй предназначен для версий Windows до Vista и Server 2008
  2. Распаковав архив, вы можете сразу использовать находящийся в нём файл otvdm.exe для запуска нужной вам программы в командной строке: достаточно ввести команду
    путь_к\otvdm.exe путь_к\программа.exe

    Тем же образом можно создать ярлыки для запуска 16-разрядных программ.

    Запуск 16-бит приложений в OTVDM

  3. Если вы не хотите каждый раз использовать командную строку для запуска или создавать ярлыки, установите winevdm/otvdm на компьютере, используя файл install или install (no console) в папке. После установки 16-разрядные программы будут запускаться так же, как и любые другие программы Windows, например, двойным кликом по значку. Ниже на скриншоте — 16-бит приложение запущенное в Windows 11 x64:
    16-разрядное приложение, запущенное в Windows 11

На близкую тему может быть полезным: Как запускать старые DOS-игры и программы в современных версиях Windows.

Также на сайте Майкрософт присутствует инструкция, описывающая способ упаковать 16-разрядное приложение таким образом, чтобы его установка стала возможной в современных версиях Windows.

Download Windows Speedup Tool to fix errors and make PC run faster

In this post, we will discuss what you can do if you see the Unsupported 16-bit Application error on Windows 11/10 PC. Some users get this error when trying to install an application or run a setup.exe file on their computers. It also happens when running a command in the CMD to install an app. This happens even when the same programs or executable files have run on the same or other 64-bit Windows 11/10 PCs.

How to fix unsupported 16-bit application error on Windows

The program or feature cannot start or run due to incompatibility with 64-bit versions of Windows. Please contact the software vendor to ask if a 64-bit Windows compatible version is available.

Why do I get an Unsupported 16-bit Application error on Windows 11/10?

Windows 11 comes with only 64-bit and cannot support 16-bit. The only versions that support 16-bit are some Windows 32-bit versions. You are trying to install a program that is incompatible with your Windows 11 version. You might also be running an older version of an application; ensure that you have the latest setup.exe file or ask for the source of your program. There have also been cases where users have tried to install a 32-bit program that worked on some Windows 10 machines but failed to install on other Windows 10 machines, or on all Windows 11, and received this Unsupported 16-bit Application error.

If you get the unsupported 16-bit error while trying to run an executable file on Command Prompt, or install a program on a Windows 11 or Windows 10 computer, try the following solutions to fix the issue:

  1. Get the latest setup file for the program
  2. Run the program in Compatibility Mode
  3. Enable NT Virtual DOS Machine

Let us now look into these solutions one by one in detail.

1] Get the latest setup file for the program

You should visit the developer’s home page and ensure that you have the latest version of the setup file for your version of Windows. If it is available, download and use it.

2] Run the program in Compatibility Mode

How to fix unsupported 16-bit application error on Windows

If you are sure that the application is not a 16-bit and has no malware attack, you can run the application for compatibility mode or run the app as an administrator. However, you can only run a program compatibility mode for up to Windows 8 only. The option is not available for Windows 11 and Windows 10. To do this, follow the steps below:

  • Locate the program icon, right-click it, and select Properties from the list of options displayed.
  • Locate the Compatibility option, and then under Compatibility mode, tick the box next to Run this program in Compatibility mode.
  • Click on the drop-down menu and select an operating system like Windows 8.
  • Next, tick the box next to Run this program as an administrator which is an option under the Settings section.
  • Finally, select Apply and then OK to complete the process.

Read: How to determine an application is 64-Bit or 32-Bit on Windows

3] Enable NT Virtual DOS Machine in Windows 10

NTVDM or NT Virtual DOS Machine Optional feature enables 6-bit application support. But you can try this step only if you use Windows 10. It is not supported in Windows 11.

NTVDM is provided as a Feature on Demand, which first must be installed using a DISM command or via the Windows Optional features box.

Run Windows PowerShell ISE as an administrator and use the following commands:

  • To enable NTVDM: DISM /online /enable-feature /all /featurename:NTVDM
  • To disable NTVDM: DISM /online /disable-feature /featurename:NTVDM

Having done this, restart your PC and try.

We hope you find the post useful.

Read: Uninstall this app now because it isn’t compatible with Windows 11

What is NTVDM in Windows 10?

NTVDM (NT Virtual DOS Machine) is a Feature-on-demand and needs to be activated in Windows 10. It was introduced as a compatibility component for older programs. It you are installing or running older programs, Windows 10 will identify the need for NTVDM and ask you to install it.

Read: Can you share 32-bit and 64-bit Roaming User Profiles in Windows

Is NTVDM available for Windows 11?

Windows 11 is 64-bit only and will not run DOS programs well. Microsoft is no longer encouraging people to use NTVDM. This feature allows users to run 16-bit applications on 32-bit computers. However, the feature is not available on Windows 11 and other 64-bit versions like Windows RT and Windows 10 IoT Core. Microsoft considers NTVDM as an old technology that was launched in 1993 and can no longer be supported in the new technology. In fact, Microsoft discourages people to use the NTVDM feature as they will offer only limited support for clients who still use 16-bit versions.

TIP: On Windows 11, you can use this free tool called OTVDM to run 16-bit apps. It is available on github.com.

Why can’t 64-bit run 16-bit?

64-bit cannot run 16-bit because it can only handle 32-bit and above. So a 64-bit Windows version cannot run or support a 16-bit application or program. If you try to run the 16-bit app in a 64-bit Windows operating system, you will get the unsupported 16-bit application error on your 64-bit Windows 11 or on some Windows 10 versions.

Read:

  • Difference between 64-bit and 32-bit Windows.
  • How to tell if Computer is running 32-Bit or 64-Bit Windows?

Anand Khanse is the Admin of TheWindowsClub.com, a 10-year Microsoft MVP (2006-16) & a Windows Insider MVP (2016-2022). Please read the entire post & the comments first, create a System Restore Point before making any changes to your system & be careful about any 3rd-party offers while installing freeware.

  • Home
  • News
  • Get Unsupported 16-Bit Application Error on Windows 10? Fix It!

By Vera | Follow |
Last Updated

When trying to install or open a program in Windows 10/8/7, the unsupported 16-bit application error may appear. How can you fix this application error? Read this post of MiniTool and you can find some useful methods to help you get rid of the strange error.

Unsupported 16 Bit Application Windows 10

Unsupported 16-bit application is a weird error that can happen in Windows 10/8/7. When you try to install or open a program, you may get the error. And the pop-up tells you the app cannot start or run due to incompatibility with 64-bit versions of Windows and you should contact the software vendor to ask if a 64-bit Windows compatible version is available.

Perhaps the error occurs since the app you install is simply incompatible with your operating system. Besides, the PC may be infected by viruses, system files get corrupted, and more. Whatever the reason is, the first thing you should do is to fix the issue.

On some forums like Reddit or NVIDIA, some users published a post to ask for the answer to this error. Today in the following part, we will give you some useful methods.

How to Fix Windows 10 Unsupported 16-Bit Application

Reinstall the Program

Something may prevent you from running a program properly. If you get the unsupported 16-bit application error, one of the files of this program may get corrupted and the best solution is to reinstall it.

Step 1: Launch Control Panel in Windows 10/8/7 and view all the items by Category.

Step 2: Click Uninstall a program under Programs.

uninstall a program in Control Panel

Step 3: Locate the program you want to fix in Control Panel and right-click it to choose Uninstall.

Step 4: After the uninstallation, download this app from the internet and install it again to see if the error still appears.

Check if the PC Is Infected

When you get the application error and find the given file location is suspicious, try to troubleshoot immediately. Or the location is normal but you don’t remember you have installed or downloaded anything similar, also take action to fix the issue.

Your PC is likely infected by viruses or malware. The best way is to run an antivirus software to scan for the system and remove malicious programs and viruses.

In this post, there are some powerful antivirus programs – 10 Best Avast Alternatives for Windows 10/8/7 and just choose one to run to remove threats.

Next, go to the location where the error message refers to, click View, and check Hidden items. Delete all the suspicious files.

Then, launch Task Manager, go to Startup, locate anything suspicious, right-click it and click Open file location. Then, delete the file there. If the file is in use, disable it in Task Manager and then repeat the process to delete it.

Copy the Corrupted File Manually

If the Windows 10/8/7 unsupported 16-bit application error appears with a legit system file (that can be checked via searching for the file name and location in Google), perhaps it is the issue with a corrupted system file. To fix this error, follow the instructions below.

Step 1: Copy the file to a flash drive on a working PC and insert the drive to your computer.

Step 2: Restart your PC with a recovery drive and click Repair your computer to enter Windows Recovery Environment.

Step 3: Open Command Prompt in WinRE.

Step 4: Type the following commands:

C:\Windows\System32> del LogonUI.exe

F:> copy LogonUI.exe C:\Windows\System32

Note that the file name and the location may differ and you should correct them accordingly.

Enable 16-Bit Application Support in Windows 10

Sometimes the error happens since the 16-bit application support is not enabled in Windows 10. Follow the guide to enable it:

1. Press Win + R, type optionalfeatures.exe and click OK.

2. Expand Legacy Components and make sure NTVDM is checked.

check NTVDM

3. Launch Command Prompt with admin rights and enter exe /enable-feature:NTVDM.

4. Click Install this feature to finish the installation.

That’s all the information on the unsupported 16-bit application error. Just have a try and you can easily get rid of the error from your computer.

About The Author

Position: Columnist

Vera is an editor of the MiniTool Team since 2016 who has more than 7 years’ writing experiences in the field of technical articles. Her articles mainly focus on disk & partition management, PC data recovery, video conversion, as well as PC backup & restore, helping users to solve some errors and issues when using their computers. In her spare times, she likes shopping, playing games and reading some articles.

Issue: Hello. When I try to launch Minecraft on my Windows PC I get the “Unsupported 16-bit application” error. How do I fix it?

Solved Answer

When attempting to install or open a program in Windows, the “Unsupported 16-bit application” error may appear. According to the error message, the program or feature cannot be started or run because it is incompatible with 64-bit versions of Windows. The complete error message is as follows:

The program or feature (name or location of the file) cannot start or run due to incompatibility with 64-bit versions of Windows. Please contact the software vendor to ask if a 64-bit Windows compatible version is available.

If the file location appears suspicious, such as C >> Windows or C >> Windows >> System32, it is best to start troubleshooting right away. Similarly, if the location appears normal but you do not recall installing or downloading anything similar, you should scan your computer immediately.

The “Unsupported 16-bit application” error can have a variety of consequences for users. It limits their ability to install or run the desired program, limiting their access to specific software or features that may be necessary for work, entertainment, or productivity. Some Minecraft users have reported encountering this error when attempting to launch the game. As a result of the operating system compatibility issue, users are unable to enjoy playing Minecraft.

Several potential solutions to this problem can be considered. Users can ensure they have the most recent version installed by visiting the software’s official website. Software updates may include compatibility enhancements designed specifically for newer versions of Windows. Updating the program may fix the compatibility problem and allow it to run more smoothly.

Changing compatibility settings in Windows can also be attempted. The operating system includes compatibility options for simulating older Windows environments. Users can experiment with these settings to see if they can successfully run the program despite the 16-bit application error.

In certain cases, virtualization or emulation may be considered as a solution. Virtualization software or emulation environments can be used to create an environment in which incompatible programs can run. Users can use VirtualBox or Windows compatibility mode to create the necessary environment for running the application without encountering compatibility issues.

How to fix Unsupported 16-bit application error in Windows

In this guide, you will find 5 steps that should help you fix “Unsupported 16-bit application” error in Windows. However, you can also try running a repair tool like FortectMac Washing Machine X9. It can fix most system errors, BSODs,[1] corrupted files, and registry[2] issues. Otherwise, follow the step-by-step instructions below.

Method 1. Fix Corrupted System Files

Use Command Prompt commands to repair system file corruption:

  • Open Command Prompt as administrator
  • Use the following command and press Enter:
    sfc /scannow

Fix Corrupted System Files

  • Reboot your system
  • If SFC returned an error, then use the following command lines, pressing Enter after each:
    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth

Method 2. Run a Malware Scan



Fix it now!




Fix it now!

To repair damaged system, you will have a 24hr Free Trial and the ability to purchase the licensed version of the Fortect Mac Washing Machine X9.

It is possible that a malware infection may be the cause of “Unsupported 16-bit application” error in Windows. It is important to run a comprehensive security scan to rule out this possibility and ensure that the computer is not infected. This can help to prevent further issues with the Windows operating system and ensure that it is functioning properly.

If you have access to a security scanner, or if your organization pays for one, you can use it to scan your entire system to check for a virus infection. Otherwise, you can use Windows Defender to scan your system:

  • Click on the Windows Start menu or press the Windows key on your keyboard.
  • Type Microsoft Defender in the search bar and click on Microsoft Defender Antivirus to open the application.
  • Click on the Virus & threat protection option in the left-hand menu.
  • Click on the Quick scan or Full scan option, depending on your preference.

Run a Malware Scan

  • If you choose Quick scan, Microsoft Defender Antivirus will scan the most vulnerable and commonly infected areas of your computer.
  • If you choose Full scan, Microsoft Defender Antivirus will scan your entire computer, including all files, folders, and programs.
  • Click on the Scan now button to start the selected scan type and wait for the scan to complete.
  • The time it takes will depend on the size of your hard drive and the number of files being scanned.
  • Once the scan is complete, you will be informed of any detected threats, and you can choose to quarantine or remove them.
  • If no threats are found, Microsoft Defender Antivirus will inform you that your device is secure.

Method 3. Reinstall the Affected Application

  • Launch Control Panel in Windows.
  • View all the items by Category.
  • Click on Uninstall a program under the Programs category.

Reinstall the Affected Application

  • Locate the program you want to fix in Control Panel.
  • Right-click on the program and choose Uninstall.
  • Follow the uninstallation process to remove the program completely.
  • After the uninstallation, download the desired app from the internet.
  • Install the app again by running the downloaded file.
  • Follow the installation instructions provided.
  • Once the installation is complete, check if the error still appears.

Method 4. Enable 16-Bit Application Support



Fix it now!




Fix it now!

To repair damaged system, you will have a 24hr Free Trial and the ability to purchase the licensed version of the Fortect Mac Washing Machine X9.

  • Press the Windows key + R to open the Run dialog box.
  • Type optionalfeatures.exe in the Run dialog box and click OK.
  • In the Windows Features window, expand Legacy Components.
  • Ensure that the checkbox for NTVDM is selected.

Enable 16-Bit Application Support

  • Launch Command Prompt with administrator rights.
  • In the Command Prompt window, type the following command and press Enter:

exe /enable-feature:NTVDM

  • Wait for the process to complete.
  • Click on Install this feature to finalize the installation.

Method 5. Upgrade Install Windows

  • Visit the official Windows download website.
  • Choose the Windows version.

Upgrade Install Windows

  • Click on the Download Now button under the Create Windows Installation Media section.
  • Double-click the downloaded file to launch it.
  • Wait for Windows to prepare the setup.
  • Click the Yes button when prompted.
  • Accept the License Agreement.
  • Wait for Windows to download the required updates.
  • Choose whether to keep your files and apps or not.
  • Leave the recommended settings, which is to keep your files and apps since this is an in-place upgrade.
  • Click the Install button to start the in-place upgrade.
  • Wait for Windows to copy the necessary files to upgrade your device.
  • Restart your PC.

Repair your Errors automatically

ugetfix.com team is trying to do its best to help users find the best solutions for eliminating their errors. If you don’t want to struggle with manual repair techniques, please use the automatic software. All recommended products have been tested and approved by our professionals. Tools that you can use to fix your error are listed bellow:

do it now!

Download Fix
 

Happiness
Guarantee

do it now!

Download Fix
 

Happiness
Guarantee

Compatible with Microsoft Windows
Compatible with OS X

Still having problems?
If you failed to fix your error using FortectMac Washing Machine X9, reach our support team for help. Please, let us know all details that you think we should know about your problem.

Fortect will diagnose your damaged PC. It will scan all System Files that have been damaged by security threats. Mac Washing Machine X9 will diagnose your damaged computer. It will scan all System Files and Registry Keys that have been damaged by security threats. To repair damaged system, you will have a 24hr Free Trial and the ability to purchase the licensed version of the Fortect malware removal tool. To repair damaged system, you have to purchase the licensed version of Mac Washing Machine X9 malware removal tool.

Prevent websites, ISP, and other parties from tracking you

To stay completely anonymous and prevent the ISP and the government from spying on you, you should employ Private Internet Access VPN. It will allow you to connect to the internet while being completely anonymous by encrypting all information, prevent trackers, ads, as well as malicious content. Most importantly, you will stop the illegal surveillance activities that NSA and other governmental institutions are performing behind your back.

Recover your lost files quickly

Unforeseen circumstances can happen at any time while using the computer: it can turn off due to a power cut, a Blue Screen of Death (BSoD) can occur, or random Windows updates can the machine when you went away for a few minutes. As a result, your schoolwork, important documents, and other data might be lost. To recover lost files, you can use Data Recovery Pro – it searches through copies of files that are still available on your hard drive and retrieves them quickly.

Чем асинхронная логика (схемотехника) лучше тактируемой, как я думаю, что помимо энергоэффективности — ещё и безопасность.

Hrethgir 14.05.2025

Помимо огромного плюса в энергоэффективности, асинхронная логика — тотальный контроль над каждым совершённым тактом, а значит — безусловная безопасность, где безконтрольно не совершится ни одного. . .

Многопоточные приложения на C++

bytestream 14.05.2025

C++ всегда был языком, тесно работающим с железом, и потому особеннно эффективным для многопоточного программирования. Стандарт C++11 произвёл революцию, добавив в язык нативную поддержку потоков,. . .

Stack, Queue и Hashtable в C#

UnmanagedCoder 14.05.2025

Каждый опытный разработчик наверняка сталкивался с ситуацией, когда невинный на первый взгляд List<T> превращался в узкое горлышко всего приложения. Причина проста: универсальность – это прекрасно,. . .

Как использовать OAuth2 со Spring Security в Java

Javaican 14.05.2025

Протокол OAuth2 часто путают с механизмами аутентификации, хотя по сути это протокол авторизации. Представьте, что вместо передачи ключей от всего дома вашему другу, который пришёл полить цветы, вы. . .

Анализ текста на Python с NLTK и Spacy

AI_Generated 14.05.2025

NLTK, старожил в мире обработки естественного языка на Python, содержит богатейшую коллекцию алгоритмов и готовых моделей. Эта библиотека отлично подходит для образовательных целей и. . .

Реализация DI в PHP

Jason-Webb 13.05.2025

Когда я начинал писать свой первый крупный PHP-проект, моя архитектура напоминала запутаный клубок спагетти. Классы создавали другие классы внутри себя, зависимости жостко прописывались в коде, а о. . .

Обработка изображений в реальном времени на C# с OpenCV

stackOverflow 13.05.2025

Объединение библиотеки компьютерного зрения OpenCV с современным языком программирования C# создаёт симбиоз, который открывает доступ к впечатляющему набору возможностей. Ключевое преимущество этого. . .

POCO, ACE, Loki и другие продвинутые C++ библиотеки

NullReferenced 13.05.2025

В C++ разработки существует такое обилие библиотек, что порой кажется, будто ты заблудился в дремучем лесу. И среди этого многообразия POCO (Portable Components) – как маяк для тех, кто ищет. . .

Паттерны проектирования GoF на C#

UnmanagedCoder 13.05.2025

Вы наверняка сталкивались с ситуациями, когда код разрастается до неприличных размеров, а его поддержка становится настоящим испытанием. Именно в такие моменты на помощь приходят паттерны Gang of. . .

Создаем CLI приложение на Python с Prompt Toolkit

py-thonny 13.05.2025

Современные командные интерфейсы давно перестали быть черно-белыми текстовыми программами, которые многие помнят по старым операционным системам. CLI сегодня – это мощные, интуитивные и даже. . .

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Включение smb3 windows 10
  • Длина пароля в windows server 2003
  • Как восстановить windows 10 с помощью точки восстановления
  • Как сделать сглаживание шрифта в windows 10
  • Мегафон планшет на windows