


What versions of windows system are there?
Windows system versions include: 1. Windows1.0; 2. Windows2.0; 3. Windows3.0; 4. Windows95; 5. Windows98; 6. WindowsME; 7. WindowsXP; 8. WindowsVista, etc. .
The operating environment of this tutorial: Windows 10 system, Dell G3 computer.
What versions of Windows systems have there been in the past 30 years?
Since the 1990s, the computer equipment we use has undergone many dramatic changes, and so have the computer operating systems used with them. Among them, Microsoft's flagship operating system Windows is perhaps the product we are most familiar with.
1. 1985: Windows 1.0
2. 1987-1990: Windows 2.0
3. 1990: Windows 3.0
##Windows 3.0 was released on May 22, 1990. Due to the improvements in interface and humanity With huge improvements in optimization and memory management, Windows 3.0 has received huge recognition from consumers and has a very high user usage rate. It is reported that within 2 weeks of the initial release of Windows 3.0, its sales exceeded 10 million copies.
##Windows 95 is an operating system launched by Microsoft Corporation of the United States on August 24, 1995 , the system dropped support for the previous generation of 16-bit x86 for the first time and was one of the most successful operating systems in Microsoft's history. It should be pointed out that both the iconic "Start" button and the IE browser were first launched in the Windows 95 era. Moreover, within five weeks of the product's launch, Microsoft sold more than 7 million copies.
5. 1998: Windows 98
##Windows 98 is a desktop operation launched by Microsoft during the period of great development of the Internet. system, the company calls Windows 98 "the first software system truly launched for consumers," including "plug and play", desktop quick launch bar and automatic CD playback are all new features of this system.
Windows Me is probably the least advertised among the Windows series that have been launched. , to which Microsoft added multimedia services such as Windows Movie Maker, and was the first operating system to have Windows recovery built-in. However, Windows Me was criticized when it was first launched because of problems such as cumbersome installation.
As soon as Windows XP was launched, it was full of beauty because of the design of its user interface. It was well received, and David Pogue, a well-known technology columnist in the New York Times, even wrote in a review article at the time: "Compared with its predecessors, the criticism you hear about Windows XP There will obviously be less sound." Even now, the operating system using built-in Windows XP still provides users with a smooth experience.
Windows Vista is a historically innovative version developed by Microsoft. Its kernel version number is Windows NT 6.0. Compared with Windows XP, the kernel of this system has been almost completely rewritten, and it has brought us a new user interface and a large number of new functions. However, the system has been widely criticized by the outside world because it is difficult for users to find good reasons to upgrade from Windows XP to Windows Vista.
9. 2009: Windows 7
When Windows 7 came out in 2009, the operating system was Received unanimous praise from the outside world. The American technology media CNET even said: "This (Windows 7) is what Windows Vista should look like!" Until now, Windows 7 is still widely used among enterprises and consumer groups.
10, 2012: Windows 8/ Windows 8.1
Windows 8 was released by Microsoft on October 26, 2012 The officially launched revolutionary operating system, the system's unique Metro start interface and touch-based interactive system are designed to make people's daily computer operations simpler and faster, and provide people with an efficient and easy working environment. At the same time, this is also an operating system suitable for tablet operation methods. However, due to the overly complex user interface of Windows 8 and the lack of a "Start Menu", the system still received a lot of criticism from the outside world after its launch. There is news a few days ago that Microsoft will make the "Start Menu" officially return in the future Windows 9.
11. 2015 to present: Windows 10
On January 21, 2015, Microsoft released a new generation of Windows system in Washington , and stated that it is provided to all devices running Windows 7, Windows 8.1 and Windows Phone 8.1, and users can enjoy free upgrade services in the first year after the release of Windows 10. On February 13, Microsoft officially launched the Windows 10 mobile preview update push plan. On March 18, Microsoft China’s official website officially launched the Chinese introduction page for Windows 10. On April 22, Microsoft launched Windows Hello and Microsoft Passport user authentication systems. Microsoft today announced a security feature called "Device Guard". On April 29, Microsoft announced that Windows 10 will use the same app store, which can be displayed to all devices covered by Windows 10 and support both Android and iOS programs. On July 29, Microsoft released the official version of Windows 10.
Recommended learning: Windows tutorial
The above is the detailed content of What versions of windows system are there?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Yes, MySQL can be installed on Windows 7, and although Microsoft has stopped supporting Windows 7, MySQL is still compatible with it. However, the following points should be noted during the installation process: Download the MySQL installer for Windows. Select the appropriate version of MySQL (community or enterprise). Select the appropriate installation directory and character set during the installation process. Set the root user password and keep it properly. Connect to the database for testing. Note the compatibility and security issues on Windows 7, and it is recommended to upgrade to a supported operating system.

The MySQL connection may be due to the following reasons: MySQL service is not started, the firewall intercepts the connection, the port number is incorrect, the user name or password is incorrect, the listening address in my.cnf is improperly configured, etc. The troubleshooting steps include: 1. Check whether the MySQL service is running; 2. Adjust the firewall settings to allow MySQL to listen to port 3306; 3. Confirm that the port number is consistent with the actual port number; 4. Check whether the user name and password are correct; 5. Make sure the bind-address settings in my.cnf are correct.

The solution to MySQL installation error is: 1. Carefully check the system environment to ensure that the MySQL dependency library requirements are met. Different operating systems and version requirements are different; 2. Carefully read the error message and take corresponding measures according to prompts (such as missing library files or insufficient permissions), such as installing dependencies or using sudo commands; 3. If necessary, try to install the source code and carefully check the compilation log, but this requires a certain amount of Linux knowledge and experience. The key to ultimately solving the problem is to carefully check the system environment and error information, and refer to the official documents.

The main reasons for MySQL installation failure are: 1. Permission issues, you need to run as an administrator or use the sudo command; 2. Dependencies are missing, and you need to install relevant development packages; 3. Port conflicts, you need to close the program that occupies port 3306 or modify the configuration file; 4. The installation package is corrupt, you need to download and verify the integrity; 5. The environment variable is incorrectly configured, and the environment variables must be correctly configured according to the operating system. Solve these problems and carefully check each step to successfully install MySQL.

Unable to access MySQL from the terminal may be due to: MySQL service not running; connection command error; insufficient permissions; firewall blocks connection; MySQL configuration file error.

Copy and paste in MySQL includes the following steps: select the data, copy with Ctrl C (Windows) or Cmd C (Mac); right-click at the target location, select Paste or use Ctrl V (Windows) or Cmd V (Mac); the copied data is inserted into the target location, or replace existing data (depending on whether the data already exists at the target location).

Pull vertical guides in Photoshop: Enable ruler view (View > ruler). Hover the mouse over the vertical edge of the ruler, and then the cursor becomes a vertical line with double arrows and hold and drag the mouse to pull out the reference line. Click Delete by dragging the guide, or hovering it into a cross.

MySQL download prompts a disk write error. The solution is as follows: 1. Check whether the disk space is insufficient, clean up the space or replace a larger disk; 2. Use disk detection tools (such as chkdsk or fsck) to check and fix disk errors, and replace the hard disk if necessary; 3. Check the target directory permissions to ensure that the user account has write permissions; 4. Change the download tool or network environment, and use the download manager to restore interrupted download; 5. Temporarily close the anti-virus software or firewall, and re-enable it after the download is completed. By systematically troubleshooting these aspects, the problem can be solved.
