Slashdot Mirror


Microsoft To Open Retail Stores

chaz373 writes "CNET reports that Microsoft is going retail. In the 'Beyond Binary' blog Ina Fried reports, 'After years of brushing off the notion, Microsoft said on Thursday that it will open up its own line of retail stores. Without detailing the plans, Microsoft said it has hired David Porter, a 25-year Wal-Mart veteran, to lead the effort. Sources say that Porter's mission will be to develop the company's retail plans and that the effort is likely to start small with just a few locations.'"

2 of 535 comments (clear)

  1. Microsoft has opened retail stores before by Anonymous Coward · · Score: 5, Informative

    Summary is misleading. Microsoft has tried retail before. (before apple and dell, even.)

  2. Re:Wow. by Corporate+Troll · · Score: 5, Informative

    It's not that hard, really... There are a few things you need to know and unless you really want to go deep down in details the following general rules work:

    • Install the machine, with Administrator install all required applications. Test them, they should work.
    • Now create the Limited User and log in with that user. Run all the applications you have installed and note which fail. That's not that many usually...
    • For those application, locate their installed folder. Add the "Users" group to the ACL and give it "full control". The WTF here is that on Windows Home this is hard and on Windows Pro this is easy. Windows Home lacks the graphical interface to do it. You have to use "cacls.exe", which is a command line tool. That said, I head there is a patch which restores the graphical ACL editor. You evidently need to log in as Admin to make these ACL changes
    • Retest the applications, some will now work.
    • The remaining applications that don't work most likely will try to write to a part of HKLM in the registry. As Administrator, go to the registry key associated with the application (Typicallyy HKLM\Software\Company\Product). Now change the ACL of that "folder" to "Full Control" for the "Users" group.
    • Retest... With that 99% of the applications work, and those that don't really are badly behaved and I'd suggest finding an alternative.

    Now do realise the following: this essentially allows normal users to hose those badly behaved applications, but I suggest that such a thing is acceptable. They will, however, not be able to hose the system itself, which is the goal.

    Up until now, one one application didn't want to work with the above technique. It was -of course- a game and I think it was the copy protection doing some funky stuff.

    Now, I'd still suggest hiding Internet Explorer and provide Firefox instead. I don't know if it's needed, though.