Slashdot Mirror


Free, Near-Foolproof Way to Evade Windows Spyware

adam wenner writes "I have typed up instructions for 'non-computer people' on how to remove spyware and malware (and viruses for that matter). I have tested this procedure on about 40 computers and have never had any problems with any of it. Most people would say a nice 'format c:' would solve the problem, but for most people, that isn't good, and it's a headache reinstalling and migrating stuff over to a freshly formatted machine." I could have used this a few months ago while trying to mitigate malware damage to a friend's system.

72 comments

  1. Step 1 by lexarius · · Score: 3, Funny

    Remove network card and modem.

    1. Re:Step 1 by JamesTRexx · · Score: 4, Funny

      I thought step 1 was to remove user... *cleans shotgun*

      --
      home
  2. Expected Linux/10 by jZnat · · Score: 2, Insightful

    Considering this is a /. article, I figured the perfect method to do so would be installing Linux. It fits the description perfectly!

    --
    'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    1. Re:Expected Linux/10 by FidelCatsro · · Score: 1

      Damm , you beat me too it by a minute .
      i was going to post

      Step one :Install linux
      .
      But to be (as in this thread)origional i will say .. Buy a Mac (que

      --
      The only things certain in war are Propaganda and Death. You can never be sure which is which though
    2. Re:Expected Linux/10 by Anonymous Coward · · Score: 0

      obligatory... 1: Install Linux 2: ???? 3: Profit!

    3. Re:Expected Linux/10 by SoCalChris · · Score: 1

      Did you read the very first sentence of the summary?

      I have typed up instructions for 'non-computer people'

      Don't get me wrong, Linux is a good OS. But the vast majority of users would be unable to use it, and probably unwilling to even try it. I can't even get my parents to give up IE in favor of FireFox.

    4. Re:Expected Linux/10 by NanoGator · · Score: 1

      "Considering this is a /. article, I figured the perfect method to do so would be installing Linux. It fits the description perfectly!"

      Dammit. I just tried that and now my games don't work! grr

      --
      "Derp de derp."
    5. Re:Expected Linux/10 by xwildph · · Score: 1

      Nah,

      Linux is too much work, especially for non-technical people. Heck, even techies get frustrated with the myriad of config files.

      What you *really* want to do is go install MacOSX, using say, a mac mini, or maybe even an older mac sourced from ebay.


      XW
  3. format C: by EnderWigginsXenocide · · Score: 2, Insightful
    Most people would say a nice 'format c:' would solve the problem, but for most people, that isn't good

    Because we're focused on helping 'non-computer people.'

    They might not be able to understand the command line interface to type such a command, nor find the format option in the menu and successfully slection the right options from the dialog box.

    --
    Blessed are the pessimists, for they have made backups. -- 0 1 My two bits
    1. Re:format C: by GraemeDonaldson · · Score: 1

      nor find the format option in the menu and successfully slection the right options from the dialog box

      Not to mention that Windows won't let you format the C: drive using the GUI "Format" dialog. It probably won't let you do it from cmd.exe either, but I don't have the balls to test that theory. ;-)

      --
      I think, therefore I am. I think?
    2. Re:format C: by yuriismaster · · Score: 1
      It doesn't. What happens, in the same fashion the format GUI does, is that Windows realizes that it is a currently booted-into volume, thus disallowing the format command on it.

      As an alternative (and I only offer this in jest), I present you the true way to 'clean out' the C: drive whilst in Windows:

      rd /s /q

      RD is another call for RMDIR, the /s is for all subdirectories and /q is quiet mode, no prompt. What will really happen is all files not in use (basically all except vital system files) will of course be shanked. Windows' system file checker will kick in saying: "Hey user! This important file is missing! Insert your CD so I can replace it plz?"

      Of course no amout of repair can salvage your machine at this point. You essentially get to shutdown your machine, and then reboot to error messages aplenty.
  4. I'd be the last to post something like this, but by A+beautiful+mind · · Score: 2, Insightful

    this article gives new information how exactly?

    Also, if adware/spyware/virus infections are really that big of a problem you can always switch to a better designed system. Like linux (yeah i know).

    Still, the best solution would be simply to educate users, specifically educate enough users so that spam/virus infections would not reach critical mass to be able to survive.

    --
    It takes a man to suffer ignorance and smile
    Be yourself no matter what they say
  5. An alternative way... by OneDeeTenTee · · Score: 2, Insightful

    Run windows on a livecd.

    Just reboot, and POOF! all the spyware is gone.

    --
    Stop the world; I need to get off.
    1. Re:An alternative way... by EnderWigginsXenocide · · Score: 1
      Of course, things like installed software and settings and the registry will have to reside on a HDD or some other re-writable media.

      And it's those things (installed software: virused, malware, adware, spyware)(settings and registry: facilitate the auto-starting nature of previously mentioned installed software) that will get Windows users back into trouble.

      If you want Windows (not a windows act-alike version of linux) to be free of such problems you have three solutions, get the folks at MS to make a better product, hack Windows into something better yourself, or firewall/spamguard/anti-virus/ad-aware/etc yourself into a digital fortress of sorts.)

      --
      Blessed are the pessimists, for they have made backups. -- 0 1 My two bits
    2. Re:An alternative way... by Deagol · · Score: 1

      Is this even really possible? And if it is possible (I'm sure someone's made i work), is it really a feasible option for anyone but the most hard-core geek?

    3. Re:An alternative way... by moosesocks · · Score: 3, Interesting

      Nice, but not exactly practical or well-supported.

      There's a product called DeepFreeze commonly used in academic computer labs that effectively has the same effect. Any changes written to disk are lost at the next reboot. You don't have the RAM limitations of a LiveCD, and you're immune to any virus or spyware under the sun.

      As far as I know, it's a very secure piece of software. The company used to have a challange that they'd pay $500 anyone who could disable the software without the password or booting off of a floppy and reformatting the hard drive.

      As you can imagine, it's a godsend for K-8 computer labs. Students can experiment and install whatever the heck they want, and if they screw something up, just shut down and reboot.

      --
      -- If you try to fail and succeed, which have you done? - Uli's moose
    4. Re:An alternative way... by Anonymous Coward · · Score: 0

      I used to work somewhere where we used a network image that was transferred on each login. So everytime you logged in you got a fresh install. Worked well.

  6. Re:I'd be the last to post something like this, bu by timothy · · Score: 3, Insightful

    a) The good thing about the linked list is that it gives a step-by-step for those not much familiar with Windows (like me), but sometimes asked to help with someone else's crippled machine.

    b) Not everyone's ready to give up Windows; the grandmother whose machine I (very slightly) helped clean up this winter likes Windows well enough, when it's working, and she brings home work from the office to do on it. Her husband's machine, though, I just replaced with one running Knoppix. Progress, progress. They both like the card games that come with a typical Linux install (and there are more than come with Windows).

    c) This *is* educating users.

    So ... what's the problem? :)

    timothy

    --
    jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
  7. Rule 1 of any foolproof system by SmallFurryCreature · · Score: 2, Interesting
    Is that nature will always be one step ahead with the latest model fool "NOW WITH EXTRA STUPIDITY" for your enjoyment.

    This list is nice and all and while laughable to those with a clue it could work for an idiot. Except for two tiny little errors he makes.

    The first is that his foolproof solution contains words. Multiple words some of them longer then one syllable. It even runs of the bottom of the page. Lets face it the average spyware attractor can barely read a newspaper headline without a rest.

    Second is that his solution is no magic bullet. Those who attract spyware want a shiny sparkly button to click. Not think or have to remember things.

    This list is ONLY of use to completly new computer users. Those who already been infected have already proven that they lack the mental skills to survive online. Only way to fix them is take away their internet OR just realize that techs worldwide are feeding their families by fixing those spyware infested computers.

    As long as I can remember consumer organisations have warned against pyramid schemes. That hasn't gone away and people can loose real money with them. There will always be stupid people. Don't hate spyware. See it as a sign so that you know the person you are dealing with is slightly denser then your cat. Now if only we could convince stupid people they can get a something free by wearing a sign.

    --

    MMO Quests are like orgasms:

    You may solo them, I prefer them in a group.

    1. Re:Rule 1 of any foolproof system by ConceptJunkie · · Score: 0, Troll

      As long as I can remember consumer organisations have warned against pyramid schemes.

      Too bad we can't get them to admit Social Security is a pyramid scheme.

      Don't hate spyware. See it as a sign so that you know the person you are dealing with is slightly denser then your cat.

      Yes, this will win you lots of friends. Step out of the computer lab into that big room with blue ceiling some time. If you don't start acknowledging it exists and is a good place to be, no one will like you and you'll be very lonely. I know people smarter than both you and I who would greatly benefit from this information.

      I imagine you are one of those people who blames the victims whenever a crime occurs because by not taking enough precautions, they somehow deserve it.

      This is exactly the kind of education that people need to become knowledgeable enough to stay safe. It's fairly simple and short and is exactly the right kind of information for people like you and me to share with our non-technical friends and relatives. The person who submitted the article knows the /. audience will utilize this information as a handy list to send (or explain) to people who need their help. I don't know about you, but I end up helping a lot of people who have better things to do than spend their lives fiddling with some stupid glowing box (like I do).

      The real boneheads are the software companies that market their tools as usable by anyone, even though the uneducated will almost certainly cause themselves and others harm.

      --
      You are in a maze of twisty little passages, all alike.
    2. Re:Rule 1 of any foolproof system by Anonymous Coward · · Score: 0

      Apparently you don't work anywhere near healthcare or education. Doctors and teachers are extremely intelligent in their own world but absolute idiots when it comes to computers. Also, I'm pretty sure both groups can read a newspaper without a rest.

  8. Firefox is perfect by brianmf · · Score: 2, Insightful

    Mozilla Firefox is an open-source web browser that has been taking the internet by storm, it is the fastest browser out there, and is devoid of software holes that previously allowed spyware onto your system in the first place while you surfed with Internet Explorer

    Firefox has zero bugs???

    1. Re:Firefox is perfect by OneDeeTenTee · · Score: 3, Funny

      Firefox has zero bugs???

      They're features.

      --
      Stop the world; I need to get off.
    2. Re:Firefox is perfect by rbochan · · Score: 2, Insightful

      Nowhere does it say there are zero bugs, not even in the quote you pasted.
      What it does say, however, is that Firefox doesn't have the software holes, namely Active-X garbage (which IE does), that allow the spyware in. He's just saying so in plain language for non-geeks, who couldn't care less what Active-X is anyway.

      --
      ...Rob
      The American Dream isn't an SUV and a house in the suburbs; it's Don't Tread On Me.
    3. Re:Firefox is perfect by Curien · · Score: 1

      But what it did say is still wrong.

      There have been RCEs for Firefox in the past, and there probably will be in the future. Those are software "holes".

      Addressing your other statement, which is pure FUD, there are vectors /other/ than ActiveX. XUL, for example, is just such a vector. Though Firefox does a pretty good job of snadboxing XUL apps, it's possible that a virus could hose the browser if not the rest of the system.

      --
      It's always a long day... 86400 doesn't fit into a short.
    4. Re:Firefox is perfect by GigsVT · · Score: 1

      You are joking, but it's true. The fact that Firefox saves all the credit card numbres in plaintext that you enter on websites is considered a "feature".

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    5. Re:Firefox is perfect by Anonymous Coward · · Score: 0

      It's spelled Zarro Boogs, thankyouverymuch.

    6. Re:Firefox is perfect by Anonymous Coward · · Score: 0

      All it says is that Firefox doesn't have the same holes that are in IE that most spyware uses to install itself. You people need more fibre in your diets are sometheing. Sheesh.

    7. Re:Firefox is perfect by Math,+The+Ancient · · Score: 1

      Because it's a misleading statement and many are tired of hearing how "insecure" a system is based on the number of exploits that are implemented by narrow-minded individuals out to "get the man".

      --
      If I really am talking out of my ass...explain it to me with respect so I'll at least pull my ears out to listen.
  9. Use Firefox. by EnronHaliburton2004 · · Score: 1

    No, honestly. Firefox is some of your best protection against spyware.

    I've used dozens of computers since 1999, and have received less then 5 pieces of spyware in that time-- all of it was injected into my system on those rare occasions that I used Internet Explorer. I've used Mozilla or Firefox as my primary browser since 2000 or so.

    My 60 year old parents used IE for years, and got spyware on his system every couple months. He switched to Firefox a year ago because he read an article Kiplingers or some other business magazine (No encouragement from me) and hasn't had a single piece of spyware since.

  10. A couple of extra steps.. by Mike+McCune · · Score: 4, Insightful

    1. Don't run as administrator. Create another account as restricted user for daily use. Most spyware requires administrator rights to install.

    2. Download and install Microsoft Antispyware http://www.microsoft.com/athome/security/spyware/s oftware/default.mspx . Sure is is still beta but it works pretty well. For those anti MS types out there, MS bought this software from Giant Software.

    Any other tips?

    --

    In a world that is Free and Open, who needs Windows and Gates?

    1. Re:A couple of extra steps.. by Captain+Splendid · · Score: 1
      1. Don't run as administrator. Create another account as restricted user for daily use. Most spyware requires administrator rights to install.

      No. This works real well in Linux and OSX, but not in Windows. It produces way more headaches than it solves, because the concept of not running with admin rights is still fairly new in the Windows world, and there's still a lot of software that will be problematic. Unless you're willing to spend a lot of time troubleshooting permissions, it's just not worth it, particularly when you're dealing with a large amount of clients, who each have completely different needs.

      A combination of spyware tools/AV/firewall and not using IE and OE will take care of 99% of the problems with a minimum of fuss and time spent doing it.

      While the author of TFA is boasting a little, he's pretty much right on target.

      --
      Linux, you magnificent bastard, I read the fucking manual!
    2. Re:A couple of extra steps.. by Curien · · Score: 2, Insightful

      It works fine in Windows. I've been doing it since 2000 (the year, not the OS -- well OK, the OS too).

      Frankly, your "large amount of clients" point is the most bogus of them all. Do you actually work in a corporate environment? I do, with thousands of users. A handful -- 100 or so -- have admin permissions. Believe me, it solves more problems than it creates.

      --
      It's always a long day... 86400 doesn't fit into a short.
    3. Re:A couple of extra steps.. by Will2k_is_here · · Score: 1

      Any other tips?

      Without a doubt, the single most effective anti-spyware tool is a customized Hosts file. (you may have to turn off any proxy server settings in order for it to work, but that's worth it).

  11. Old? by bob+whoops · · Score: 0

    While I agree that all of those steps are useful, how is this different than the advice that people have been giving since spyware became a problem? People always recommend spybot: search and destroy and ad-aware since they came out. And I'm certain that I've read more complete guides than this (although I understand this makes it harder for regular users to follow)

  12. Writeup needs improvement by Anonymous Coward · · Score: 0

    The writeup's got some decent steps and has potential, but it seems written towards someone who already knows something about computers (eg doesn't need the info). I hate to say it, but it needs dumbed down for non-computer weenies. Maybe add a quick, non-technical explanantion here and there and throw in some pictures.

  13. Girsoft hides free version ;) by ravenII · · Score: 2, Informative

    I have been promoting users to use the same tools for a while with the exception of AVG.(I use free AVAST and I do use these tools on my windows machines. One correction, to get free AVG virus protection, goto this site, on main site it is hard to find the free version.

  14. this was made for my dad by quakeslut · · Score: 2, Interesting

    I just forwarded this to my Dad, who is "not the most computer savy" guy. For him, these detailed instructions are exctly what he needs.

    Side note:
    I received a paniced call from my mother: your father's computer is dead--when you come home to visit do you think you can look at it?

    great. just what I want to deal with... ok mom, find me some windows install cd's--sounds like this sucker is toast.

    ahhh... my dad. when I get home I turn the computer on and hear the familiar "click-click-click" of a floppy accessing! Once I ejected his "Calvin and Hobbes screen savers" disk the computer came back to life.

    His computer was "dead" for a couple of weeks mind you :)

    These instructions will be perfect for him.

    1. Re:this was made for my dad by Curien · · Score: 0, Flamebait

      Let me get this straight.

      Your father can't figure out how to "Please eject non-system disk...", but you expect him to carry out those instructions correctly?

      --
      It's always a long day... 86400 doesn't fit into a short.
    2. Re:this was made for my dad by real_smiff · · Score: 1

      i hope while you were there you changed his boot order from A>C to C>A. this is always how i leave peoples' machines, it's very important...

      --

      This is my Sig, this is my Gun. One is for Slashdot and one is for Fun.

    3. Re:this was made for my dad by quakeslut · · Score: 1

      actually, the only message displayed was incredibly cryptic--no "no os found" or "please eject non-system disk".

      and furthermore, i don't like your tone. i'm the only one that is allowed to bust on my dad so go fuck yourself.

    4. Re:this was made for my dad by Artega+VH · · Score: 1

      Perhaps that error makes perfect sense to us but to someone who doesn't know much about computing that error can be incredibally crytic. I once came home to find my dad actually trying to remove the hard drive. Perhaps its easier with some disk drives since the button doesn't come out so far when a disk is inserted.

      --
      groklaw, wired and slashdot. The holy trinity of work based time wasting.
  15. Re:I'd be the last to post something like this, bu by A+beautiful+mind · · Score: 1

    "I have typed up instructions for 'non-computer people'" and "Slashdot - News for nerds"

    I believe these statements are slightly in conflict.
    About point b), i agree, although i think that c) missed the target audience. Also i would like to point out that there are much better written articles, checklists existing already.

    Don't get me wrong, i wouldn't care if i would see 5 stories about this topic next week, i'd just skip them over, the only reason i posted is that i felt a little bit let down. I read the title and i expected that someone came up with a new, experimental, seems-to-be-working, wickedly simple way to do so. Sure, it is maybe new for my grandma but not to 99% of the people here.

    --
    It takes a man to suffer ignorance and smile
    Be yourself no matter what they say
  16. Check Proxy Configuration Script by jrisberg · · Score: 2, Informative

    While cleaning a relative's computer recently I noticed that browsing was still painfully slow even after the machine appeared to be clean. I finally discovered that one of the spyware apps had installed a proxy configuration script URL in IE's settings -- effectively routing all internet traffic through the spyware company's site without any installed software. I installed Firefox, but I wonder if it's possible that such settings could be imported into Firefox's Connections Settings if left unchecked.

    Joel

    --
    http://www.geektv.net/
    1. Re:Check Proxy Configuration Script by Rod+Beauvex · · Score: 0

      Is it not possible to check "Don't use a proxy", or is it something different than what I'm thinking?

    2. Re:Check Proxy Configuration Script by Curien · · Score: 1

      More to the point, lots of other applications (media players, Sun's JVM, etc) by default usually use the proxy settings in IE. The problem in question is not as simple as switching the browser since the IE setting is a de facto OS-wide default.

      --
      It's always a long day... 86400 doesn't fit into a short.
  17. Zzzzzz by Anonymous Coward · · Score: 0

    I blogged basically this same stuff months ago. It's not new, and it's not exciting. As though any nontechnical people are going to read an article on /. anyway.

  18. yeah, Linux is the solution to everything by Anonymous Coward · · Score: 0, Insightful

    step 2: spend an entire day trying to configure your hardware
    step 3: realize that you can't play games with Linux
    step 4: figure out that Linux is not ready for the desktop
    step 5: format harddrive and install Windows, the best desktop OS

    1. Re:yeah, Linux is the solution to everything by FidelCatsro · · Score: 1

      wow thats an old troll you dont see often ;) most trolls got bored of that one a while ago as most readers of slashdot know about cedega and know that linux distros like SuSE and mandrake are pretty much no brain installs.I was infact just sitting down to a game of morrowin on my laptop running debian just now ..
      However thank you for reminding me of some of the classics
      since i said i was on a mac..
      You also forget to add one about 17MB file transfers taking 20 minutes and or a one button mouse quip ..

      --
      The only things certain in war are Propaganda and Death. You can never be sure which is which though
    2. Re:yeah, Linux is the solution to everything by Anonymous Coward · · Score: 0

      Like I'm going to listen to you...
      YOU DAMNED COMMIE!

    3. Re:yeah, Linux is the solution to everything by Anonymous Coward · · Score: 0

      What gave it away , my left wing views or the fact in the president of cuba

  19. Microsoft AntiSpyware by AtariAmarok · · Score: 1

    Someone else has already mentioned this, but I really think that for now, it needs to be added to the steps. I'm leery of trusting Microsoft in the long run, and how they can make this worse, but for the time being, when I run it on spyware-infected systems, it finds a LOT more malware than Adaware and Spybot do.

    --
    Don't blame Durga. I voted for Centauri.
    1. Re:Microsoft AntiSpyware by Math,+The+Ancient · · Score: 1

      FWIW, I was reminded very pointedly about the hazards of Beta software. I installed this on my own workstation at work as a tester and within a day the network became saturated with unknown traffic. Uninstalling it was the quick solution.

      --
      If I really am talking out of my ass...explain it to me with respect so I'll at least pull my ears out to listen.
  20. BartPE by zmedico · · Score: 3, Informative

    It's called BartPE. There are many Plugins available. People involved with this seem to all be members of the CD Forum.

  21. Not good enough, I'm afraid by PurpleFloyd · · Score: 3, Interesting
    These instructions provide a good start, but they simply don't cut it against the newer strains of spyware. I am known as a "computer guy" among friends and family, and thus get called upon to solve spyware problems fairly regularly; the ingenuity of the spyware pushers continues to astound me. Here's a partial list of things I had to remove by hand on my last 4-hour session on one computer, after running Spybot S&D and Adaware:
    • An Active Desktop background which displayed an ad for spyware removal. This was a pain since it was locked into place using the Group Policy security system, the tools for which aren't available on an XP Home system.
    • A couple of processes which managed to get themselves into Safe Mode. I had to use a Bart-PE Windows LiveCD to kill them
    • About 20 Browser Helper Objects, including one which inserted its own referrer links into Google results and 3 toolbars, and 50 startup processes that neither Spybot nor Adaware found
    While automated tools are useful, and will likely become more useful as the market matures, they are certainly not a panacea. These days, the only way to eliminate spyware is to not get it in the first place; that's where we, as computer professionals, should be focusing our efforts.
    --

    That's it. I'm no longer part of Team Sanity.
  22. Startup by thing12 · · Score: 4, Informative

    And it's nice to have Mike Lin's StartupMonitor and Startup Control Panel installed. Helps to keep things from being added to start without your knowledge, and lets you disable them after the fact.

  23. Running without admin rights? by Alwin+Henseler · · Score: 5, Informative
    1. Don't run as administrator. Create another account as restricted user for daily use. Most spyware requires administrator rights to install. No. This works real well in Linux and OSX, but not in Windows. It produces way more headaches than it solves, because the concept of not running with admin rights is still fairly new in the Windows world (..)

    I think I should point out some practical experience here, that suggests the opposite. A number of months ago, I helped clean spyware off my parents' PC. Installed Firefox, and my dad agreed to set it up as default browser, so that URL's opened by other programs use Firefox too. Don't underestimate the significance of this; if you can convince grandma to use the safer browser by default, make it so. If you need to, rename the "Firefox" icon as "Internet".

    Installed recent versions of common plugins (Flash, Java & QuickTime IIRC), and asked my dad NOT to agree/install any other plugins after that, only make a note of what's felt as 'missing'. So you have Firefox, you have all common plugins (working! and recent versions). Not enough? Then either that site is badly designed and should be avoided, or additional 'plugins' may mean 'malware'. If I overlooked some popular plugin, my dad will let me know on my next visit.

    Next, I setup separate user accounts, without passwords. I felt that asking my dad to enter a password each time was too much hassle, but he agreed that clicking on his name, once during bootup, was OK (you take what you can get). Account setup was easy, my dad knows how to use admin account if he needs to install something, but normal work is done as non-priviliged user.

    Ofcourse I enabled automatic updates (WinXP), and in this case ignored the firewall setting, since there's a hardware-based firewall box between the ADSL connection and my dad's PC. Regardless of quality, a harder nut to crack than any software-based firewall (decent password set, and any outside-access options disabled on that thingie). A hardware-based firewall also makes OS reinstalls safer/easier.

    The only changes my dad sees: a single click on his name on bootup, and a slightly different looking browser program. A couple of months later, I asked my dad what he had noticed lately. Only comments along the lines of 'one or two programs complaining about being unable to install something, but nothing that got in the way of normal use'. I explained him that there was a good chance, that these programs complaining where likely stuff he wouldn't want/need on his PC anyway, so these rare 'unable to install something' dialogue boxes could be regarded as positive signs. ;-)

    It produces way more headaches than it solves (..)

    Assuming the above scenario could work for many Joe Sixpacks and grandma's, your claim is obviously flawed. A priviliged admin account is needed either for installing software, running applications with special needs, or performing special tasks. Exactly the sort of thing Joe Sixpacks and grandma's DON'T DO (or SHOULDN'T be doing!). So they'll be fine with a non-priviliged user account.

    For folks where this is not the case ('advanced/power user'), you can assume they know what they're doing. If not, those users only have themselves to blame for not RTFM.

    So as you state, a couple of simple steps like this can prevent 99% of the problems. Read: not producing, but preventing headaches. All of the above was easy and took little time, and I don't expect to spend much effort on cleaning virus/spyware crap from that machine in the future. If anything, the next step would be buying a "Linux for dummies" book, and installing a newby-friendly distro a la Mandrake or Ubuntu. My dad already tried to install Linux once, so he's definitely interested. ;-)

    1. Re:Running without admin rights? by winhat4 · · Score: 1

      Linux philosophy is "laugh in the windows world."

      The arm is a flying machine, a vessel which flies through the air rather than practical. When should a young nigga brutha use java? I think you could leave your brain at the centre of the internet.

      I hate java. That's it.. I've had just about enough of your freaking business! Then either that site is badly designed and should be sued too.

      Fuck you in the extent of my possessions, but in the abdomen which collects urine from the host syslog, do i still need to acquire a separate log analysis tool? I felt that asking my dad not to agree/install any other plugins after that, only make a note of what's felt as 'missing'. So you have some evidence to back you up on the wrong side of the deaf in boston. Account setup was easy, my dad will let me know on my next visit.

      There's just as much pc on the desk on your way up. Look, if it has enough access to reset the password on your ata drive, you probably have bigger issues to worry about, like the gaping hole in your os that allows user code direct access to your hardware. Howdy to you, pardner! Yee-haw! Did you get up on the desk on your ata drive, you probably have bigger issues to worry about, like the gaping hole in your os that allows user code direct access to reset the password on your ata drive, you probably have bigger issues to worry about, like the gaping hole in your os that allows user code direct access to your hardware.

      You are a dumb computer program that translates high level language code into machine language code. A hardware-based firewall box between the adsl connection and my dad's pc.

      My riches consist not in windows. It produces way more headaches than it solves.

      Obviously you'll never be accused of having a shining wit! Account setup was easy, my dad will let me know on my next visit. Exactly the sort of thing joe sixpacks and grandma's, your claim is obviously flawed. A priviliged admin account if he needs to install something, but normal work is done as non-priviliged user.

      I don't know what they're doing. The waist is the star at the end of the dead walk down this trail of tears that never ends. Manifest destiny prevails. Felled their rainforests, flood their lands. Ancient cultures destroyed by so-called civilized man.

      The problems that exist in the world is a fully grown being. An invasion of armies can be resisted, but not in windows. It produces way more headaches than it solves, because the concept of not running with admin rights is still fairly new in the windows world. When you earnestly believe you can compensate for a long time.

      Linux philosophy is "laugh in the mainstream media dares to say it .. Your opinions smell like a horses ass! Linux philosophy is "laugh in the extent of my very best intentions.

      I don't want to change your mind. I don't want to think that i get java and nmap and nessus and sans and ceh and all that bullshit is for ass lickers! But sadly, it is. :(

    2. Re:Running without admin rights? by Anonymous Coward · · Score: 0

      Next, I setup separate user accounts, without passwords. I felt that asking my dad to enter a password each time was too much hassle, but he agreed that clicking on his name, once during bootup, was OK (you take what you can get). Account setup was easy, my dad knows how to use admin account if he needs to install something, but normal work is done as non-priviliged user.

      You mean to tell me that your ol' dad cannot handle entering a simple password yet has the prowess to root around administrative functions on his home PC?

      What kind hokum is this?

  24. msconfig startup tab by zmedico · · Score: 2, Informative

    It's possible for systems to be so infested that it is difficult or impossible to download and install software. In these cases it may be necessary to stop the malware processes before cleaning them up.

    An easy way to do this is to run the "msconfig" program from the command prompt. Click the "Startup" tab and uncheck the startups that correspond to malware (compare the list to a clean system to see what's abnormal). Then reboot and proceed with the cleanup...

  25. It works for us! by tannmann · · Score: 1

    At a local computer store I work at, our tech cd's have batch files that install, update, and run scans with these programs. We also have other programs we run such as hijack this, and some program specifics like About Buster or others to get the real nasty ones. After we do the cleanup, we don't see many of the same customers back for spyware problems by telling them to run spyware scans regularly. I usually install Microsoft AntiSpyware as well if I'm not feelin too lazy. Also don't forget to clean out temporary internet files and other temp folders after cleaning, otherwise you will likely some if it back very soon.

  26. The best way by funkify · · Score: 1

    Tell all your friends and family that you charge $500 per hour, 2 hours minimum with cash payment up-front, for your professional services. That will guarantee you never have to deal with their spyware again.

    1. Re:The best way by Math,+The+Ancient · · Score: 1

      Would you believe it, I only mention my professional price, but that I give discounts to friends and family and that alone keeps them off. I get a call about once a year now. :)

      --
      If I really am talking out of my ass...explain it to me with respect so I'll at least pull my ears out to listen.
  27. Re:Dude by A+beautiful+mind · · Score: 1
    --
    It takes a man to suffer ignorance and smile
    Be yourself no matter what they say
  28. Dude by Tim_F · · Score: 1

    Dude,

    Are you trying to troll me or what? I'm talking desktops here! Who in their right mind would run Apache on Windows XP? It's simply too unstable. And who would right a virus for an Apache server (most likely running Linux) when they could easily control and army of Windows boxes that dwarfs the number of Unix boxes by a mile.

  29. Re:Dude by A+beautiful+mind · · Score: 1

    No. I've been talking Apache vs. IIS, you misunderstood me.

    This is the classic counter-example for the "has large marketshare so it must have security issues" and the "linux has small marketshare thats why the small number of vulnerabilities".

    --
    It takes a man to suffer ignorance and smile
    Be yourself no matter what they say
  30. Don't forget about Windows "Root Kits" by michaelredux · · Score: 1


    Systems "cleaned" with this procedure may still be infected with a "root kit", so the entire operating system is compromised, and Windows hides relevant files from SpyBot, Anti-virus scanners, and similar tools.

    A "Rootkit Revealer" was mentioned on slashdot recently http://it.slashdot.org/article.pl?sid=05/02/23/135 3258&tid=172&tid=218 that might help, but the only way to really be sure you got it all is format C:

    Otherwise you could end up with a PC that seems to be running fine, and shows no visible signs of trouble, such as popup ads, yet is quietly spewing massive quantities of spam. A PC that is obviously infected may be less evil that one that looks clean but isn't.

    regards,
    michael.

  31. Whaaaaa...? by mysticwhiskey · · Score: 1
    WTF? Is this a computer-generated post, or a surreal interpretation of the English language?

    In the words of Shaun Ryder, "You're twisting my melon, man".

    --

    Stuck down a hole! In the middle of the night! With an owl!

  32. Want encryption? Supply a master password. by Futurepower(R) · · Score: 1


    Want encryption? Supply a master password to Firefox.

    1. Re:Want encryption? Supply a master password. by GigsVT · · Score: 1

      Doesn't work.

      If you have autocomplete on, it stores credit cards in plaintext. Period.

      https://bugzilla.mozilla.org/show_bug.cgi?id=18828 5

      Status: VERIFIED
      Resolution: WONTFIX

      See also duplicates:
      Bug 207479
      Bug 231681
      Bug 243425
      Bug 258031
      bug 257455
      Bug 258364
      Bug 262705
      Bug 271203
      Bug 277113
      Bug 287274

      So this isn't some minor bug that slipped through the cracks. It's been reported a dozen times at least, and willfully ignored every time.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
  33. Thanks for the tip. by Futurepower(R) · · Score: 1

    Thanks for the tip. The Firefox development team seems to be experiencing problems.