Summary: Install Windows on Linux by using a computer program called Wine or through the Internet. Install Windows on Linux with tips from a software developer in this free video about computer technology.
Dave Andrews is a software developer with a business and Web site selling programs and other computer services in Franklin, Tenn. Having worked in the IT industry for more than 8...read more
"Hi, my name is Dave Andrews. Today I'm going to show you, how to install Windows on Linux. The way that we're going to get Windows onto Linux is by using a program called Wine, which is a Windows emulator for Linux. To get this installed, on your Linux desktop, pull up a command prompt, and we're going to install Wine by tying in, s-u-d-o, which is a sudo command that allows you administrative access to the computer; apt-get space, and we're going to type, wine; sorry, we need to say install, before wine. That's going to connect to the Internet repositories, and it's going to download Wine and install it. I already have Wine installed as it says here, "Wine is already the newest version". If you didn't have it installed, it will go through the process of downloading and installing the program. Now to run a Windows program, as you can see, I have a Notepad.exe from a Window installation on my desktop. To run that program, at the command line, just type, wine, space, and then the command you want to run, Notepad will then pop up on your computer. My name is Dave Andrews, and I've just showed you how to install Windows on Linux."
eHow Article: How to Install Windows on Linux