Monday, February 23, 2026
  • Hype
  • Murai
  • Lipstiq
  • Wanista
  • Varnam
  • Hangat
  • Autofreaks
Lowyat.NET
  • News
    • Lifestyle
    • Computing
    • Hardware
    • Internet
    • Rumours & Leaks
    • Software
  • Forums
    • Kopitiam
    • Tradezone
    • Property Talk
    • Finance & Business
    • Fast and Furious
  • Gaming
    • PC Gaming
    • Console
    • Esports
  • Mobile
    • Apps
    • OS
    • Tablets
    • Phones
    • Telco
      • Celcom
      • DiGi
      • Maxis
      • Tune Talk
      • U Mobile
      • Buzzme
  • Pricelists
    • Compu-zoneUpdated
    • ViewnetUpdated
    • Sri ComputersUpdated
    • StartecUpdated
  • More
    • Automotive Tech
    • Drone
    • Enterprise
    • Entertainment
    • Fashion
    • E-Hailing
    • Wearables
No Result
View All Result
Lowyat.NET
  • News
    • Lifestyle
    • Computing
    • Hardware
    • Internet
    • Rumours & Leaks
    • Software
  • Forums
    • Kopitiam
    • Tradezone
    • Property Talk
    • Finance & Business
    • Fast and Furious
  • Gaming
    • PC Gaming
    • Console
    • Esports
  • Mobile
    • Apps
    • OS
    • Tablets
    • Phones
    • Telco
      • Celcom
      • DiGi
      • Maxis
      • Tune Talk
      • U Mobile
      • Buzzme
  • Pricelists
    • Compu-zoneUpdated
    • ViewnetUpdated
    • Sri ComputersUpdated
    • StartecUpdated
  • More
    • Automotive Tech
    • Drone
    • Enterprise
    • Entertainment
    • Fashion
    • E-Hailing
    • Wearables
No Result
View All Result
Lowyat.NET
No Result
View All Result
Home News

Why is it called Windows 10, and not Windows 9

by Vijandren
October 2, 2014
Share on FacebookShare on Twitter

windows_product_family_9-30-event-741x416

When quizzed about why the new Windows is called Windows 10, instead of Windows 9, Windows chiefs Terry Myerson and Joe Belfiore avoided giving a straight answer, choosing instead to joke that ‘seven ate nine’. The real reason however is slightly more technical, and involves the way code has been written for 3rd party programs running on the Windows platform.

Think of it as something similar to the Y2K bug when we realized using two digits to represent the year was going to suddenly cause computers to roll back to the 1900’s.


Over the years, a lot of code has been written to identify two particular versions of Windows, Windows 95 and Windows 98 by using only the starting string.  So instead of  identifying Windows 95 and Windows 98 by a rather long statement like this:

 if (osName.startsWith("Windows")) {
            isWindows = true;
            if (osName.startsWith("Windows 95") || (osName.startsWith("Windows 98") ||
                osName.startsWith("Windows Me"))
            return; // win9x/Me cannot handle long paths
        }

Programmers would use the following shorter code which would yield the same results:

 if (osName.startsWith("Windows")) {
            isWindows = true;
            if (osName.startsWith("Windows 9") ||
                osName.startsWith("Windows Me"))
            return; // win9x/Me cannot handle long paths
        }

Unfortunately, this meant that calling the new Windows, Windows 9 would make all the applications still running on this piece of code see Windows 9 as either Windows 95 or Windows 98, not Windows 9.  A quick check on searchcode.com reveals that there are over 4000 pieces of code which use this reference, and these are only those codes which are released to the public domain. There might be thousands more on commercial applications that use similar shortcuts to identify Windows 95 and Windows 98 machines that will stop working on Windows 9 if Microsoft went with that name.

Untitled-2

Now you know.

Filed Under Windows 10Windows 9
Updated 4:06 pm, Thu, 2 October 14
http://lowy.at/bVqUf
Share1Tweet1SendShare

Follow us on Instagram, Facebook, Twitter or Telegram for more updates and breaking news. 

No Result
View All Result

TRENDING THIS WEEK

  1. 1
    Mobile Phones

    Infinix Note 60 Series Launches; Pro Model Gets The Snapdragon

  2. 2
    Transportation

    JustGO Malaysia App Hits Close To 200,000 Downloads Following PLUS’ ANPR Formal Launch

  3. 3
    Apps

    Reminder: MyDigital ID To Be Sole Login Method For MyJPJ Starting March 2026

  4. 4
    Streaming

    Xiaomi TV Stick 4K (2nd Gen) Lands In Malaysia; Priced At RM219

  5. 5
    Mobile Phones

    Tecno Unveils Camon 50, Camon 50 Pro With MediaTek Helio G200 Ultimate

NETWORK

  • Hype
  • Murai
  • Lipstiq
  • Wanista
  • Varnam
  • Hangat
  • Autofreaks

ABOUT

  • Advertise
  • Careers
  • Privacy Statement
  • Contact Us
  • Editorial Policy
  • Terms & Conditions

©2026 VIJANDREN RAMADASS. ALL RIGHTS RESERVED.

No Result
View All Result
  • News
    • Lifestyle
    • Computing
    • Hardware
    • Internet
    • Rumours & Leaks
    • Software
  • Forums
    • Kopitiam
    • Tradezone
    • Property Talk
    • Finance & Business
    • Fast and Furious
  • Gaming
    • PC Gaming
    • Console
    • Esports
  • Mobile
    • Apps
    • OS
    • Tablets
    • Phones
    • Telco
      • Celcom
      • DiGi
      • Maxis
      • Tune Talk
      • U Mobile
      • Buzzme
  • Pricelists
    • Compu-zone
    • Viewnet
    • Sri Computers
    • Startec
  • More
    • Automotive Tech
    • Drone
    • Enterprise
    • Entertainment
    • Fashion
    • E-Hailing
    • Wearables

©2026 VIJANDREN RAMADASS. ALL RIGHTS RESERVED.

No Result
View All Result
  • News
    • Lifestyle
    • Computing
    • Hardware
    • Internet
    • Rumours & Leaks
    • Software
  • Forums
    • Kopitiam
    • Tradezone
    • Property Talk
    • Finance & Business
    • Fast and Furious
  • Gaming
    • PC Gaming
    • Console
    • Esports
  • Mobile
    • Apps
    • OS
    • Tablets
    • Phones
    • Telco
      • Celcom
      • DiGi
      • Maxis
      • Tune Talk
      • U Mobile
      • Buzzme
  • Pricelists
    • Compu-zone
    • Viewnet
    • Sri Computers
    • Startec
  • More
    • Automotive Tech
    • Drone
    • Enterprise
    • Entertainment
    • Fashion
    • E-Hailing
    • Wearables

©2026 VIJANDREN RAMADASS. ALL RIGHTS RESERVED.