Slashdot Mirror


Did Microsoft Simply Run Out of Time On Windows RT?

CWmike writes "Microsoft may have simply run out of time with Windows RT, Directions on Microsoft analyst Michael Cherry said on Friday. Windows RT, the name Microsoft slapped on the OS earlier this week after calling it 'Windows on ARM,' or WOA, for months, is the forked version of Windows 8 designed to run on devices powered by ARM SoCs, or system-on-a-chip. Cherry was referring to gaps in Windows RT's feature set, particularly the lack of 'domain joining,' the ability to connect to a corporate Windows network and the lack of support for Group Policies, one of the ways IT administrators use to manage Windows devices. 'This is pure speculation on my part, but it seems like they had to make a trade-off with Windows RT,' Cherry said. 'What we're hearing now about Windows RT is a function of time and how they wanted the thing to behave. It seems to me that the a key goal was to get battery life decent and keep the weight [of devices] down.' His analysis on RT's chance of success: 'I think you can take Windows RT off the table for enterprises,' he said."

8 of 305 comments (clear)

  1. Could've saved us all some time by wonkey_monkey · · Score: 5, Insightful
    ...and put this part in bold so I'd have known not to bother reading the rest of TFS:

    This is pure speculation on my part

    --
    systemd is Roko's Basilisk.
  2. Re:No. by Overly+Critical+Guy · · Score: 5, Insightful

    Microsoft has always had a strong enterprise relationship, so it's more likely that the lack of IT features is due to a rushed release schedule rather than sales strategy, especially considering that the iPad has been seeing rising enterprise adoption rates, which Microsoft is almost certainly aware of. Microsoft just didn't have a choice, because they're so far behind in the tablet market that they needed to release something at all costs.

    --
    "Sufferin' succotash."
  3. Re:It's a huge undertaking by bheading · · Score: 5, Interesting

    On the contrary, Windows NT ran on MIPS, PowerPC and Dec Alpha back in the day.

    Even after Microsoft dropped support for non-Intel architectures with Windows 2000, it was rumoured that they maintained the ports to ensure that they did not break portability.

  4. Re:No. by realityimpaired · · Score: 5, Informative

    They had ARM-based code to join domains and apply system policies in NT4... this isn't some new reinvention of the wheel like "WinFS" was, this is a porting of existing code to a different platform, one for which they already had working examples of code to compare against.

    Quite aside from that, it's high level code. You do not need to write the algorithms to join an NT domain in assembly or machine code, you write it in C and compile it for the arch. Porting a Linux distro to ARM does not mean rewriting the code from the ground up, it means recompiling with different flags... why would it be any different for Windows?

  5. Re:No. by Enforcer-99 · · Score: 5, Interesting

    They could be but I'd say that's a bad bet - trying to "out Apple" Apple. Microsoft has always had advantages in existing software compatibility and enterprise security features (say what you will - Windows Mobile had many more security features than Android or iOS for a long time). They seem to be casting off their only real differentiators in an attempt to copy the success of the iPad. This will fail spectacularly.

  6. Re:No. by squiggleslash · · Score: 5, Interesting

    If it were true that the excuse was they "ran out of time", then someone somewhere would be lying. The ActiveDirectory integration of Windows isn't written in assembler, and there's no reason whatsoever to think it even has endian issues given it's all standard Kerberos and LDAP (OK, with some added functions, but nothing that involves decoding binary numbers in quite that way.) It's fair to say that enabling it is literally a matter of enabling a compile time flag, and running it through the test cycle a few times to catch whatever very minor issues might come up.

    So whatever the case, we can safely rule out "time" as being a reason.

    Here's a couple of more probable solutions.

    1. Microsoft sees tablets right now as being a consumer item.

    Microsoft is not ruling out there being a corporate need soon, but they know that tablet makers are not going to be trying to push them to small and medium businesses quite yet.

    And larger enterprises aren't going to want it either. Larger enterprises are conservative, they're not going to jump ship or start corporately purchasing swathes of devices that do not run the software they already have, which by and large is standard Win32 (or even Win16) stuff. The day larger enterprises consider tablets worth jumping onto is the day Microsoft is in for a world of hurt, because an enterpise that can do that can just as easily switch to Ubuntu or Mac OS X, or iOS, or Android, or whatever, too.

    So tablet makers are going to want a version of Windows that's aimed at the consumer. They're not going to pay extra, and waste precious Flash memory, on unneeded extras.

    The story is essentially hogwash. This wasn't a decision made in a high level tech meeting, but in a marketing department. Having been bitten many times before, Microsoft is being very careful in introducing their tablet operating system.

    2. We haven't moved to IPv6 yet

    That might sound like a weird comment to make but think about it for a moment. The primary feature we're talking about here is domain management. Domain management works when every computer that's in the domain is part of the same network. There's little or no point in it when that's not the case.

    Now... what are the characteristics of tablets? Well, tablets are ultraportable computing devices. If a business hands them out to employees expecting them to only ever be used on the corporate network, then... well, why is the business handing them out at all? Why not just go for regular PCs?

    And if they're expecting the users to use them anywhere, then without hacks using VPNs, there's not going to be a way of ensuring the tablets are always on the same "network" as everyone else until that network is The Internet, which is only going to happen once we have ubiquitous IPv6.

    Essentially, you're opening a can of worms by putting domain management features on a tablet in 2012. If "time" is the excuse, then it's not in the sense of "We can't implement domain management in time", because that's a load of crap. But it may be "We can implement it, but once we implement it, everyone's going to see a whole host of problems that have always been there, but weren't anything like as important back when you could expect even most office laptops to never leave the office network."

    --
    You are not alone. This is not normal. None of this is normal.
  7. Re:No. by mystikkman · · Score: 5, Informative

    They could be but I'd say that's a bad bet - trying to "out Apple" Apple.

    Microsoft has always had advantages in existing software compatibility and enterprise security features (say what you will - Windows Mobile had many more security features than Android or iOS for a long time). They seem to be casting off their only real differentiators in an attempt to copy the success of the iPad. This will fail spectacularly.

    What nonsense. There are a whole host of Windows x86 tablets coming with full touch support and with new form factors which will be fully compatible with existing software and enterprise features of PCs.

    And not to mention the fact that the author doesn't mention the enterprise features that Windows RT has.
    http://blogs.msdn.com/b/b8/archive/2012/04/19/managing-quot-byo-quot-pcs-in-the-enterprise-including-woa.aspx

    Very telling that the author is Gregg Keizer, who was involved in the scandals with faking Windows benchmarks to drive page hits.
    http://www.zdnet.com/blog/btl/why-we-dont-trust-devil-mountain-software-and-neither-should-you/31024

    And the submitter is CWMike, from Computer World. They know that Slashdot laps up anti-MSFT FUD and thus they use it to write drivel and get page hits from Slashdot. And judging from the comments, they're very successful in manipulating Slashdot for their own gains as they've historically with the fake benchmarks.

  8. Re:Just keep waving the hands by recoiledsnake · · Score: 5, Informative

    Take some time to read this:

    http://blogs.msdn.com/b/b8/archive/2012/04/19/managing-quot-byo-quot-pcs-in-the-enterprise-including-woa.aspx

    There are a whole host of enterprise features that Windows RT supports.

    If they're not enough, you can get a Windows 8 x86 tablet, which will support anything that a desktop PC currently supports.

    Why didn't the article link to that blog post or talk about it? It's plain FUD targeted at people like you and the MS haters have lapped it up hook, line and sinker like they've done with the author's previous articles. I am sure you can make a case that the features are not enough, but not even mentioning them AT ALL shows that it's a FUD article designed to drive page hits.

    See the submitter of this fake benchmark article:

    http://tech.slashdot.org/firehose.pl?op=view&type=story&sid=10/02/18/0429258

    Look at the submitter of this Slashdot story. It's the same Computer World guy.

    Here's Slashdot post about how the above article was a fake.

    http://news.slashdot.org/story/10/02/21/2329249/windows-7-memory-usage-critic-outed-as-fraud

    --
    This space for rent.