Windows 10: Does 16 bit work yet on a 64 bit windows 10 OS?

Discus and support Does 16 bit work yet on a 64 bit windows 10 OS? in Windows 10 Support to solve the problem; Does 16 bit work yet on a 64 bit windows 10 OS? I did an reinstall of windows 10 but choose 32 bit image instead of windows 10 64 bit. I found out my... Discussion in 'Windows 10 Support' started by groze, Oct 4, 2014.

  1. groze Win User

    Does 16 bit work yet on a 64 bit windows 10 OS?


    Does 16 bit work yet on a 64 bit windows 10 OS? I did an reinstall of windows 10 but choose 32 bit image instead of windows 10 64 bit. I found out my 16 bit program works, once a windows feature is enabled. I did have a driver issue but fixed by a windows update.

    :)
     
    groze, Oct 4, 2014
    #1

  2. Win 10 64 bit wont run 32 bit programs after running the comparability it says it's okay but still does not work

    Its possible the application has some 16 bit code in it preventing from working properly on 64 bit Windows 10. 64 Bit Windows does not have a 16 bit subsystem.

    Look into the following as an option:

    Run Older or Incompatible Software on
    Windows 10 in a VM
     
    Andre Da Costa, Oct 4, 2014
    #2
  3. about working of DOS base program

    It will not work, you would have to use something like DOSBox for that.

    Windows 10 64 bit does not have a 16 bit subsystem.
     
    Andre Da Costa, Oct 4, 2014
    #3
  4. bromanbro Win User

    Does 16 bit work yet on a 64 bit windows 10 OS?

    wat?


    Do you mean a program, or a 16 bit driver?


    Also if it didn't work in 32 bit, then was fixed by an update, then it's likely that the update was deployed to 64 bit too. Tho no guarantees o_o
     
    bromanbro, Oct 4, 2014
    #4
  5. pbcopter Win User
    16 bit programs will not work with a 64 bit Windows operating system, including Windows 10 Technical Preview.
     
    pbcopter, Oct 4, 2014
    #5
  6. bromanbro Win User
    Oh I didn't know that.
     
    bromanbro, Oct 4, 2014
    #6
  7. Petey7 Win User
    It is not just matter of operating systems, it is a matter of the whole x86-64 (sometimes known as AMD64) architecture. An x86-64 cpu, which would be most 64-bit processors made today, can run in either long mode (which supports 64-bit code) or in legacy mode (which supports 32-bit and 16-bit code). Switching between modes requires a hard reset of the CPU. Windows 64-bit operating systems have built in virtualization technology which allows you to run 32-bit programs. You can even confirm it exist for yourself. You will notice that have two Program Files folders. One for native 64-bit programs, and another called Program Files (x86) for your 32-bit programs. If you look in the Windows folder, you will also see a SysWOW64 folder. That is where the files used for the virtualization are found. In this case, WOW stands for Windows-On-Windows. A lot of people eventually ask "can't windows include 16-bit virtualizaton?" They probably could, but it would mean doing a lot of work to cater to what is currently very few people. Most people who still need a 16-bit program and understand why it doesn't work natively on a 64-bit computer will also know how to install there own virtualization software, such as DOSbox or VirtualBox. With Windows 7 Pro, Ultimate, and Enterprise, Microsoft also included a free Windows XP license and access to the VirtualPC software (commonly referred to as XPmode). Now, however, they do not consider there to be enough need to continue supplying it with new OSes.

    Further Reading:
    The 'Program Files (x86)' and 'SysWOW64' folders explained / Windows 64-bit (Technical Article)
    WoW64 - Wikipedia, the free encyclopedia
     
    Petey7, Oct 4, 2014
    #7
  8. groze Win User

    Does 16 bit work yet on a 64 bit windows 10 OS?

    I was talking about the architect. First I decided to install windows 10 64 bit operating system. I did that and worked fine. Then I decided to install the 32 bit operating system after getting rid of the 64 install. Then I installed a 16 bit application, which turned on NTVDM and installed the application. Why didn't Microsoft included NTVDM or something similar in the 64 bit oses? As I said before had an issue with a PCI commutation driver, some how was fixed with a windows update.
     
    groze, Oct 4, 2014
    #8
  9. groze Win User
    Petey, what do you mean by switching modes? In my bios it set for legacy mode. Does that mean I am not using the 64 bit even though I have a Windows 7 64 bit os installed? There are couple of other settings in the bios that are turned on. I think one setting is called virtualization for the CPU.


    I have a 64 bit computer
    One partition is running W7 64 bit operating system
    Another partition is running W10 32 bit operating system with NTVDM turned on.
     
    groze, Oct 4, 2014
    #9
  10. Petey7 Win User
    I am not sure what the legacy mode in your bios refers to, as you have not provided the details of your computers hardware and have no way to check for myself. Most likely it refers to the BIOS mode. It is my understanding that newer hardware supports UEFI mode and legacy BIOS. I do not know as my computer was made shortly before UEFI was common. It is completely unrelated to what I was talking about.

    When I talk about modes, I mean the mode the CPU runs in. Most processors theses days have long mode, which allows the software running on it to make use of the 64-bit instructions and registers. They also have what is called legacy mode. In legacy mode only the 16 or 32-bit instructions and registers are available to the operating system, which allows 32-bit and 16-bit programs to be run natively. As far as I know, there is no firmware/BIOS setting which allows one to lock the processor into using only one or the other. It depends on the operating system being run. If its a 32 or 16 bit operating system, it automatically uses legacy mode. If its a 64-bit operating system, it will run in long mode. The CPU is not capable of switching modes on the fly. The computer must be turned off and back on. Now, CPUs also have sub-modes, which can be switched on the fly. For long mode, there is the 64-bit sub-mode and a compatibility sub-mode. In basic terms, the compatibility mode makes it where the virtualization (perhaps it would be better to call this emulation) for 32-bit programs is not 100% software. The hardware helps as well. I have to admit, my understanding on how the compatibility sub-mode works is a bit shaky, so I'm probably going to just confuse you more if I keep talking about it.

    Now, the virtualization setting in the BIOS is different from emulation (which I previously also referred to as virtualization as well). It refers to hardware/CPU virtualization. Essentially, it provides extra hardware support for running virtual machines, which are a type of emulator).

    Now, about NTDVM, which is short for Windows NT Virtual DOS Machine. NTDVM was originally developed to allow DOS and older Windows programs made for the legacy kernel (which is what Windows 1-3.1, 95, 98 and ME uses) to run on Windows NT sytems (NT 3.1-4.0, 2000, XP, Vista, etc.). This program was extended to what was the original WOW system, sometimes known as WOWEXEC or 16-bit WOW. WOW allows 16-bit Windows, and most DOS programs to work on 32-bit versions of Windows. It functions in a way similar to SysWOW64. According to some sources, this was never meant to be a permanent feature of Windows. It was designed to be a temporary measure to give developers enough time to completely switch to 32-bit coding. So, it is still virtualization/emulation that we are talking about. As stated before, this is not included in 64-bit versions of Windows because it is widely considered to be unnecessary. When you consider that Windows NT 3.1 came out over 20 years ago, and as far as I know a 16-bit OS hasn't been made in 15 years, it does seem a bit ridiculous for there to still be 16-bit programs out there. In fact, I'm actually starting to be annoyed by 32-bit programs still being the norm, when Windows XP 64-bit came out almost 10 years ago, but that's just me.

    So, in summation, 16-bit support in 32-bit Windows OSes is incredibly old, and was original meant to just be temporary. A very small number of people still use 16-bit software, so Microsoft does not feel the need to dedicate the time and money needed to add 16-bit support to 64-bit systems (and who could blame them, 16-bit software should have died out 20 years ago). Legacy could refer to anything. I discussed three (legacy kernel, legacy BIOS, and legacy CPU mode); basically legacy just means old. Virtualization can refer to software virtualization or hardware virtualization. In the case of the BIOS setting, it means hardware virtualization, which helps with software virtualization (also called emulation).

    References:
    x86-64 - Wikipedia, the free encyclopedia
    Windows on Windows - Wikipedia, the free encyclopedia
    Virtual DOS machine - Wikipedia, the free encyclopedia
    Boot to UEFI Mode or Legacy BIOS mode
    Windows NT 3.1 - Wikipedia, the free encyclopedia
    Virtualization - Wikipedia
    http://en.wikipedia.org/wiki/Hardwar...virtualization
     
    Petey7, Oct 5, 2014
    #10
  11. LEE
    Lee Win User
    One question: how much ram are you running (what came with the computer). The reason (you may know this already) is if you came with 8 gigs or more of ram then it is now setting there doing nothing for you. 32 bit OS will only use 3.2 gigs of whatever you have in your computer.
     
  12. LMiller7 Win User
    The internal differences between 16, 32, and 64 bit operating systems are enormous. 32 bit systems do not have some automatic capability to run 16 bit applications but something that must be designed and built in. And it isn't simple. 64 bit versions of Windows have the designed in capability to run 32 bit applications, but not for 16 bit applications. The design of the CPU makes this difficult but not impossible. If Microsoft had ever intended to support 16 bit applications in a 64 bit OS it would have been in 64 bit XP or Vista at the latest. With each passing year 16 bit applications loose more popularity and there is less reason to support them. For those who need 16 bit support they can still choose a 32 bit OS. But don't expect that to continue indefinitely either. The last 32 bit server OS was Server 2008. Server 2008 R2 and later versions have only 64 bit versions. At some point in time this will happen for client versions as well.

    This might come as a surprise to some but Microsoft does not have unlimited resources. With each new OS they must make difficult decisions about what new features to implement, what features to be put on hold, and what old technology will no longer be supported. Resources devoted to supporting 16 bit applications means that new features that will benefit more people need to be delayed. This is often necessary but it cannot continue indefinitely.
     
    LMiller7, Oct 5, 2014
    #12
  13. Does 16 bit work yet on a 64 bit windows 10 OS?

    Useful advice. May I add another caveat? I use an old 16bit DOS prog in dosbox under Win 8.1 64bit. Works very well too. However, until fairly recently I also used to use an old 32bit Windows prog which I have migrated al the way from Win 3.1x! I ran it under Win XP and Vista 32bit.

    Even though this is a 32bit prog, it will NOT run under Win 64. All to do with the setup exe file which uses a 16bit installer. So this issue could still trip people up trying a 32bit prog in a 64bit environment.
     
    thefrecklepuny, Oct 5, 2014
    #13
  14. LMiller7 Win User
    Many older 32 bit applications use 16 bit installers which cannot run on a 64 bit OS. But Windows does offer a partial solution. If the installer is recognized as one of a few popular ones Windows will substitute an equivalent 32 version. But there are many 16 bit installers and many applications implemented their own.
     
    LMiller7, Oct 5, 2014
    #14
  15. groze Win User
    I find it odd my system came with Windows 7 64 bit pre-installed before I did a clean install of windows 7 64 bit. It only has 4 gb of ram, so it really doesn't matter if I use a 64 bit or 32 bit operating system. I came across some 64 bit Linux distro that wouldn't work on this system but the 32 bit did, go figure.
     
    groze, Oct 5, 2014
    #15
Thema:

Does 16 bit work yet on a 64 bit windows 10 OS?

Loading...
  1. Does 16 bit work yet on a 64 bit windows 10 OS? - Similar Threads - Does bit yet

  2. Move from 32 Bit OS to 64 Bit OS

    in Windows 10 Software and Apps
    Move from 32 Bit OS to 64 Bit OS: Currently, I run windows 10 home 32 Bit on a 64 Bit processor. I am looking to upgrade the OS to 64 Bit but I don’t want to reinstall Windows as the computer is from a relative who passed away and was working on a application for training pilots. As there is no exe installer,...
  3. Running 16 bit apps on 64 bit system.

    in AntiVirus, Firewalls and System Security
    Running 16 bit apps on 64 bit system.: Is it definitely possible, although the results are mixed. You just downloadthis VM made by Leecher1337 on github, run install.bat and restart. Try running your app again....
  4. Updating 32 bit to 64 bit os

    in Windows 10 Installation and Upgrade
    Updating 32 bit to 64 bit os: My pc is compatible with 64 bit os when i try to install windows 10 64 bit it says t"app can't run on your pc please tell a solution to this. https://answers.microsoft.com/en-us/windows/forum/all/updating-32-bit-to-64-bit-os/13a83015-6d2d-46bb-bc4b-efdc8d2f6eba
  5. Is there a diffrence between Windows 64-bit OS and Windows 64-bit

    in Windows 10 Drivers and Hardware
    Is there a diffrence between Windows 64-bit OS and Windows 64-bit: Some developer told me that I can run a windows 64-bit system on windows 32-bit. Isn't Windows 64-bit OS and Windows 64-bit the same thing?...
  6. enable 16-bit subsystem on windows 10 v1803 64-bit

    in Windows 10 Customization
    enable 16-bit subsystem on windows 10 v1803 64-bit: does anyone know of a way to enable the 16-bit subsystem in windows 10 64-bit or is that feature 32-bit only? I don't want to emulate or virtualise a 32-bit version of windows.......
  7. Windows 64 bit OS

    in Windows 10 BSOD Crashes and Debugging
    Windows 64 bit OS: Running Windows 10 Pro on an Asus notebook. System information shows the system as a 64 bit OS with an x64-based processor. However, when I open the CMD prompt the system is shown as C:\WINDOWS\system32 On drive C: > WINDOWS there is a folder System32 I upgraded from...
  8. Windows 10 32-bit OS to 64-bit with a 64-bit based processor

    in Windows 10 Installation and Upgrade
    Windows 10 32-bit OS to 64-bit with a 64-bit based processor: How can I change my Windows 10 32-bit OS to 64-bit as I've a 64-bit based processor? I tried downloading the Windows 10 64-bit OS from the microsoft site like an ISO file and tried running it, but it says that this pc can't run that software where Windows 10 32-bit was...
  9. Switch from a 32-bit OS to 64-bit OS on Windows 10

    in Windows 10 Installation and Upgrade
    Switch from a 32-bit OS to 64-bit OS on Windows 10: I am running a 32 bit Windows 10 OS. I was looking around and noticed that my PC has an x64-based processor. Everything I have looked at so far tells me that I can run the 64 bit OS on this PC. If I was to reload Windows 10 with the 64-bit OS from an ISO disk, are there...
  10. 32 bit common dialogs not working on 64 bit os

    in Windows 10 Support
    32 bit common dialogs not working on 64 bit os: Running windows 10 64. Common dialogs on 32 bit applications do not work/appear. First i thought there was only a problem with chrome, save dialog do not work/appear and i cannot download anything, unless you config chrome for autodownload. Then i realized that it was the...