Slashdot Mirror


Windows 10: Can Microsoft Get It Right This Time?

An anonymous reader shares this article about what Microsoft needs to accomplish with Windows 10 in order to make gains in the mobile market and everywhere else. "Later this week Microsoft will provide more details of Windows 10, most likely focusing on how the new operating system will look and feel on smartphones and tablets. According to Mary Jo Foley, Microsoft is likely to unveil a version of Windows 10 that's expected to work on Windows Phones and smaller Windows tablets running ARM and perhaps Intel processors. Microsoft will be hoping that by making it easier for developers to build for tablets and smartphones it can take some of its dominance of the desktop world and port that to the mobile world. That may help a bit, but will not in itself create the breakthrough that Microsoft wants: when it comes to mobile, Microsoft's Windows Phone is still a distant third in a two-horse race."

4 of 489 comments (clear)

  1. Windows 10 is Windows 7.10 by Anonymous Coward · · Score: 5, Informative

    They took the Windows 8 'core', upgraded it a bit, rejiggered some window effects, and re-added the desktop as primary for a desktop/laptop experience.

    The only thing people hated about Windows 8 on a PC was the interface. If this gets rid of that it will not be as bad as Windows 8 which means they did something right...

  2. Re:One OS to rule them alll ... by Anonymous Coward · · Score: 5, Informative

    MS has had this weird obsession with a single OS for all devices since forever. The first incarnations of Windows phones had the XP desktop crammed on them. The biggest impact they had was to keep the smartphone market small and dysfunctional until Apple and Google came along. Now they are trying the opposite tack and cramming a mobile OS onto the desktop and are wondering why people are staying away in droves.

    Until they give up this obsession and make a mobile OS and a separate desktop OS, they are going to stay stuck.

  3. Re: 8.1 better than 7? by Chas · · Score: 5, Informative

    Just throw classic shell on it, 8.1 is way better than 7. XP was great in it's day - as windows goes - It's day was just stretched a bit longer than it should have because Vista.

    Not quite. Win8 (and by extension) Windows 10, still has problems where previously unified interfaces for controlling system behavior have been split between Metro/Modern apps and traditional windows.

    One example: in Win7 I click the network icon in the notifications area and a small window pops up with the connections; I can then right-click a connection and select Status for information on what IP/DNS is currently assigned or Properties to get to its security information.

    Clicking the network icon on Win10 does the same thing as Win8: giant Metro panel covering a large portion of the screen, most of it wasted in "Airplane Mode" that I have no use for, and right-clicking the connection only has options that are more at home in a cellphone than in a desktop OS: estimated data usage, metered connection, forget this network. Clicking "View Connection Settings" opens another Metro-style "PC Settings" window that is designed for touch, so OS standards like right-clicking don't work.

    http://i.imgur.com/8Csqe77.png

    In short, it's still trying to integrate two different UI designs, and it still doesn't work. It's not as terrible as Win8 at it, but it's still in plenty of places to be annoying. It's also very inconsistent in what gets a Metro panel and what doesn't.

    --


    Chas - The one, the only.
    THANK GOD!!!
  4. Re:Who cares? by 0ld_d0g · · Score: 5, Informative

    Why should I waste my time with Windows 10?

    Why? Well, if you want to run Windows Applications :-)

    And it's Windows 7, I haven't even looked at Windows 8.

    Short Answer: No, you should not upgrade.

    Long Answer: If you're interested in kernel side stuff, like most OS releases kernel changes are incremental. Here are a few :-

    0) Secure Boot - With a chained OS boot you can be sure (well, its microsoft :P ) that your kernel mode components have been cryptographically verified. IIRC they started using this 10 years ago with the xbox 360. Ofcource the 360 security was promptly broken after people figured out how to patch the firmware, but I still think it is a nice-to-have feature.
    1) Client side Hyper-V runs all OSs, including host OS on a thin hypervisor with minimal performance impact (Intels SLAT tech)
    2) Native USB 3.0 , I've found that on Windows 7 third party usb 3.0 drivers are a hit/miss in terms of maximum performance.
    3) Stricter LFH (Low fragmentation heap) Internals (guard pages, less determinism, etc) -Result - You're better guarded against buggy drivers and potentially malicious kernel mode components.
    4) Newer API for driver mem alloc (NonPagedPoolNx) - IIRC windows kernel components have switched to using this. Result - Stability boost, Security boost - all kernel memory objects are in non excutable mem, etc
    5) Uses Intels new-ish RDRAND instruction for a higher quality random number gen as the basis for ASLR