Slashdot Mirror


Best Buy 'Geek Squad' Accused of Pirating Software

Alien54 writes "Texas software company Winternals Software LP has sued Best Buy Co. Inc. in federal court, alleging that the nation's largest consumer electronics retailer was using unlicensed versions of its diagnostic equipment. Best Buy's Geek Squad, is alleged to be using pirated versions of the software since talks on a commercial licensing agreement broke off. A restraining order has been granted."

5 of 476 comments (clear)

  1. Re:Bust Buy creates business for others by UnStatusTheQuo · · Score: 5, Informative

    "...format and reload as their way tp fix any problem the computer has." I won't try to defend Geek Squad. However, I will defend the format and reload scenario. If you look at it, in some situations, format and reload is generally QUICKER than spending hours on a problem. I grant that it's only applicable in situations that: A) I've never seen; and B) I don't have the interest to learn to fix. It's the "guaranteed done in 2 hours" vs. "dig around for an hour or so, troubleshoot, diagnose, find fixes, pick a suitable fix, apply fix, test, etc., etc." I just don't have the time, for example, to spend a long time trying to extract a piece of spyware that loads before the system kernel when I can just reload the system quicker... and have a fresh install that hasn't been filled with crap yet.

  2. Who would use this crap? by MoriartyBrian · · Score: 5, Informative

    Hey,

    I used to work at the Best Buy in Miamisburg Ohio about a year ago, and I can tell you that the majority of the time, no one in the 'squad' ever used the so-called MRI disc (This is the tool disk that came from the corporate office for our use) because the tools on it were so poor that we would not be able to actually do the job.

    About half of us used a variety of bootable Linux distros such as Knoppix and SLAX to perform diagnosis and recovery. Sometimes, the best way is the traditional way - the command line.

    I personally used to use this bootable distros to prove points to customers who sometimes had a clue about what was wrong, and this would make an excellent way to show the ineffectiveness of various products and utilities designed to protect users from malware, spyware, etc.

    After enough time, I myself started to create my own set of utilities (some nothing more than fancy perl scripts that I could run off a thumb drive) to do my dirty work for me.

    Most of the time, Best Buy was totally committed to the idea of sell, sell, sell, while trying to improve their image. The ironic part of this was that our own store manager never could seemingly comprend the simple fact that good service sells and will generate more repeat customers and new customers via word-of-mouth than the stupid service plans, the countless harassment of customers that the geek squad personnel is supposed to be doing to buy plans, etc.

    Sometimes, a true geek has to take whatever job that they can get. In this part of Ohio, for the longest time, gigs like Best Buy paid the bills or gave someone something to do while they went off and pursued the next software development contract for instance, or go to school.

    Please remember Slashdot readers, that not all the techs that work for Best Buy are compelte idiots. Just most of them. And for myself, I must have been lucky, because I found a store with some guys that were actually competent and able to go on to better careers just like I did.

    --
    That computer was worked on by an egotistical maniac with a revenge demon on his shoulder!
  3. Insider's View by Jareds411 · · Score: 5, Informative

    I've worked on the Geek Squad for about 8 months, and most of these comments are totally false. 1.)NO employee of bestbuy, including the geek squad, works on commission. 2.)There is a geek squad forum at www.geeksquadforums.com, however it is moderated by a corporate manager and pirated software isn't allowed. 3.)I can't speak for any other stores, but I'm positive that our store stopped using Winternals products 6 months ago. 4.)Again, I can't speak for otehr stores, but my store doesn't simply reformat machines. In my 8 months, working on hundreds of machines, I can count the number of machines I've reformatted on my fingers. Most of these comments are simply people speculating about what they *think* it *might* be like - please don't comment without any backing to it.

  4. Winternals lawsuit by Anonymous Coward · · Score: 5, Informative

    Not that i'm going to try to defend Best Buy but I can pretty much tell you exactly what happened since I do work for them.

    Best Buy/Geek Squad is strictly against using non-licensed tools. Pirating is a big no no and I have written people up for it and they were eventually fired for using pirated software. We only use OEM discs if a key is provided on the side of the machine or a valid license is presented. We will refuse work unless the customer can present a valid XP license or a set of recovery discs specific to that machine. Most stores have a large collection of discs already, if they need a model we have a system in place to order them directly from the manufacturer.

    When Best Buy purchased Geek Squad, this was made EXTREMELY CLEAR. Every piece of software that is approved to use, we have a valid license agreement with that comopany. We have a list that specifically states what's licensed and what's not. We don't have a "forum' of illegal software so I have no idea where that idea came from.

    Here's what happened with Winterals. All stores were given evaluation version to test out ERD Commander and when the trial expired Best Buy decided not to license this software and they developed their own disc based on Bart's PE which is completely different from ERD Commander. All on-site agents were told to evalute this software and state why we should license it and what features we wanted. In the end, we told that licensing was off and we have to discontinue all use of Winternals products immediately. All stores were sent a paper communication, a mass email and it was generally posted in all stores. We were told to destroy all discs since they were useless anyone without a valid license file.

    Basically, Winternals is pissed because they lost an 850 store contract with Best Buy, not including all field agents and stand-alone locations. This suit happened pretty much exactly after Best Buy stopped our trial with Winternals and decided to go with our own disc. It would have been a lot of money for Winternals so i'd be pretty pissed off too.

    Again, not saying everyone is perfect. There are always a few idiots that use pirated software in any business and mom and pop shops are famous for this. It was either one rogue store breaking the rules like idiots or a completely baseless lawsuit like everything else in America.

  5. You don't know much about Windows. by kylef · · Score: 5, Informative
    Bottom line -- troubleshooting a Windows machine is largely a guessing game. Occassionally you might get lucky and have an easy issue that can be solved within a few guesses. Most of the time, I'm left scratching my head.

    Windows is very deterministic and easy to troubleshoot if you take the time to learn. It has distinct startup and shutdown procedures, driver installation, file system behavior, thread and process management, etc. These are all publicly documented, if you care to learn about them. Buy a copy of Windows Internals and you'll be amazed at what you didn't know. There are tools and utilities to automate all kinds of useful activities from the command-line, and if these tools don't exist, the APIs are very well documented on MSDN for how to create them.

    Things taken for granted on Linux like verbose debug information, verbose startup/shutdown (w/logging)

    Ever heard of that management console snap-in called Event Viewer? You might want to look into that. And as for debugging applications or even kernel-mode device drivers, Windows has some of the best freely available debugging facilities of any platform.

    ...ability to checksum the installed binaries to verify they haven't been tampered with

    Read about Windows System File Protection. Run "sfc.exe /scannow" to validate your system files on XP/2k3. It uses hashes, not checksums.

    ...ability to view *all* running processes

    Task manager? Tlist.exe?

    It's pretty clear that you don't know much about Windows, which seems to be a common thread here on Slashdot. You'd rather trash Windows than spend the time to learn about what you don't know. It's easier to write off Windows as "unexplainable" just because you are too lazy to look behind the GUI.