Probably the software engineers at Microsoft watched too much LazyTown and, same as in the show, we will never see a number 9. I still do like windows 7 most and I use that for regular computerwork. I have one PC with winXP and the other with windows 8 which I can upgrade to windows 10. I rarely use it though so I won't upgrade anytime soon.
http://www.extremetech.com/computing...-not-windows-9
http://www.extremetech.com/computing...-not-windows-9
Alternative theories for skipping Windows 9
First, an ExtremeTech reader called Benny sent an email to say that the number 9 is considered unlucky in Japan. Microsoft has a big enough presence in Japan that it may have skipped Windows 9 to avoid any weirdness or ill will. Benny says that Trend Micro — a Japanese company — did the same thing a few years ago when it skipped version 9 of its antivirus software.
As dumb and yet amazing as this sounds, it is actually quite feasible that there are still a lot of legacy Desktop apps that use this method (or something similar) to check for Windows 95 or 98. Bear in mind that this is just an example piece of code — some developers will check for the OS name (“Windows…”), some will check for the version number (as discussed in the previous section of this story), and some may use other methods entirely to find out what OS the app is running on.
First, an ExtremeTech reader called Benny sent an email to say that the number 9 is considered unlucky in Japan. Microsoft has a big enough presence in Japan that it may have skipped Windows 9 to avoid any weirdness or ill will. Benny says that Trend Micro — a Japanese company — did the same thing a few years ago when it skipped version 9 of its antivirus software.
As dumb and yet amazing as this sounds, it is actually quite feasible that there are still a lot of legacy Desktop apps that use this method (or something similar) to check for Windows 95 or 98. Bear in mind that this is just an example piece of code — some developers will check for the OS name (“Windows…”), some will check for the version number (as discussed in the previous section of this story), and some may use other methods entirely to find out what OS the app is running on.
Comment