Slashdot Mirror


How Windows 7 Knows About Your Internet Connection

An anonymous reader writes "In Windows 7, any time you connect to a network, Windows tells you if you have full internet access or just a local network connection. It also knows if a WiFi access point requires in-browser authentication. How? It turns out, a service automatically requests a file from a Microsoft website every time you connect to any network, and the result of this attempt tells it whether the connection is successful. This feature is useful, but some may have privacy concerns with sending their IP address to Microsoft (which the site logs, according to documentation) every single time they connect to the internet. As it turns out, not only can you disable the service, you can even tell it to check your own server instead."

434 comments

  1. The relevant bits by Anonymous Coward · · Score: 5, Informative

    It is possible to disable NCSI by a registry setting if you don’t want Microsoft to be able to check your internet connection.

    * HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet
    * Under the Internet key, double-click EnableActiveProbing, and then in Value data, type: 0.The default for this value is 1. Setting the value to 0 prevents NCSI from connecting to a site on the Internet during checks for connectivity.

    1. Re:The relevant bits by Noughmad · · Score: 5, Funny

      It is possible to disable NCSI by a registry setting if you don’t want Microsoft to be able to check your internet connection.

      * HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet
      * Under the Internet key, double-click EnableActiveProbing, and then in Value data, type: 0.The default for this value is 1. Setting the value to 0 prevents NCSI from connecting to a site on the Internet during checks for connectivity.

      Oh, the user-friendlyness of Windows. Everything is so simple on Windows, while I imagine that on Linux (if it had such a feature), you would need to edit a text file with comments in it. Horrible.

      --
      PlusFive Slashdot reader for Android. Can post comments.
    2. Re:The relevant bits by PIBM · · Score: 1

      The hard part is always to find out where you need to change that thing...

    3. Re:The relevant bits by arth1 · · Score: 1

      It's a global switch, and not per interface, which is incredibly stupid.

      I have two NICs on my main rig. One 100 Mbps connection that has internet connectivity, and one 1 Gbps connection to all the LAN machines that doesn't. And Windows 7's network panel is dumbed down - it ONLY lets me specify that the internet connection is trusted, but gives me no way of changing my TRUSTED 1 Gbps LAN from "Public Untrusted Network" to something else. So when I try to reach machines on the LAN, it prefers to bounce packets off the router on the 100 Mbps network instead of going direct on the 1 Gbps one.
      Expert systems suck, because they're never made by experts.

    4. Re:The relevant bits by clang_jangle · · Score: 5, Insightful

      Because remembering to type "man" in front of the program name to discover what files configure it is just so horribly difficult. And then typing "vim .config", dear lord the TORTURE .!

      Frankly, what CLI phobia tells the world is that *you* think you're an idiot.

      --
      Caveat Utilitor
    5. Re:The relevant bits by Anonymous Coward · · Score: 1, Interesting

      Everything is so simple on Windows, while I imagine that on Linux (if it had such a feature), you would need to edit a text file with comments in it. Horrible.

      Taking into consideration your sarcasm, what is it exactly you find so complicated about using a central mechanism for configuring OS directives? Are we just accepting this highly flawed idea that nonstandard *nix configuration conventions are some golden standard of usability?

    6. Re:The relevant bits by hairyfeet · · Score: 3, Insightful

      Oh please! I can make that into a little .reg file and go "See this thing? Go clicky clicky and reboot" and its done, period, the end. Just because YOU don't know how to make a .reg file doesn't mean the giant clusterfuck that is Linux CLI (seriously even OS fricking 2 has a solid API by now, having drivers break every time Torlvalds gets a bug up his ass is inexcusable) is in ANY way shape or form comparable.

      I get can have a machine spend years without needing a SINGLE line of CLI, ever. Can YOU do that? Try this experiment if you think Linux is ready for the desktop: Remove ALL shells. C'mon, Linux is modular, yes? Then remove the shell or mod them down so you can NOT use them! I bet the machine won't even make 6 months, and you sure as hell won't be updating the thing, because without CLI Linux falls down like a house of cards.

      Just face the fact that Linux is a SERVER OS, with millions being spent on SERVER tools, and the GUI is an afterthought at best. Sound breaks? Bash, Wireless fucks up? Bash. Video problems? Bash. Hell the answer to EVERY question in Linux is bash. Which is fine if you're an admin, CS grad, or geek with more time than money. For everyone else? News Flash: They ain't touched a CLI in 10 years and they sure as hell ain't about to start now. You show them a command prompt and they think "rinky dink Mickey Mouse OS" and frankly they are right. You should NEVER need CLI on a modern OS. The fact that Linux can't live without it just shows how far behind it is in the desktop arena. Embedded and server its great, desktop is shit.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    7. Re:The relevant bits by Anonymous Coward · · Score: 0

      You're assuming the person knows what program they need the manual for... which in this case they may not guess ncsi.

    8. Re:The relevant bits by obarthelemy · · Score: 3, Insightful

      I'll bite

      A) Windows
      A1- Here's the doc
      A2- type regedit
      A3- change the key as indicated
      Done !

      B) Linux
      B1- look for the doc
      B2- open a terminal
      B3- sudo
      B3b- type in credentials
      B4- open the file
      B5- edit as per doc, being careful of where you add your line, misspellings

      that's already a few more steps and more possible mistakes... but now the real fun begins:

      B6- find out the doc was only good for Horny Huckster (which is 9.7), you have 10.5 (which is ... Priapic Prong ? maybe), look again
      B7- don't find any doc you're 100% sure is germane to your setup/issue
      B8- try a few, fail
      B9- ask on the forums
      B10- get shot down as a noob who can't even search for an answer nor ask a question right, 'coz everybody knows the right term is NCSI.

      I'm exaggerating a bit, but this happens more often than not, and is the main reason why I'm still using windows. Linux mostly works out of the box, but any issue is hard to find docs or support for. In my experience, issues no longer happen as early (drivers are OK, installs have been auto-completing for me for a couple of years), but more advanced stuff is still very badly documented nor version-ed.

      Example of cases this happened to me over the last year:
      clean up the grub2 boot menu. Couldn't do it in the end, still had 3 choices for Windows (only 1 installed), one for my unbootable data partition... did find where to get rid of older linux kernels
      setup RDP server
      get rsync to work for NTFS to NTFS backups

      goodbye karma ....

      --
      The Cloud - because you don't care if your apps and data are up in the air.
    9. Re:The relevant bits by Anonymous Coward · · Score: 0

      From TFA.
      Maybe this is worth adding, the ncsi.txt file hosted on msftncsi.com seems to have no end of line.

      $ file ncsi.txt ncsi.txt: ASCII text, with no line terminators

      If you want to host your own, make sure it doesn’t have an eol either or else the ballon “Additional log on information may be required” will popup.

    10. Re:The relevant bits by Runaway1956 · · Score: 4, Insightful

      Alright, I give up, you win. Linux i indeed a server operating system. And, the primary server I'm interested in is the Xserver. It fits beautifully onto my desktop screen, where I can play games, watch flash video in full screen, listen to music, browse the intartubez, do some serious computing, and read geeknewz.

      WAKE UP PEOPLE!!! LINUX IS A SERVER OS!!!

      --
      "Windows is like the faint smell of piss in a subway: it's there, and there's nothing you can do about it." - Charlie Br
    11. Re:The relevant bits by Anonymous Coward · · Score: 2, Funny

      Dear lord, please forgive those who use emacs. Not that I am one, but those souls endure so much already...

    12. Re:The relevant bits by Anonymous Coward · · Score: 0

      Yea, try managing 100s of windows desktops compared to 100s of linux desktops. CLIs are really easy to automate. I you can do it on one system you can do it on all. Windows, not so much. Sure there is WMI, but that is a giant pain in the balls.

    13. Re:The relevant bits by oakgrove · · Score: 3, Insightful

      My issue with the registry is it's lack of comments and relatively non-intuitive naming scheme. Even gconf-editor in gnome which reminds me a lot of regedit has comments. When I want to configure something textually, I just go to my home directory in the file manager, and look around for a file that is named something similar to the program I want to configure excepting being preceded with a "dot", i.e., a dot file and that's it. Just edit that file. It will probably be liberally commented so it's really not that hard to figure out what you're doing. For system wide config, look in the /etc directory. Same deal just without the dots.

      --
      The soylentnews experiment has been a dismal failure.
    14. Re:The relevant bits by bennettp · · Score: 5, Funny

      Sound breaks? Bash, Wireless fucks up? Bash. Video problems? Bash. Hell the answer to EVERY question in Linux is bash.

      Life getting you down? Bash.
      Boss riding your ass? Bash.
      Spouse getting on your nerves? Bash.
      Co-worker won't shut up about pet llama? Bash.

      Hell. The answer to EVERYTHING is Bash!

    15. Re:The relevant bits by Anonymous Coward · · Score: 0

      Sir, I find your ideas intriguing, and wish to provide a female of suitable stock to have your babies.

    16. Re:The relevant bits by rikkards · · Score: 1

      Experts know about the route command in Windows.

    17. Re:The relevant bits by 3vi1 · · Score: 5, Insightful

      >> Oh please! I can make that into a little .reg file and go "See this thing? Go clicky clicky and reboot"

      The fact that you instinctively think such a thing needs a reboot proves how well Windows has conditioned you to accept your Stockholm Syndrome..

      BTW, the people in Linux that are going to the shell are doing power-user stuff (like Windows users who take advantage of powershell). You can get by without it: my kids and my parents have used Linux for years and have never *ever* used the shell. Swear To God (I keep them on stable releases, and there are no viruses to screw up their wireless, video, etc.).

      How many Linux powered devices (ex. Android, Tivo, etc) are there in the world where the user has never touched a shell? Use of a shell all depends on how much you want to bend a system to your will. Microsoft didn't add powershell to Windows because shells are pointless.

    18. Re:The relevant bits by Machtyn · · Score: 2

      I hate to agree with the above post, but I have to do so. I get along just fine in a CLI environment. I'm really in my element when I am there. However, there is no reason to have all the same options available in a GUI. That was the biggest complaint Linux admins had that I've seen - the GUI doesn't enable or contain all the possible options. This is actually getting much better now.

      While their complaint is valid, it is misdirected at the OS and not where it should be - lazy developers and Linux has lazy developers, too. Is it so difficult, if you are going to build an interface for the options, to include all of the options, whether it be checkboxes, radiobuttons, dropdown lists, or textboxes with an explanation of what is expect (this configuration value is 0.0 .. 9.9 [ 2.3 ]). Write the options to a file, when the execute occurs, read the options from the file. And for Linux developers, if you are not going to include a GUI for options, at least give us good documentation of command line options - preferably in a table.

      Where appropriate, I like to provide both the GUI and CLI options. That way they can start the application manually or automate it to do its functions.

    19. Re:The relevant bits by zippthorne · · Score: 1

      Isn't that the point? Is the thing the parent complains about something only experts should be able to do?

      --
      Can you be Even More Awesome?!
    20. Re:The relevant bits by Anonymous Coward · · Score: 2, Informative

      Your starting points for your steps are not equal.

      You make "open regedit" one step while you make "open terminal, sudo EDITOR, type in credentials three steps"

      Let's look at the reality.
      The "type credentials" step has an analog on Windows 7 and Vista. Lack of authentication before changing system-wide configuration is not a feature. If that's really what you want on linux you can easily set it up too.

      Opening a terminal and then opening your editor are not seperate steps for everyone. On my system WindowsKey+E brings up emacs, which is usually already running anyway

      sudo is 4 more characters (5 if you include the space) that you may have to type in front of your editor command. I'm pretty sure I can do that faster than you can find regedit with the mouse. Even if you use WindowsKey+R and type regedit, regedit is 2 characters longer than emacs and 4 characters longer than vim, so the effort wasted on typing sudo is seeming smaller and smaller all the time...

      UNIX paths are generally much shorter than paths in the registry. Once knowing the name of the file to edit, I suspect I can open the file more quickly than you can navigate to the registry key.

      You have to be careful of misspellings in the registry too. And unlike emacs, regedit won't automatically create a backup file.

    21. Re:The relevant bits by Anonymous Coward · · Score: 1

      In Windows Vista/7, the work/home/public feature essentially is a quick way for the NLA service to toggle a few flags in the Windows Firewall (the work and home profiles are mostly the same, but in Windows 7 picking home also enables Homegroup). There's an advanced management console if you really want to dig into what's being controlled (run wf.msc), but since the firewall only controls inbound traffic and broadcast name resolution by default, it sounds an awful lot more like you have a routing issue with something along the lines of being simultaneously connected to two different networks with the same subnet ID.

      If that's not the case but you're trying hit machines on the trusted LAN which are on a different subnet than the one you're physically attached to, you'll need a static route configuration (Windows XP, Linux, etc are no different in this case). The routing in Windows can be checked with "route print" at the command prompt; when multiple routes are available, packets are processed to pick from the most specific route first, then the one with the lowest metric. Metric in Windows XP is only calculated from reported link bandwidth, but Windows 7 uses a more complicated algorithm. Overriding it is still easy, though, and can be done per route or per adapter.

      So, really, Microsoft hasn't been dumbing down the control panel so much as they're trying to make it support more configurations automatically and making the main landing page (Network and Sharing Centre) show the end user the most relevant information without being overwhelming. The truth is that there's now more granular control than ever before, and the location awareness and automatic firewall is one of their biggest advances for the mobile computer's security.

    22. Re:The relevant bits by mandelbr0t · · Score: 1

      Ok that's a bit harsh. The religious wars should have ended a year ago, but apparently some people think it's still cool to trash one or the other. I'm not a CS grad, and occasionally I need the CLI in Windows too. Computers are evil. GUIs have bugs. CLIs suck if you can't type 80 wpm like hackers can. I'm proud to say that I can use Linux, Windows and MacOS (and any other thing that might be dreamed up) equally well, and I make no criticisms of any OS, except to say that none is perfect.

      I've contributed a lot to the open source community, and I'm glad that Linux exists. On the other hand, I don't begrudge Microsoft or Apple for existing, and I recognize that most people prefer to use something that's a little less power-user than Linux.

      --
      "Please describe the scientific nature of the 'whammy'" - Agent Scully
    23. Re:The relevant bits by PNutts · · Score: 2

      Yea, try managing 100s of windows desktops compared to 100s of linux desktops.

      They're called Group Policies and they're used to manage 1000's of PCs at our shop, including the registry entry that started this conversation.

    24. Re:The relevant bits by Anonymous Coward · · Score: 0

      Oh please! I can make that into a little .reg file and go "See this thing? Go clicky clicky and reboot" and its done, period, the end.

      That doesn't really make it any more friend than Linux, where I could hand someone a .sh file which they could double click, enter a password, and be done as well. The argument the parent was making, as I understood it, is that it is quite absurd to suggest an OS which requires understanding that registry gobbledygook is any more use friendly than one which requires understanding the oldschool CLI stuff.

      Just because YOU don't know how to make a .reg file doesn't mean the giant clusterfuck that is Linux CLI ... is in ANY way shape or form comparable.

      I'm quite comfortable with both, and often have to help those who are comfortable with neither. They are comparable - they're necessary to dig into the guts of the OS and change things that don't (yet) have user-friendly GUI's to do it. The difference is that, once introduced to the "man" command, one can figure these things out on the Linux CLI. The same cannot be said of the Windows Registry.

      (seriously even OS fricking 2 has a solid API by now, having drivers break every time Torlvalds gets a bug up his ass is inexcusable)

      Maybe. That's an entirely different discussion.

      I get can have a machine spend years without needing a SINGLE line of CLI, ever. Can YOU do that?

      The argument, as I understood it, of the parent was that the lack of user friendliness in the Windows registry was comparable to Linux's lack of user friendliness in other areas. Clearly, you're not arguing that Windows can run fine without a registry - as TFA clearly points out.

      Stiill, it should be noted: CLI hides around all over modern systems, including Windows. Do a search for batch files on your system, you may be surprised. Many applications script things, they just do so behind the scenes. Moreover, I've known people who've been happy on various Linux distributions who know not a single CLI command - if that "YOU" was a reference to a generic Linux end-user, than yes, it's quite possible these days.

      Remove ALL shells

      Alas, most Linux distributions (just like Windows and it's registry) use the CLI in the background at the least, and so removing all shells would leave it completely inoperable. Just as Windows cannot run without it's registry.

      ...Wireless fucks up? Bash...

      Want to change the Windows keyboard bindings? Registry. Want to disable NCSI? Registry.

      I do agree that most end users don't want to touch the CLI. They don't want to touch the registry either, and despite your +5 Insightful you've done nothing to argue against the grandparent's point.

    25. Re:The relevant bits by atomicbutterfly · · Score: 0

      Bravo! You get a friend rating for telling it like it is. :)

    26. Re:The relevant bits by Xtifr · · Score: 3, Insightful

      I get can have a machine spend years without needing a SINGLE line of CLI, ever. Can YOU do that?

      My brother's logged over two years running Ubuntu without ever going near the shell, so, yes. Nor, before you ask, have I been forced to come over and do CLI-based maintenance for him. He did the whole thing, from installation on, by himself with no CLI involved at any point.

      Remove ALL shells.

      And it won't boot--init runs shell scripts (as does cron). But that's different from the user not running a CLI. On any vaguely modern Linux, the user is "forced" to use the CLI about as often as a windows user is "forced" to use regedit, but, unlike regedit, the CLI is actually useful, fast, and efficient if you do decide to learn to use it.

    27. Re:The relevant bits by atomicbutterfly · · Score: 1, Redundant

      Ok that's a bit harsh. The religious wars should have ended a year ago, but apparently some people think it's still cool to trash one or the other. I'm not a CS grad, and occasionally I need the CLI in Windows too. Computers are evil. GUIs have bugs. CLIs suck if you can't type 80 wpm like hackers can. I'm proud to say that I can use Linux, Windows and MacOS (and any other thing that might be dreamed up) equally well, and I make no criticisms of any OS, except to say that none is perfect.

      I've contributed a lot to the open source community, and I'm glad that Linux exists. On the other hand, I don't begrudge Microsoft or Apple for existing, and I recognize that most people prefer to use something that's a little less power-user than Linux.

      We need more users like you, seriously. :)

      I'm an occasional Linux user, but what pisses me off more than anything is the bashing and hate that comes from the Linux side. They're the minority, and hence have to compensate by whining so much about Microsoft ($ sign included usually) that after 10+ years of this bullshit it's become really grating. It's as if they're unable to convince anyone to use Linux without bashing the competition, and can't convert people solely by positively talking about their distro.

      I use Windows because it has the greatest level of software support (commercial or otherwise) and the least level of pain. I mean that last bit - using a variant of the most widely used desktop OS has its benefits in terms of doing the things you want to do, as well as focus and attention on its development. Maybe one day I'll kick it to the curb, but the hoards of Linux zealots aren't going to factor into it. Most of them have horrible technical knowledge about Linux anyway. :)

    28. Re:The relevant bits by epyT-R · · Score: 2, Insightful

      editing the registry using the built-in ms tools is a joke.. it literally is like searching for a needle that might not even be there..

      I get can have a machine spend years without needing a SINGLE line of CLI, ever. Can YOU do that? Try this experiment if you think Linux is ready for the desktop: Remove ALL shells. C'mon, Linux is modular, yes? Then remove the shell or mod them down so you can NOT use them! I bet the machine won't even make 6 months, and you sure as hell won't be updating the thing, because without CLI Linux falls down like a house of cards.

      since when is CLI bad? no, you just don't care to learn it. fine. that doesn't mean it sucks or is backward. guis suck for some tasks too.

      at least linux HAS a decent cli to fall back on.. break windows enough and you might as well just reinstall..and we all know how much of a pain it is to rebuild a complex windows setup from scratch..long gone are the days when we could just put binaries in arbitrary directories...now tons of dlls have to be registered to the right GUIDs (talk about a stupid system) that indicate no relevance to anything. user paths are ridiculously long. instead of /home, it's c:\users\\appData\hiddenthis\locked that. Don't get me started about the unmanageable update system that gives no real details of what's being patched or why without digging through technet..hey wait, this is what ms users complain about having to do with linux: read the docs.

      god help you if windows update breaks on your computer leaving you with a cryptic log file and NO real documentation about it besides some half-assed help sites on the internet where everyone's guessing anyway. if you do find a solution, more often than not, guess what? you're told to open a cmd.exe as the localSystem account! instead of that being a sudo away, it's "download psexec.exe and type this blahblah". serious network issues? netsh.exe. linux is an example of a cli done right.. windows is an example of it done wrong. the fact it's broken and the fact that people still need to access it to shore up the GUI speaks volumes. CLI is relevant today and it isn't going anywhere.

      Just face the fact that Linux is a SERVER OS, with millions being spent on SERVER tools, and the GUI is an afterthought at best. Sound breaks? Bash, Wireless fucks up? Bash. Video problems? Bash. Hell the answer to EVERY question in Linux is bash.

      in windows, when wireless fucks up? try this driver or that one.. oh it still wont stay connected? oh well. read the event logs? oh they don't tell you anything interesting besides the fact the driver stopped with a hex error code you MIGHT find info on if you're lucky? video problems? get the latest drivers? oh they still fucked up your game or autocad? grab the latest ati hotfix..did that solve it? good..oh wait, now your other 3d app isn't working right? linux has similar problems, but it has nothing to do with it's CLI.. problems like this have to do with shitty drivers. blame the vendors, not the os. in the case of logs, at least linux gives you the opportunity to easily enable and search very verbose logs if necessary to get to the bottom of the issue.. you can't do that with windows unless you plan to run the debug version, complete with external slave machine as kernel debugger.

      Which is fine if you're an admin, CS grad, or geek with more time than money. For everyone else? News Flash: They ain't touched a CLI in 10 years and they sure as hell ain't about to start now. You show them a command prompt and they think "rinky dink Mickey Mouse OS" and frankly they are right. The fact that Linux can't live without it just shows how far behind it is in the desktop arena. Embedded and server its great, desktop is shit.

      last I checked, most CS grads make more than most of the individuals who fall into that 'everyone else' category. 'everyone else' doesn't do what CS grads do. the fact is that there are plenty of functions

    29. Re:The relevant bits by atomicbutterfly · · Score: 1

      You have to be careful of misspellings in the registry too. And unlike emacs, regedit won't automatically create a backup file.

      Clarification - the registry is backed up every time a system restore point is created. A restore point is created during every installation of windows updates, so assuming you haven't turned off system restores and automatic updating is taking place, you may very well have a daily backup of the registry (windows defender at least has a daily update).

    30. Re:The relevant bits by Dhalka226 · · Score: 4, Informative

      I'm not saying there are no problems with linux, or that it is more user-friendly than Windows in this (or any other) case, but you're hardly treating the situations equally.

      For example:

      Open doc versus find the doc. System-level configuration options tend to be quite well documented. How are you magically going to know where the documentation for an obscure feature is in Windows but have to look it up in linux? What the hell would you even search for? "My Windows machine seems to be pinging the Internet randomly and I want it to stop?"

      Apparently "open terminal" deserves its own step, yet we're magically typing regedit. Where do we do that? Equality dictates there should be AT LEAST one more step in the Windows instructions at this stage, to open Start Menu -> Run or Ctrl-R (I think, anyway).

      If you're allowed to edit system-level properties in Windows without Administrator credentials, you have an entirely different problem or, more likely, you're running as one constantly. If it's the latter, consistency once again dictates you've added an unnecessary step in the linux instructions. You're free to run linux as root if you want to vastly increase your chances of getting owned, just like you're free to do so with Windows.

      b3 (sudo) and b4 (open the file) are one in the same instruction. You'll do sudo /path/to/config.file which will simultaneously get your appropriate privileges and open the file. You can have B3b if you want, subject to the above.

      "Change the key as indicated" is pretty much no different than "edit as per the doc," even though you try to make it seem as if it is. In either case you're looking at documentation, finding the appropriate configuration value and changing its value. You may or may not have to add the line; if it's a feature defaulting to on, as is the situation in Windows, it will almost certainly be there. Likewise, where you add the key almost never matters other than for organizational purposes. And you have to be careful of typos either way. If the value in Windows is 0 or 1 it's likely to be the same in linux. You can fuck typing it up as easily on one system as the other.

      In other words, if you're not deliberately trying to make Windows seem superior by fabricating the scenario to be simpler for Windows than linux, the steps are pretty much identical. You need to make sure the have appropriate privileges. You need to know what to edit, whether that is a key buried in the registry or a confgiruation file buried in a directory tree. You have to actually edit it, and you have to not fuck it up while you do so.

      And that's without even touching the rest of your "steps," which even you admit are exaggerated.

      I don't care what operating system you use; I'm not a zealout either way. I used linux for years. My PC primarily runs Windows (it has a linux distribution on a second partition that has gone from Red Hat to Gentoo to Kubuntu over the years, but it hasn't been used in several years now). I'm typing this reply on a Mac. But if you're going to make comparisons, let's be intellectually honest and make valid ones.

    31. Re:The relevant bits by WeatherGod · · Score: 3, Informative

      I'll bite

      A) Windows A1- look for the doc A2.1- click the "run command" taskbar item A2- type regedit A2.2- supply credentials (assuming proper security setup) A3- change the key as indicated Done !

      B) Linux B1- look for the doc B2- open a terminal B3- sudo B3b- type in credentials B4- open the file B5- edit as per doc, being careful of where you add your line, misspellings

      that's already a few more steps and more possible mistakes... but now the real fun begins:

      Additions mine... Let's be fair when discussing these comparisons. First off, you have to find the documentation regardless of a windows or Linux system. You can't just say that someone will hand you the docs in one situation but you have to hunt in another. Next, opening a terminal is just as easy as clicking (or having a keyboard shortcut), and in windows, you also have to click somewhere to enter the regedit command. I would also hope your system is set properly that modifying the registry requires authentication.

      Next, you talk about making sure you place some particular option in exactly the right place with the right value. First, most configuration files don't care about order. Many follow the .ini approach. Second, good configuration files should come loaded with comments and examples. For example, the apache and sendmail configs are chock full of information. Personally, I have found the descriptions in regedit to be fairly limited.

      Don't get me wrong, there are definite benefits to a centralized registry system, but I think that there are pros and cons to both approaches, and I lean towards the linux approach.

      B6- find out the doc was only good for Horny Huckster (which is 9.7), you have 10.5 (which is ... Priapic Prong ? maybe), look again B7- don't find any doc you're 100% sure is germane to your setup/issue

      Lastly, while documentation for open source projects can definitely be a weakness, (although programs on windows aren't completely immune to this criticism) getting the wrong version of the docs is a pebkac issue. If the man pages don't have the info you need, the distro should have the docs available for your version, or the project's website should have the docs for your version. Checking the docs' version should always be the first step.

    32. Re:The relevant bits by ToasterMonkey · · Score: 3, Insightful

      My issue with the registry is it's lack of comments and relatively non-intuitive naming scheme. Even gconf-editor in gnome which reminds me a lot of regedit has comments. When I want to configure something textually, I just go to my home directory in the file manager, and look around for a file that is named something similar to the program I want to configure excepting being preceded with a "dot", i.e., a dot file and that's it. Just edit that file. It will probably be liberally commented so it's really not that hard to figure out what you're doing. For system wide config, look in the /etc directory. Same deal just without the dots.

      Making it more user friendly is sort of against the whole point. It's an interface designed for programatic manipulation, like XML for example.

      Your problems should be addressed with online documentation in the application layer, not in the backend configuration store which should be clean and concise for programatic access. The behavior of a setting will depend on the version of application code you're running, and face it, the documentation you get is going to be targeted at developers wherever you actually find it, because these interfaces are not designed for end users.

      If a program leaves end users to deal directly with configuration data, it is just broke. For every XML/registry complaint I hear, I can find one application that _fails_ at usability.

    33. Re:The relevant bits by DrBoumBoum · · Score: 5, Funny

      And then you have to use vi, which is in itself a whole different world of pain. Good luck! ^Z^Z Shit how does this fucker work?! ^C quit exit ESC ** CARRIER LOST%%:.,*$£$$$

    34. Re:The relevant bits by jhantin · · Score: 2

      No, the worst of it is vertical-market software vendors that start from the assumption that competent IT help will not be available and therefore build software that won't run without write privileges to the entire drive (including the root of the system drive, because it poos temp files there), includes a kernel-mode printer driver that breaks on anything newer than XP just to render TIFFs for faxing, requires a separate login dialog in spite of also requiring a domain, and in spite of being MSI-based, lacks any working silent-install capabilities so the only way to automate rolling it out is sending mouse events to the setup, and count on the utter lack of data portability to keep you locked in to their miserable product.

      Sorry, just had to vent a little. :-)

      --
      ...when you're writing a game...tweak the difficulty of "Easy" to something [your mother] can cope with. -- onion2k
    35. Re:The relevant bits by MightyMartian · · Score: 3, Informative

      Not to mention you can't do search-and-replaces, pipe the registry through other utilities to make more advanced changes, easily back up and restore major changes and actually view an entire app or daemon's config in a single plane as opposed to annoying trees that only obfuscate and complicate config changes.

      I realize the registry can store binary blobs, but I'd argue that the file system is a much more efficient place to store such data, which is why I'm general not in favor of large binary blobs in any kind of database.

      The registry is a very typical of the Microsoft way of doing things; overly complex with way too much stuffed into it that could be done better in other ways. I absolute hate the difficulty of backing up and restoring registry sections, particularly since .reg files are essentially merged into the existence structure, rather than replacing it.

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    36. Re:The relevant bits by PopeRatzo · · Score: 0

      I also believe that when the Registry is borked, so is your computer.

      System Restore is your friend.

      --
      You are welcome on my lawn.
    37. Re:The relevant bits by oakgrove · · Score: 2
      If it were possible for a collection of words to suck the IQ out of the room, we would all be slobbering out of the sides of our mouths right about now.

      Oh please! I can make that into a little .reg file and go "See this thing? Go clicky clicky and reboot" and its done, period, the end.

      How is you making a .reg file any different than me making a .sh file that somebody can click on and let the magic happen? Exactly, it isn't. Except that .reg file is a black box. My .sh file can easily be commented so the user can view it and understand what it does.

      Just because YOU don't know how to make a .reg file doesn't mean the giant clusterfuck that is Linux CLI (seriously even OS fricking 2 has a solid API by now, having drivers break every time Torlvalds gets a bug up his ass is inexcusable) is in ANY way shape or form comparable.

      This is little more than a shrill rage induced rant and has nothing to do with the first half of your paragraph.

      I get can have a machine spend years without needing a SINGLE line of CLI, ever. Can YOU do that?

      Yes, I have Linux machines that have run for years without needing a single cli command. My mother, god bless her, couldn't keep her XP machine virus free for more than a week. Finally, I got tired of it and installed Ubuntu. Haven't heard anything since except for how easy it is to use and how she raves about it to all of her friends. I haven't touched it other than to just observe it occasionally when I go visit.

      Try this experiment if you think Linux is ready for the desktop: Remove ALL shells. C'mon, Linux is modular, yes? Then remove the shell or mod them down so you can NOT use them! I bet the machine won't even make 6 months, and you sure as hell won't be updating the thing, because without CLI Linux falls down like a house of cards.

      How long will your Windows machine make it without the registry? Exactly.

      Just face the fact that Linux is a SERVER OS, with millions being spent on SERVER tools, and the GUI is an afterthought at best. Sound breaks? Bash, Wireless fucks up? Bash. Video problems? Bash. Hell the answer to EVERY question in Linux is bash. Which is fine if you're an admin, CS grad, or geek with more time than money. For everyone else? News Flash: They ain't touched a CLI in 10 years and they sure as hell ain't about to start now. You show them a command prompt and they think "rinky dink Mickey Mouse OS" and frankly they are right. You should NEVER need CLI on a modern OS. The fact that Linux can't live without it just shows how far behind it is in the desktop arena. Embedded and server its great, desktop is shit.

      So you sum up your several points that range from typical uninformed ignorance to outright lies with a conclusion that can only be based on said outright lies. Imagine that. You are a joke.

      --
      The soylentnews experiment has been a dismal failure.
    38. Re:The relevant bits by oakgrove · · Score: 4, Insightful

      Making it more user friendly is sort of against the whole point. It's an interface designed for programatic manipulation, like XML for example.

      That should only be true if I never have to access the registry at all. This story is about a configuration that can only be changed by editing the registry or clicking on a .reg file that directly manipulates said registry. Your point falls flat.

      --
      The soylentnews experiment has been a dismal failure.
    39. Re:The relevant bits by LordLimecat · · Score: 2

      If youre crying "user friendly" and then talking about Vim, I daresay youre doing it wrong. Vim may be many things, but easy it is not.

      Now if you had said "nano", then you might be on to something.

    40. Re:The relevant bits by Anonymous Coward · · Score: 0

      Windows
      A) copy fileto.edit fileto.edit.backup ...
      Linux
      A)cp fileto.edit fileto.edit.backup ....

    41. Re:The relevant bits by Anonymous Coward · · Score: 0

      http://www.grouppolicy.biz/2010/03/how-to-use-group-policy-to-remove-the-ncsi-message-in-your-network-icon/

    42. Re:The relevant bits by TheBrutalTruth · · Score: 1

      REALLY? No CLI on a modern OS? I'm not a CLI elitist by any means, but get real. GUIs break more shit, slow shit down, and cause more problems and attack vectors. I'll stick to the CLI and leave you your eye candy, sluggishness, and botnets. NEVER need CLI on a modern OS? It's how the REAL knowledgeable people fix YOUR BROKEN SHIT. Takes more time to do work? Get real. And fuck your real desktops, says my ChromeOS driven box. With CLI, thank you...

      --
      Enlightenment is a pipe dream. So where's the pipe?
    43. Re:The relevant bits by internettoughguy · · Score: 5, Insightful

      Saying the windows registry is a "central mechanism for configuring OS directives", is like saying that dumping all your papers in the middle of your office floor is a centralized filing system.

    44. Re:The relevant bits by Anonymous Coward · · Score: 0

      This is a typical example of how windows is perceived as simpler but in fact nothing ever is as simple as defined. If you assume you are Administrator in Windows then assume that you are root on Linux. Where is a config file on Linux? /etc or /usr/local/etc. Where is the config file on windows? God only knows...... I've seen registry instructions which would hose your system.... If I had a choice of which system I would prefer to administer Windows would be the last one on my list because of its easy of use...NOT

      Oh yeah folks don't forget to backup/copy the registry before you modify it in case you want to revert to the earlier state....

    45. Re:The relevant bits by Anonymous Coward · · Score: 0

      Defender updates are closer to slightly more often than weekly, rather than daily. They're usually every Tuesday, and sometimes you get 1-3 more during the week.

    46. Re:The relevant bits by LordLimecat · · Score: 2

      I get can have a machine spend years without needing a SINGLE line of CLI, ever. Can YOU do that? Try this experiment if you think Linux is ready for the desktop: Remove ALL shells. C'mon, Linux is modular, yes? Then remove the shell or mod them down so you can NOT use them! I bet the machine won't even make 6 months, and you sure as hell won't be updating the thing, because without CLI Linux falls down like a house of cards.

      Troll is troll. Lets start with the issues in your statement:

      1) If you want to start doing things out-of-the box in windows, you often have to fall back to CLI. For instance, if you hit the file-path length limit, you will likely need to resort to something like scripting renaming directories recursively, or setting up directory junctions (which will result in a shorter path). Try doing those without CLI, go on... And what about unhiding files that have been marked system/superhidden by a virus? Or changing the boot priorities on Vista+ (Bcdedit isnt GUI, last I checked....)? Or running a checkdisk, with verbose output, on next system boot?

      And if you had ANY experience whatsoever on Server 2008/ Exchange2007, you would know that there are many many many functions that absolutely RELY on powershell. Example-- trying to view the size of a mailbox; it used to be possible from GUI, but now requires powershell. Example 2: assigning an SSL cert to Exchange (something that is a once-a-year occurance with self-signed certs)-- requires powershell to enable and assign the cert.

      2) You cant remove "all shells" in Linux, as you would know if you had the SLIGHTEST knowledge of what on earth you were talking about. Neither can you remove it from windows, or Mac, or FreeBSD, or any other flavor of OS that I am familiar with. If you COULD, it would be the most retarded move ever-- no CLI means no method of editing boot order (windows), no way of recovering from a failed boot (Linux), no way of accessing verbose program output as it runs, etc etc. Shells are behind the GUI in any sensible OS, because relying on the graphical subsystem+drivers in order to fix a system is about as bass-ackwards as relying on a cars engine to be functional and running in order to pop the hood.

      3) If you install PeppermintOS, or Ubuntu 9.04 (or 9.10, or 10.04, etc), there is a good chance you will not need to touch the CLI. And from experience, the need to touch the CLI in Linux is about as common as the need to screw around with drivers and registry settings when installing a secondary OS on windows-- that is, installing XP on a Vista machine, or vice versa. There is a good chance with several of those machines that you need to screw around with all sorts of windows-based voodoo to get vaguely similar drivers to work with everything.

      Sound breaks? Bash, Wireless fucks up? Bash. Video problems? Bash. Hell the answer to EVERY question in Linux is bash.

      These things can all be accomplished through GUI, using Gedit, gconf-editor, jockey, synaptic, etc. However, copying and pasting a 3-line fix is much quicker and less painful than digging through the registry or running Microsoft's "Fix-It" and hoping it just works.

      Heres a real life example of just how screwed up this kind of thinking is-- this Friday, I will be dealing with a batch of machines that has been endlessly trying to install 60 updates. I dealt with this problem on a few other machines last week. Problem is, you cant really run "update-all" from the commandline and get some kind of meaningful output; no, you have to dig through eventlogs, generic errors that mean nothing (noone having these errors has posted a workable solution), and forum posts, and hope it gets fixed-- if it doesnt, youre SOL, since you dont really have a command that gives you access to the Windows Updates internals. With Ubuntu, if the update database gets corrupted, I can use dpkg or apt to fix it in all of 3 minutes (ie, by purging the database or cache, or fixing broken dependenc

    47. Re:The relevant bits by Anonymous Coward · · Score: 0

      1) Open "Network and Sharing Center"
      2) Click "Change Adapter Settings" in left pane
      3) ALT+N to open up the "Advanced Settings" menu
      4) In the "Connections" area, use the up/down arrow keys on the right to prioritize your 1Gbps NIC to the top

    48. Re:The relevant bits by drooling-dog · · Score: 1

      I'm exaggerating a bit, but this happens more often than not, and is the main reason why I'm still using windows.

      I've been using Linux for years, so it's always exhilarating to hear how impossibly difficult it is and what a superman I must be. Don't try this at home, kids!

    49. Re:The relevant bits by kiddygrinder · · Score: 1

      dunno if it's worse to have to go to bash and fix stuff than the equivalent in windows, which is pretty much just randomly re-install drivers and hope. pretty modern

      --
      This is a joke. I am joking. Joke joke joke.
    50. Re:The relevant bits by geminidomino · · Score: 1

      In all fairness, Vi/Vim is VERY easy. Once you've gotten the hang of it, it's all but effortless (unlike EMACS, which, no matter how well you know it, is always an exercise in RSI[0])

      What it's not, though, is intuitive. Which is why you get so many experiences like that one up above. :)

      [0] Oh yeah. I went there.

    51. Re:The relevant bits by IgnoramusMaximus · · Score: 2

      Saying the windows registry is a "central mechanism for configuring OS directives", is like saying that dumping all your papers in the middle of your office floor is a centralized filing system.

      That is not entirely accurate. To make the analogy more correct you would also have to remove any comments or instructions from these documents and only leave raw data, labelled with random cryptic terms. Remember, the Registry abhors comments or any sort of embedded documentation.

    52. Re:The relevant bits by WorBlux · · Score: 1

      You can't remove all shells and have anything work reliably. The way the system launches is something like you desktop enviroment is for your display manager to call the default shell with something like "exec /bin/sh - ~/.xinitrc %session". You could remove end user access to a shell (disable tty1-6, and not include a terminal emulator if it were installed by an OEM and not have any problems on a few distros. The last time I absolutely had to use a CLI to get something a non-techie would try to work on Ubuntu was 9.04 to compile the UVC drivers. I've also used it to compile non-critical programs (games) that weren't in the repositories. Just about every essential feature can be accessed in Ubuntu through a GUI. Some distros like Gentoo can't be used unless you know your way around a CLI, but Gentoo isn't trying to target the mainstream.

      Of course I often use it even when I don't have to for several reasons..

      1. It's really fast, I can get an immediate response about my system and settings, instead of waiting several seconds for whatever GUI I need to load.

      2. With Tab-Completions and filters I can navigate the filesystem faster than in GUI when I know that I'm looking for.

      3. I don't have to wade through options to expose what I want. It's all literally at my fingertips.

      4. There are some options and procedures that can only be exposed via CLI. (Have anyone ever been able to come GUI way to do pipes and redirection?) Plus it's much cheaper to put non-obvious or niche features in command line switches only than cluttering up the GUI. For instance with chrome the cache location and size is a CLI only switch. Before v11, to play with WebGL you needed to use a CLI-only switch.

    53. Re:The relevant bits by WeatherGod · · Score: 1

      True, but this is better in a registry how? (Btw, my point is merely that this sort of thing would likely only be found by perusing the docs or having someone tell you about it, regardless of how the setting is stored)

    54. Re:The relevant bits by obarthelemy · · Score: 1

      at least B10 is proven true by this pebkac ^^. I assure you that while investing why rsync had issues going ntfs to ntfs, I came across several docs that had no indication whatsoever of what version they applied to (had to go by the date of the forum posts to make a guess), and the man pages were of no help at all.

      I concede on the extra step to open the run command, sorry. windows-r is kinda embedded in my fingers by now.

      As for having to supply credentials, you don't, you do have to accept the UAC alert, though. IIRC, in linux I got to open the terminal, launch the editor, edit the file... and get a "need admin rights" error only when trying to save the file after making the edits. not sure IRC though.

      I stand by my point that modifying a key value is a lot less error-prone than typing a full line in a (even well-documented) config file.

      I'm not arguing that the registry is better than individual config files (that's an entirely different discussion, I think I prefer config files, and programs that don't have a whole lot of external dependencies ^^ ), I'm arguing that some kind of interface to edit system parameters is less error-prone than editing them free-form.

      --
      The Cloud - because you don't care if your apps and data are up in the air.
    55. Re:The relevant bits by drooling-dog · · Score: 2

      Of course then there's this whole thing about having to learn on /. that your OS is phoning home every time you connect to the internet, and then having to go to the trouble of stopping it, so I figure I'm already ahead.

      Next up: Let's talk about how much harder it would be to run antivirus on Linux, if there were actually a reason to do such a thing. How much wood would a woodchuck chuck, if a woodchuck could chuck wood?

    56. Re:The relevant bits by IgnoramusMaximus · · Score: 2

      Not only that, but then there is the whole issue of simplicity of backups (the registry database is always opened and cannot be manipulated by standard filesystem operations), corruption, change tracking and so on and on and on, all of which is trivial with Unix-style user-readable, commented, configuration files. They even have a "central mechanism" too: /etc

      Frankly, given all the drawbacks, I haven't seen any sane argument where gains exceed the losses in favour of a system like the Windows Registry even once.

    57. Re:The relevant bits by heypete · · Score: 1

      Bcdedit isnt GUI, last I checked....)?

      EasyBCD is freeware and GUI. Very handy.

    58. Re:The relevant bits by Anonymous Coward · · Score: 1

      You don't even need the route command. Windows lets you order the NICs by order of preference straight from the GUI, which is what you use if you want to, say, use Hamachi to play certain games that have broken networking features.

      Expert setups are hard to make work properly when you're a beginner. More news at 11.

    59. Re:The relevant bits by WorBlux · · Score: 0

      I'm an occasional Linux user, but what pisses me off more than anything is the bashing and hate that comes from the Linux side.

      LOL! like this? #!/bin/bash echo "M$ Sucks"

    60. Re:The relevant bits by NatasRevol · · Score: 3, Interesting

      System Restore is a tool that says Windows fucks up a lot and needs a lot of help.

      --
      There are two types of people in the world: Those who crave closure
    61. Re:The relevant bits by Anonymous Coward · · Score: 0

      Sorry but it doesn't matter some people are zealots regardless of what OS it happens to be. I mean in all honesty your on /. It is a haven for Linux Zealots. If you go hang around in Gizmodo you will get flamed by OSX zealots. So just remember if you go to an enthusiast site for a Honda and start talking about a Mitsubishi your going to get flamed and insulted.

    62. Re:The relevant bits by w0mprat · · Score: 1

      In windows you could do this easily from the CLI using a single command ... oh wait I see your point.

      BUT Windows does have a GUI registry editor with a search features. Not really harder than a GUI text editor - you'd have to be a real novice to bung that up. Although it's still awful and otherwise intellegent people still do bung it up.

      BUT linux scatters text files all over the place, you need to know where to go looking for it, or get on google to find out. Lord help you if you make a typo in the wrong place.

      Anyway, the command would be (in an admin CMD shell)...
      REG ADD HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet /v EnableActiveProbing /t REG_DWORD /d 0
      Now I haven't tested that, but if you need to copy and past a command out of a forum without checking it out first your a noob and the OS in question is broken by design.

      --
      After logging in slashdot still does not take you back to the page you were on. It's been that way for 20 years.
    63. Re:The relevant bits by Culture20 · · Score: 4, Informative

      Son, vi is the VIsual version of ed, the line EDitor. Try editing files with ed for a while and you'll think vi is so user friendly that you'll play first person shooters with hjkl.

    64. Re:The relevant bits by Anonymous Coward · · Score: 0

      So is (Recovery Boot) availability with most Linux distros, no? So much that it needs to be constantly advertised as an equal OS.

    65. Re:The relevant bits by Anonymous Coward · · Score: 0

      The same thing can be accomplished in a "friendlier" way using the Group Policy editor.

    66. Re:The relevant bits by Fwipp · · Score: 3, Insightful

      You need Google to figure out what file might have the proper setting under Linux, but you know
      "REG ADD HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet /v EnableActiveProbing /t REG_DWORD /d 0" without looking it up?

    67. Re:The relevant bits by Anonymous Coward · · Score: 0

      Bollocks.

      I'm amazed that so many people seem to be totally blind focused on manually editing the registry (or totally ignorant) that they're completely overlooking (or ignoring) all the stuff which has been build around it.

      You can easily change this setting, and many more, without having to manually rummage in the registry. Simply use mmc.exe (microsoft management console) and use the proper script for it.

      Even Windows knows issues like RTFM you know ;-)

    68. Re:The relevant bits by PreparationH67 · · Score: 1

      CS grad

      Ha, cause CS grad students automatically know Linux. At least I know you've never been a CS undergrad. Now on to the CLI hate, lets turn this little game around. Video breaks in Windows? Reinstall the driver and reboot. Fixed? No? Reinstall Windows. Fixed? No? Good luck with that. Sound breaks in Windows? Reinstall the driver and reboot. Fixed? No? Reinstall Windows. Fixed? No? Good luck with that. Wireless breaks in Windows? Reinstall the driver and reboot. Fixed? No? Reinstall Windows. Fixed? No? Good luck with that. And not needing a CLI on a modern OS is definitely why Windows has gotten rid of it, right? You want a Linux desktop for simple people try Ubuntu. You want to talk about GUIs being the best? Try out the REAL cluster fuck, Windows Server. I'll take fucking with iptables any day rather than try and do anything more advanced than making sure it gets an IP with the shitty GUIs in that mess. And just because YOU can't make script that can just be run in Linux and fix a problem doesn't mean .reg files are hot shit. Just because I can read and actually learn something about my computer doesn't make me wrong and your users right, it makes them lazy assholes.

    69. Re:The relevant bits by BrowserCapsGuy · · Score: 1

      What the hell would you even search for? "My Windows machine seems to be pinging the Internet randomly and I want it to stop?"

      A search on that phrase found this article, which provides great documentation. (-:

      --
      Alright! I know I'm in there! If I don't come out, I'll have to come in after me!
    70. Re:The relevant bits by Anonymous Coward · · Score: 0

      lol vim hahaha

    71. Re:The relevant bits by Anonymous Coward · · Score: 0

      CLI is dead and has been for years. People don't want it and that's why the world runs on GUI.

    72. Re:The relevant bits by westyvw · · Score: 1

      mmc? open and use the proper script? uggg. That things another unsightly mess. But lets focus on the database. A poorly engineered, not quite a database, um, database. Not a good thing at all.

    73. Re:The relevant bits by westyvw · · Score: 1

      Yeah, its good at that. But funny thing, it has the better desktop workflows too. Go figure.

    74. Re:The relevant bits by qubezz · · Score: 2

      It's much wiser to just disable the useless Network Location Awareness and Network List Services. What is the point of those anyway; an icon to tell you you can't get on the internet to help you figure out you can't get on the Internet?

      While you are at it, SSDP Discovery and UPnP Device Host, along with other cruft like WinHTTP Web Proxy Autodiscovery, Function Discovery Provider Host, Function Discovery Resource Publication, Net.Tcp Port Sharing Service. Also on the list is Peer Name Resolution Protocol, Peer Network Grouping, Peer Network Identity Manager, PNRP Machine name publisher, and HomeGroup Provider. All that crap is for lusers who still have their unsecured wi-fi's SSID set to linksys.

      I don't have IPv6 through my ISP, so off goes IP Helper. No need to encrypt every internal packet on my ethernet (so my router decrypts and sends them in the clear on the Internet?), so off goes IPsec Policy Agent and IKE and AuthIP IPsec Keying. I'm not idiot enough to need AV reminders and I'm behind a firewall, so I turn off Security Center and Windows Firewall. No modem, no Telephony service needed. Nobody needs Distributed Link Tracking Client, gone. Nobody would use Window's Internet connection sharing, so that and Application Layer Gateway Service can go to. That's just the start of the list of bloat services on Win7, and no surprise that my network works better. Maybe just a few less attack vectors too...

    75. Re:The relevant bits by Anonymous Coward · · Score: 1

      It's not cli phobia that is the issue... And all you're showing is elitist ignorance

      For example, how would you enable huge page files in linux? If you don't know and are looking for how to enable it and set permissions for processes to access it simply using man isn't going to cut it. You would have to rely on google to help you with it. To the same extent in fact that changing the above mentioned setting would require doing a google search. I would instead argue that changing system settings on both platforms are on average about the same as they both require knowledge of how to use the system and quite frankly documentation of one form or another. How you get the documentation shouldn't matter, whether it be via man or via the MSDN site.

      I don't see why this even had to turn into a linux vs windows debate. They each have their strengths and weaknesses and have their places. Which one you use personally is simply for your convenience and what you feel the most comfortable with.

    76. Re:The relevant bits by westyvw · · Score: 1

      ROFLMAO, then explain to me why Linux desktops have the better workflows, more functionality, and dont drive me batshit insane like windows does? I have not used a CLI to manage this Linux box in over a year. Sure I do things with the command line, because I am not some stupid carpal tunnel wannabe such as yourself, nor am I adverse to accomplishing things faster and making repetitive tasks easy, (hmmm is that why windows is getting powershell now?).
      And by they way almost every office I am doing business with still has some .BAT file automating some sort of process in their windows environment, so i would say it cuts both ways.

      In any case no modern OS should have a GUI alone. I dont want to tech support some computer trying to explain where to click. Open terminal, paste command, and get on with life, linux or windows.

        Explorer still doesn't have Tabs, Split views, or push to back, and why the hell can't windows just have all my applications I was using last time just come back after a reboot? Can't Microsoft make a decent desktop environment?

    77. Re:The relevant bits by Joshua+Fan · · Score: 1

      Apparently everyone who's never touched CLI in Ubuntu has never seen a program crash in Ubuntu.

      Here's how to stop a crashed program:
      >ps -e
      >kill

      There is no GUI equivalent to Ctrl+Alt+Del in a stock install of Ubuntu.

      Until this gets fixed, all arguments that CLI is never needed are void. It's not enough to assume that freezes and hangs never happen in Ubuntu.

    78. Re:The relevant bits by qubezz · · Score: 2

      Let me fix that for you:

      -Windows: edit undocumented registry key option to disable undocumented network location service that contacts Microsoft's servers,

      -Linux: doesn't surreptitiously phone home.

    79. Re:The relevant bits by Anonymous Coward · · Score: 0

      It's very hard to make a typo in RegEdit that will cause problems with your system. Sure, you can type in the wrong thing, but that will either cause you to enter the wrong name (causing it to be ignored) or wrong value (which could happen either way), but you're unlikely to affect anything you didn't intend to edit.

      Making a typo in a text-based config file could have far-ranging consequences. You could accidentally add or delete a character on a line you didn't mean to edit, having unknown results, or maybe you are just moving the cursor with the "j" key in vi and accidentally bump Shift, causing it two lines to be joined without you realizing it. Or consider /etc/passwd, where inadvertantly inserting a blank line (perhaps you pressed "o" in vi when you meant to press "i") could cause every user after that line to be unable to log in, or having the wrong number of colons on the line shifts all the fields (completely screwing up the user account on that line). You can imagine another config file format where forgetting to put a quote at the end of a line causes the whole rest of the file to be considered part of the literal string, or even crashes the parser.

      Another problem with text files (particularly on Unix without file locking) is that you can easily lose all your changes if somebody else was editing the file at the same time. You also can't secure individual parts of a text file -- it's all or nothing. You can't give a user access to just one portion of a text-based config file, while you can easily give a user access to just one specific registry key.

      dom

    80. Re:The relevant bits by ChatHuant · · Score: 1

      you can't do search-and-replaces, pipe the registry through other utilities to make more advanced changes

      I may have misunderstood what you mean, but you can do all of that, using Powershell. It's quite easy too. Powershell contains what's called a "registry provider" that allows you to enumerate though the registry items and pipe them through other utilities; see here how to use the registry provider. Look here, here or here for examples of piping registry items through other utilities

    81. Re:The relevant bits by thebjorn · · Score: 1

      CLI is dead and has been for years. People don't want it and that's why the world runs on GUI.

      Two words: Windows PowerShell.

    82. Re:The relevant bits by Mr.+DOS · · Score: 1

      Pardon me if I'm not understanding your setup or your problem properly, but in your Network and Sharing Center (Control Panel, Network and Internet, Network and Sharing Center), you should find a list of all connected networks with their various non-descriptive names (“Network 2”, how useful). Under the network name, it should list the “location” of the network (“Home network”, “Work network”, or “Public network”), and if you click on that label, you should be able to change the location. Helpful, or am I off by a mile?

    83. Re:The relevant bits by rtb61 · · Score: 1

      You missed the bit about comments regarding any setting in a textfile.So the truth about windows reg edits.

      a) Find fault can't do anything about it until the registry key is uncovered by a paid microsoftie out of the thousands available and the change will only affect the desired service and not impact other services, with random crash connections to that key.
      b) wait
      c) wait
      d) wait
      e) wait ad nauseam (when did windows 7 come out hmm)
      f) abandon all pretences of system security open registry and edit as instructed and hope for the best with no real explanation of what changes are really being made and why that service is running at all. g) Install the next windows security update and find the registry key has been changed back and you now need to make three changes to the registry to make it stick, maybe and that is of course after waiting three months for someone to come up with the sollution.

      AND LEST WE FORGET - REBOOT

      --
      Chaos - everything, everywhere, everywhen
    84. Re:The relevant bits by Anonymous Coward · · Score: 0

      For example, how would you enable huge page files in linux?

      Why not just use a swap partition like the rest of us? Or maybe just scurry back to Windows where swap is always a file...

    85. Re:The relevant bits by mikael_j · · Score: 1

      So is (Recovery Boot) availability with most Linux distros, no?

      Well, with most somewhat modern distros I've used (that's called a disclaimer) grub either automatically boots the default choice or you only get a choice if you've updated your kernel (and even then you tend to get to choose if you want a fallback boot options or not).

      So much that it needs to be constantly advertised as an equal OS.

      I'm not sure exactly what you mean by this? Seeing as how you're an AC this is a bit too ambiguous for me to answer. What is equal to what? (Linux to Windows? Fallback boot option to default one? I'm sure you can invent another one since I pointed these two out)

      --
      Greylisting is to SMTP as NAT is to IPv4
    86. Re:The relevant bits by Splab · · Score: 0

      I've used Linux for many years, but these days I'm going back to Windows. I'm fed up with the Open source fanatics, poorly written documentations and as you said forums that apply to different versions than the Cosmic Chaos you are running.

      Back when Linux was hard there was actually more help to be found, these days if you can't fix the problem through semi broken gui wizards you're SOL. At least the gui stuff works [tm] under windows. For instance, try changing grub settings, before it was a simple configuration, these days it's generated by some script, in ubuntu the file referenced isn't the one you need to change; so you end up spending ages tracking down the right grub file.

      Yeah windows has it's faults, but at the moment Windows is the most productive OS for me.

    87. Re:The relevant bits by MightyMartian · · Score: 1

      And does Powershell allow me to overwrite changes to the registry?

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    88. Re:The relevant bits by arth1 · · Score: 1

      Under the network name, it should list the âoelocationâ of the network (âoeHome networkâ, âoeWork networkâ, or âoePublic networkâ), and if you click on that label, you should be able to change the location. Helpful, or am I off by a mile?

      You're off by a furlong. You can only do this as long as the network is detected as having "internet access" by Microsoft's "E.T. call home" feature, which this article is about.
      Else, it gets labeled as an untrusted network, and the click-to-change-location is silently disabled.

    89. Re:The relevant bits by Bacon+Bits · · Score: 1

      Lastly, while documentation for open source projects can definitely be a weakness, (although programs on windows aren't completely immune to this criticism) getting the wrong version of the docs is a pebkac issue. If the man pages don't have the info you need, the distro should have the docs available for your version, or the project's website should have the docs for your version. Checking the docs' version should always be the first step.

      I've run into the doc-version problem on Windows, too. I'll be searching for a solution and run across a MS KB article that applies to Windows 2000/XP/2003 when I'm using 2008 or 7. Sometimes they're identical, sometimes there's minor differences, sometimes it's been completely changed. It wasn't a problem when MS was essentially 100% NT 5, but doc versioning is a problem now.

      That said, I still believe that, when operating a desktop OS, if I have to go into regedit or into /etc, then the OS is failing to be a proper desktop OS. I also believe that, when operating a server OS, if I ever need to do something and cannot use a command line then the OS is failing to be a proper server OS. Text commands are far easier to replicate across a group of servers. PowerShell fixes about 95% of the possible complaints about this issue on Windows, although I still feel it's not quite where it needs to be. WinRM needs to operate more like sshd and less like "omg telnetd == security issue panix". There are some System COM objects not exposed in .NET that really need to be, and System.IO in general needs to be completely overhauled and improved... there's no justifiable reason that limitations imposed by Windows 3 still need to be in place.

      --
      The road to tyranny has always been paved with claims of necessity.
    90. Re:The relevant bits by Yvanhoe · · Score: 1

      joe, nano, even graphical tools like gedit work well (have no phobia of the CLI but the GUI isn't fearsome either). And gedit is an order of magnitude better than Windows's notepad

      --
      The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
    91. Re:The relevant bits by Anonymous Coward · · Score: 0

      Don't confuse "user friendly" with "beginner friendly"

    92. Re:The relevant bits by mpe · · Score: 1

      For example, how would you enable huge page files in linux? If you don't know and are looking for how to enable it and set permissions for processes to access it simply using man isn't going to cut it. You would have to rely on google to help you with it. To the same extent in fact that changing the above mentioned setting would require doing a google search. I would instead argue that changing system settings on both platforms are on average about the same as they both require knowledge of how to use the system and quite frankly documentation of one form or another

      Altering such settings something a user shouldn't even be thinking about in the first place. It's something for system administrator. To use the overworked car analogy it would be like a driver expecting to have controls on the dashboard to fit oversized pistons...

    93. Re:The relevant bits by Vegeta99 · · Score: 1

      Props to you, sir. I grew up on MacOS in the US school system, using iOS on my phone now, Linux on my media server, and Windows on the daily computer.

      None are perfect. All are excellent at their jobs, for sure.

    94. Re:The relevant bits by arth1 · · Score: 1

      Two different networks.
      Network 1: 172.16.1.0/27, 100 Mbps, gateway
      Network 2: 172.16.2.0/27, 1 Gbps, no gateway
      (Plus IPv5 fd:: addresses for both networks, with different prefixes, plus of course the standard fe80:: pseudo-random local addresses)

      This works great under Linux, and worked great under XP too. Local traffic prefers the faster network. Enter Windows 7, which second-guesses the set-up, and decides that because Microsoft can be reached on one network, it is to be preferred, and the metric is bumped up for other networks.
      (Even worse for IPv6, where Windows 7 decides on its own that since Teredo tunelling works, the Teredo interface should have a lower metric than local interface for fe80:: addresses too. Thankfully, the only thing that uses the fe80:: addresses is a port scanner, or it would have been really painful.)

      Oh, and let's not forget my laptop! I connect to the 1 Gbps network with a cable, but unless I turn off wireless, the wireless connection will STILL take precedence. Even if I manually set the metric lower for the Gbe connection - manually set metric seems to be ignored in W7!

      If I turn on routing between the two networks on one of my Linux boxes, and set that box as a default gateway for the Gbe connection, W7 starts behaving better. But that's not a viable permanent solution, as it exposes the second network to the gateway, and means running two different DHCP server pairs.
      To mitigate the problem, I have had to introduce new DNS zones and point high traffic tasks like backups and proxy caches to use DNS names that only exist on the faster network. But that introduces a single point of failure too, so it's not a good solution either.

      Oh, and to complete the picture, Windows will happily use a gateway it doesn't have a route to. Have the DHCP server return "10.0.0.1" as the gateway and "10.1.0.1/16" as the client leased address, and a Windows client will still pump default traffic out on that interface. Astonishing.

      In short, W7's network "intelligence" isn't, and is a typical 80/20 solution that works great for 80% of users, while breaking things for advanced users. I don't call that progress.

    95. Re:The relevant bits by arth1 · · Score: 1

      Nothing wrong with the routes. W7 ignores your manually lowered metric for your preferred network and uses its own miscalculated preference anyhow.

    96. Re:The relevant bits by Anonymous Coward · · Score: 0

      In fairness, this is documented on Microsoft's site and the registry is pretty obvious...

      If you spent as much time researching microsoft concepts as linux concepts, they both become equally (un)friendly.

    97. Re:The relevant bits by the_one(2) · · Score: 2

      There is gnome system monitor. It does everything taskmgr does and even shows network speeds in a unit that makes sense.

    98. Re:The relevant bits by cobbaut · · Score: 1

      If you're crying "user friendly" and then talking about Vim, I daresay youre doing it wrong. Vim may be many things, but easy it is not.

      Please do not confuse "hard to learn" with "hard to use". vi(m) might be hard to learn, but it is very easy to use!

      --
      European Linux user, living in Antwerp
    99. Re:The relevant bits by wildstoo · · Score: 1

      You tried administering Exchange recently?

      The Exchange GUI tools have been stripped down further and further to the point that the answer to almost every question in Exchange is Powershell... a CLI.

    100. Re:The relevant bits by drsmithy · · Score: 2

      Yea, try managing 100s of windows desktops compared to 100s of linux desktops.

      The "standard" (and I use the term loosely) centralised configuration tools for Linux are woefully bad.

      Though most UNIX head don't realise this because they consider having to roll your own tools for solving common and ages old problems to be a good thing, rather than a complete waste of their time.

    101. Re:The relevant bits by _Shad0w_ · · Score: 1

      Except for all the Microsoft tools which don't have a GUI. If you've ever had to do any Windows administration or development you'll find they crop up all over the place; the one I came across most recently was the script for managing the KMS host.

      Microsoft Sandcastle - the tool you use to create MSDN style documentation from .NET XML comments - is a CLI tool as well, you have to download something like Sandcastle Help File Builder if you want a GUI.

      If you read TechNet articles you often find they list the CLI and the GUI route, if available, precisely because a lot of people do prefer to use the command line.

      --

      Yeah, I had a sig once; I got bored of it.

    102. Re:The relevant bits by Noughmad · · Score: 1

      Yes, you are a superman.

      When I started using linux, I used to argue with my friends how simple and friendly it is. They didn't really believe, so I started using the opposite tactic. Whenever I'm asked "but isn't Linux so difficult to use", I reply "It is, I'm just that smart".

      --
      PlusFive Slashdot reader for Android. Can post comments.
    103. Re:The relevant bits by Noughmad · · Score: 1

      Ubuntu != Linux. Many people forget that, or think that all distros are the same.

      For example, ArchLinux and Gentoo have very good documentation in form of Wikis. I've never used Gentoo, but on Arch pretty much everything non-trivial is documented.

      --
      PlusFive Slashdot reader for Android. Can post comments.
    104. Re:The relevant bits by Noughmad · · Score: 1

      On KDE, you can bring if the system monitor with Ctrl-Esc. I don't know what the shortcut is for Gnome, but I suspect there is one.

      --
      PlusFive Slashdot reader for Android. Can post comments.
    105. Re:The relevant bits by RogerWilco · · Score: 1

      I use vi a lot, as I work a lot on minimal systems, that don't have much else installed. But I still don't really "have the hang of it", this change between input and command mode gets me every time. When I can, I use Kate, but that needs lot's of KDE and Qt stuff, and a working (remote) X, so often isn't available.

      --
      RogerWilco the Adventurous Janitor
    106. Re:The relevant bits by Noughmad · · Score: 2

      There nothing so complicated around the idea of a central configuration for the OS. However, do you thing that naming the groups something like
      Windows\Network\Internet\ConnectionTesting
      instead of
      HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet
      would kill them? There is no way to find something in the registry, unless somebody tells you exactly where to look. Not to mentions that there's a lot of configuration keys that have no default value in the registry, good luck finding those.

      --
      PlusFive Slashdot reader for Android. Can post comments.
    107. Re:The relevant bits by sincewhen · · Score: 1


      defaults write com.apple.systempreferences NCSI 0

      --
      -- Braden's law of data: All data spends some of its lifetime in an excel spreadsheet.
    108. Re:The relevant bits by RogerWilco · · Score: 1

      The problem with the Linux/Unix CLI, is that it assumes you know the name of the program/tool you want to use.

      Once you do, there usually is indeed a decent man page.

      I've been using Unix since 1994, and Linux since 1997, but still I often struggle. I often have this "crap, I used this neat trick to do XYZ three years ago, but for the life of me, I can't remember what tools and options I used." I remember the stuff I use regularly, but of stuff that I only use once I a blue moon, it often takes a lot of time before I figured out again what tools and options I used. Especially if in the mean time there's been a couple of new versions and everything got re-arranged, renamed or redesigned.

      And a lot of the more obscure tools don't have man pages, it's just the basic GNU tools that are quite solid in that respect, once you need more that that, it becomes harder.

      --
      RogerWilco the Adventurous Janitor
    109. Re:The relevant bits by Terrasque · · Score: 1

      sshfs + editing locally? All the comfort of your own system, with the data from a remote point.

      --
      It's The Golden Rule: "He who has the gold makes the rules."
    110. Re:The relevant bits by DarkOx · · Score: 1

      Right if Linux is ever going to be excepted by the main stream consumer market we need to provide a high quality easy to use tool, dedicated to editing configuration data like regedit.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
    111. Re:The relevant bits by DarkOx · · Score: 1

      The problem with the Linux/Unix CLI, is that it assumes you know the name of the program/tool you want to use.

      Umm how about using apropos?

      What the arguments that the CLI is to hard for most people come down to is "I am unwilling to learn anything." Sure unlike a gui which can lead you a little bit that blinking cursor does nothing to suggest any course of action at all more specific than "type something" however after a maybe 30min primer anyone who is not completely lazy could know enough to get started and use tools to locate the additional information they need.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
    112. Re:The relevant bits by Anonymous Coward · · Score: 0

      If youre crying "user friendly" and then talking about Vim...

      We weren't really talking about "user friendly" (much less "crying"), so I can only conclude you're on drugs. But seriously, the wintards do cry about user-friendly, but then utterly fail to deliver it. Kind of why the article we're (supposedly) discussing was written. Also the poster who said "don't confuse user-friendly for n00b-friendly" nailed it. Vim is very user-friendly, but you do have to learn it. All worthwhile software is like that, you know. It's computing, not magick.

    113. Re:The relevant bits by Anonymous Coward · · Score: 0

      CLI is dead and has been for years. People don't want it and that's why the world runs on GUI.

      Security! Security, over here! There's another idiot wannabe geek proclaiming "the death of the CLI" again, please escort him to digg.com.

    114. Re:The relevant bits by CoonAss56 · · Score: 1

      It's always been there. It's called nano.

      --
      Won't Bow.....Don't Know How
    115. Re:The relevant bits by thetoadwarrior · · Score: 1

      There is no obvious way to get into the registry for most people (and for good reason) and the naming of items in the registry are not very user friendly. The expectation that causal users should go mucking around in their registry is dumb and it can be problematic if they do. So for most people the ability to make this change is nearly impossible.

    116. Re:The relevant bits by TheDarkMaster · · Score: 1

      So fucking true...

      --
      Religion: The greatest weapon of mass destruction of all time
    117. Re:The relevant bits by jez9999 · · Score: 1

      Oh, the user-friendlyness of Windows. Everything is so simple on Windows, while I imagine that on Linux (if it had such a feature), you would need to edit a text file with comments in it. Horrible.

      You're looking at it from a low-level editing point of view.

      If I wanted to make a GUI tool (which I and may other users, despite howls of protest from Unix diehards, would like) to modify that reg entry, it would be easy as pie. With a text file which someone may or may not have fucked around with and added comments, put invalid data in, and whose format may well be some proprietary weird one, it would be a lot more difficult. And I'd have to writer a parser, too.

      Somewhat-related aside: Why the fuck hasn't Apache moved to an optional XML format for its config files yet? It could make things a lot easier for those who want to write GUI interfaces to customize it. Its proprietary text file format is sort-of-OK in a text editor, but diabolical to parse.

    118. Re:The relevant bits by Attila+Dimedici · · Score: 1

      So, what you are saying is that people should have to pay someone to something like this on their home computer?

      --
      The truth is that all men having power ought to be mistrusted. James Madison
    119. Re:The relevant bits by Anonymous Coward · · Score: 0

      And all you're showing is elitist ignorance

      That's hilarious, coming from someone so profoundly ignorant he goes on to ask about using a "page file" (CLUE: the Linux swap partition works perfectly and disk space is dirt cheap in 2011).

    120. Re:The relevant bits by DarkOx · · Score: 1

      I don't think he saying that at all. What he is saying is there is line somewhere where when you cross it you need to be something of an expert or find someone who is. Should you be able to change your wallpaper and screen resolution with a few mouse clicks yes, just like you should be able to tune a new radio station in your car with the push of button or twist of knob.

      Whey move into the realm of things fewer people need to do or into doing things that might have consequences which need to be understood there is no real reason for develops to spend a whole lot of time making it easy. Changing the pistons in an engine with larger ones will alter other properties than just torque and horse power. You have to know something about engines to want to do it in the first place, why should engineers spend a whole lot of time making it possible to change pistons without removing the head (if that were even possible). Anyone who would want to do it, is capable of removing the head and putting it back and setting the timing again.

      Its the same thing if you know what huge page file is you know how to make the kernel build changes required for that, and if you don't you at least would be able understand the documentation when you look it up.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
    121. Re:The relevant bits by Attila+Dimedici · · Score: 1

      Well, he seemed to be challenging someone who said that configuring Linux at the level that you use the registry to configure Windows is equally difficult by saying that the example was something that only a sysadmin should be doing...from your explanation of what he said, the same thing is true of registry settings in Windows. In which case, his comment added nothing to the discussion.

      --
      The truth is that all men having power ought to be mistrusted. James Madison
    122. Re:The relevant bits by yarnosh · · Score: 1

      You can't really expect there to be a UI and checkbox for every possible option or setting even in the most user friendly of system that is above a certain level of complexity. At some point you have to start deciding what to leave out of the main UI for the sake of the sanity of general users. In fact, I might go so far as to say that one of Windows' problems is that they include far too many options in the main UI. IE's Internet Options, for example. What a cluster fuck.

      The problem with Linux is not that it uses text files for configuration, but that a lot of the more common options are still in such places. Well, maybe not so much in the last couple years with certain distributions, but that's traditionally been its problems in terms general acceptance. I mean, something as simple as changing your screen resolution used to be a big hassle.

    123. Re:The relevant bits by archen · · Score: 1

      You have to consider that from Microsoft's perspective, they expect you to engineer your network around windows, not have windows necessarily do the right thing. To them it's progress because everything revolves around windows anyway.

    124. Re:The relevant bits by AJH16 · · Score: 1

      Honestly, once you know how to find things, it isn't any harder in Windows. The registry is actually fairly easily laid out if apps follow reasonable conventions. The same can be said about linux config files. It just depends which system you know best. Either way is going to be beyond an average user without following documentation.

      --
      AJ Henderson
    125. Re:The relevant bits by Anonymous Coward · · Score: 0

      we're magically typing regedit. Where do we do that?

      Since Vista, in that search box in the start menu. It's a run box and a disk index search all in one.

    126. Re:The relevant bits by VGPowerlord · · Score: 1

      Is this also located in the Group Policy Editor somewhere, rather than having to directly edit the registry?

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
    127. Re:The relevant bits by VGPowerlord · · Score: 1

      The problem with the Linux/Unix CLI, is that it assumes you know the name of the program/tool you want to use.

      Umm how about using apropos?

      I've bolded the problem with your logic.

      Oh, not clear enough?

      Likely he didn't remember the name of the apropos command. It's not exactly a common English word, although it is occasionally used in high-brow (i.e. snooty) conversation.

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
    128. Re:The relevant bits by SkimTony · · Score: 1

      I call bollocks on your bollocks. I'm all for using gpedit or secpol when appropriate, but there are a lot of functions in the Windows registry which are not accessible except by manually editing the registry. Microsoft's online KB is full of articles about what keys you have to edit in the registry, from allowing Windows XP to use L2TP VPN through a NAT device, to specifying the compressed attachment size limits for ForeFront/Exchange.

      The Windows registry is frustrating, for (at least) the following two reasons:

      1) Long strings of hexadecimal numbers, and duplicate entries: There are a lot of programs that are identified by these. I understand the need for unique identifiers, but when you need to go dig something out because an uninstall failed, you're comparing 32-character hexadecimal strings. Additionally, any given application may (or may not!) have several of those keys associated with it. The multiple-key issues are probably a result of legacy support (have to keep the same keys for old versions of the application, but need to add new keys for new features in the new one), but it's still maddening when you don't know which of the half-dozen similarly named keys you need to delete or edit.

      2) Lack of compartmentalization: Someone mentioned that the central database is fine, as long as everyone follows certain conventions. That's sort-of true, except that not everyone follows those conventions, and they're not great conventions to start. For example, one of the best troubleshooting features in MacOS (I mean 7-9, less-so in X) was that if an application was misbehaving, you could just open your preferences folder (hmm, centralized management?) and delete the preference file for that application. Doing so was nigh guaranteed to a) reset that application to its default state, and b) not effect any other application on the system. If I have to dig into the registry both of the opposite things are true: a) if I remove registry keys, I have to run the installer to recreate the defaults, since applications typically lose their minds if you rip out their keys, and b) I can never be quite sure if I have all the keys for the application I want to fix, or if I may have deleted a key that something else uses.

      As an addendum, one of the nicest features of (most) configuration files on well-constructed open source software is that the defaults are listed, commented, for reference. This means that all I need to do to change a directive is uncomment the line and change the setting; in the registry, I find that the settings I want to change have omitted keys, which I need to type precisely for it to work. It's not a huge problem, but it is a nuisance.

    129. Re:The relevant bits by mistiry · · Score: 1

      Mod up, perfect response!

      To the AC that said CLI is dead; why don't you get a job as a sysadmin, and then come back here and re-read that comment you made. I use CLI for 90%+ of my duties, and I know at least 4 people that do as well.

    130. Re:The relevant bits by jonbryce · · Score: 1

      Yes, using vi to edit config files is torture, but fortunately emacs is available, so you don't have to.

    131. Re:The relevant bits by Splab · · Score: 1

      At no point did I make such claim, nor did I ever believe that Ubuntu == Linux - not sure what you pulled that information out of.

      Grub was changed to using scripts, those scripts are documented for where to put your config for the general Linux - but on Ubuntu for reasons unknown this is disregarded, hence the Ubuntu comment. The GP and my own comment is about the lack of and/or invalid documentation - and unless something has drastically changed within Gentoo since I stopped using it, that lack of valid documentation is also an issue there.

    132. Re:The relevant bits by SkimTony · · Score: 1

      I don't know about "no way." It was a little unnerving the day I realized I could find (some) things in the Windows Registry without consulting documentation. Like an old manager used to say, "It's well known to those who know it well."

      I definitely agree on the difficulty finding the keys which are omitted, because they don't have a default value in the registry. For whatever reason, those are also the keys whose names are a sentence with no spaces, like "AssumeUDPEncapsulationContextOnSendRule." (Anyone care to guess what that key is for?)

    133. Re:The relevant bits by tehcyder · · Score: 1

      And gedit is an order of magnitude better than Windows's notepad

      A pencil and exercise book are an order of magnitude better than Windows' notepad, you're not exactly setting the bar high there.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    134. Re:The relevant bits by tehcyder · · Score: 1

      If you're crying "user friendly" and then talking about Vim, I daresay youre doing it wrong. Vim may be many things, but easy it is not.

      Please do not confuse "hard to learn" with "hard to use". vi(m) might be hard to learn, but it is very easy to use!

      For most users, something like a text editor needs to be primarily easy to learn, as they don't use it that often. Just because geeks like the CLI doesn't mean that most home users ever did or ever will.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    135. Re:The relevant bits by Agent0013 · · Score: 1

      B6- find out the doc was only good for Horny Huckster (which is 9.7), you have 10.5 (which is ... Priapic Prong ? maybe), look again B7- don't find any doc you're 100% sure is germane to your setup/issue B8- try a few, fail B9- ask on the forums B10- get shot down as a noob who can't even search for an answer nor ask a question right, 'coz everybody knows the right term is NCSI.

      I have run into the problem of finding a solution to an older version that did not work the same on the newer version. But many more times I have run into the problem that there are no search results for the problem I am having on Windows. It seems that Windows has strange one-off problems, or that there is less support out there on the internet when dealing in the Windows world.

      --

      -- ssoorrrryy,, dduupplleexx sswwiittcchh oonn.. -Quote found on actual fortune cookie.
    136. Re:The relevant bits by jrumney · · Score: 1

      If the value in Windows is 0 or 1 it's likely to be the same in linux. You can fuck typing it up as easily on one system as the other.

      Really? Is that a REG_SZ 0 or 1, a REG_EXPAND_SZ 0 or 1, a REG_BINARY 0 or 1, a REG_DWORD 0 or 1, a REG_DWORD_BIG_ENDIAN 0 or 1, or a REG_QWORD 0 or 1?

    137. Re:The relevant bits by AmiMoJo · · Score: 1

      Okay, I will give it a try:

      Windows

      1) Google problem
      2) Open site with solution, read
      3) Click Start
      4) Type "regedit" (no need to use Run... on Vista/7)
      5) Drill down to the right setting
      6) Modify
      7) Save
      8) Restart service or reboot

      Linux

      1) Google problem
      2) Open site with solution, read *
      3) Open "start" menu (varies depending on distro)
      4) Open console
      5) Drill down to file
      6) Use sudo to edit file as root
      7) Find line in file
      8) Modify
      9) Save
      10) Restart service or reboot

      * Debatable this can be easier or harder than for Windows. I lean towards the latter because of the amount of out-of-date info due to Ubuntu releasing major updates far more often than Microsoft does for Windows. Generally speaking advice for Vista that was accurate on launch day is usually still accurate now with SP2, where as Ubuntu will change major components between versions.

      So not much more to do on Linux. The GP's point stands though, it is a myth that things are easier to do with Linux. I'm sure we could cite examples showing either position to be true overall you can't make any blanket statements. To be fair to both Ubuntu and Windows 7 pretty much work out of the box these days.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    138. Re:The relevant bits by NatasRevol · · Score: 1

      Recovery boot is to repair the MBR. Not because the OS gets fucked up every time a registry change occurs/update runs/install/uninstall/browse the web.

      --
      There are two types of people in the world: Those who crave closure
    139. Re:The relevant bits by amliebsch · · Score: 1

      Actually in Vista onwward, you can type "Regedit" directly into the start menu search box and it will run the proper program when you hit enter, so you were right the first time.

      --
      If you don't know where you are going, you will wind up somewhere else.
    140. Re:The relevant bits by allo · · Score: 0

      the hard part is how to use vi to change it.

    141. Re:The relevant bits by Anonymous Coward · · Score: 0

      Perfect response, the grandparent was obviously wrong. He should have said:

      The CLI is nearly dead. It's dead all except for mistiry and his 4 coworkers.

    142. Re:The relevant bits by Opportunist · · Score: 1

      I dunno. Personally I'd think "echo 1 > /proc/whatever/somethingelse" does maybe require a console, but copy&paste is your friend.

      Now try that with regedit!

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    143. Re:The relevant bits by Opportunist · · Score: 1

      You have to admit, though, in 99% of the times when RB is needed, it's the user that fucked up.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    144. Re:The relevant bits by AmiMoJo · · Score: 1

      Let's be fair when discussing these comparisons

      Okay, let's. There is no need to click the "run command", you just open the start menu and type regedit into the search box. This works for other system tools like msconfig and is also the quickest way to access almost any system setting (rather than going through the control panel).

      There is also no need to supply credentials for regedit because on Windows 7 actions initiated by the user will bypass the UAC security prompt. It now only appears when an application wants to make a change itself. Note that you are not running as root the whole time, it is just that some trusted system components that are verified by digital signature can bypass the prompt for certain actions.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    145. Re:The relevant bits by Opportunist · · Score: 1

      It's not that bad. It's more like one huge file cabinet in your office where all your 2k employees have to go to to look stuff up. They'll also add and delete to the cabinet, add new drawers and putting papers in them (with the aforementioned cryptic descriptions) and complain loudly when they are refused access to more sensitive areas of the cabinet and refuse to work 'til they are granted access...

      You have to admit, part of the mess is a shoddy way of dealing with access privileges by 3rd party software.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    146. Re:The relevant bits by PIBM · · Score: 1

      Wow. Just Wow.

      I am an avid terminal user, and code quite a lot in vim. I`ve mastered most of the current shells, yet, every once in a while I discover a new tool, which provide me with functionnality I`d have used if I knew that it existed sooner. Or the man pages are lacking. Or the man pages specifies somewhere which does not match the installation paths. (thanks locate!)

      I don't know if my ubuntu install does some checking like windows does for detecting uptime. I certainly don`t know `man WHAT` to type to know where to configure it... That's what I was coming with.

    147. Re:The relevant bits by Opportunist · · Score: 1

      Maybe. But as someone who had his share in phone support I tell you, I would by SOME MARGIN prefer to support CLI to GUI. Especially when you're looking at different versions of something (like, say, WiFi Cards and their completely fucked up interface, no matter what Windows version, btw), I tried to hand guide someone through the installation of his WiFi card on the phone. Zero chance. After asking "ok, what's on the screen now" for the n-th time I just gave up. I'd really pay for a way to grep a window down to the info I want.

      But aside of that, what's the big fuss about GUI vs. CLI? Sure, GUI allows a much easier try-and-error approach. Which is also IMO its big weakness. If you want to know why, look up shotgun debugging. In other words, I bet my rear end, before the advent of GUIs, support had a much easier time because they only had to fix the original problem, and not the problems the user introduced by his attempt to "solve" it.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    148. Re:The relevant bits by AmiMoJo · · Score: 1

      Yeah... the registry was a bit of a fuck up. Back in the Windows 95 days it sounded like a good idea. At the time there were no access controls on the file system (FAT32) and programs just shit out their config files wherever they pleased. Microsoft decided to try to consolidate all settings in one place, but because the filesystem was so primitive they needed create the registry.

      Flash forwards to Windows 7 and they have kind of gone backwards. Applications' registry entries are stored in a separate file in the user's profile directory.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    149. Re:The relevant bits by idontgno · · Score: 1

      I've always had good luck with "man -k". That's the one I learned first, really; "apropos" always struck me as redundant (and too much typing). I guess "apropos" is historically older, but whatever.

      So if we stipulate that you remember "man", you might conceivably "man man" which documents the "-k" switch. I don't know if that'd be enough to set your feet on the path, but frankly, administrative tasks in any operating system are always a matter of "what tool, used in what way"... and if you don't know it, good luck finding it.

      Which is why admins are generally made by tribal absorption and received wisdom (i.e., OJT), or by much experimentation. Or maybe "go to a class, get your cert, don't lose your training books".

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    150. Re:The relevant bits by MightyMartian · · Score: 1

      Unfortunately XML has been picked up (and Microsoft is by no means the only guys doing this), which is almost as awful to deal with as the registry for anything beyond a pretty simple configuration file. But at least you can easily do search-and-replaces and the like.

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    151. Re:The relevant bits by godefroi · · Score: 1

      What he's saying here is that it's a failure of NCSI that the configuration must be directly edited in the registry. Now, how a service would provide a GUI for manipulating configuration is a whole other thing...

      --
      Karma: Poor (Mostly affected by lame karma-joke sigs)
    152. Re:The relevant bits by Anonymous Coward · · Score: 0

      Look at the date of those articles. MMC has been introduced with Windows 2000 and has seen expansion of functions ever since. So yes; if you're reading stories which aim at Windows 2000 or before then what you say holds truth.

      But go to more modern environments and the story changes. Granted; some articles never got updated with a reference to MMC. Then again; its my assumption that MS recons that people reading those articles know what they're doing and as such know also about MMC.

    153. Re:The relevant bits by idontgno · · Score: 1

      WAIT, WAT? When did this discussion switch over to talking about the AIX object data manager?

      Let's face it. Windows doesn't have a monopoly in OSs with a non-transparent non-intuitive hard-to-access system configuration repository. AIX is one of the biggest commercial Unix variants out there, and will make any sysadmin raised in a sane SunOS/Linux environment pull out every hair in his/her head.

      I think AIX is the reason that the informal motto of the system administration community is "Down, not across".

      (

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    154. Re:The relevant bits by AmiMoJo · · Score: 1

      Yeah, I could never really understand the XML fetish. It makes sense in some applications but not for every random type of file you can throw it at.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    155. Re:The relevant bits by tehcyder · · Score: 1

      Props to you, sir. I grew up on MacOS in the US school system, using iOS on my phone now, Linux on my media server, and Windows on the daily computer.

      None are perfect. All are excellent at their jobs, for sure.

      Except Mac OS, obviously.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    156. Re:The relevant bits by petermgreen · · Score: 1

      Applications' registry entries are stored in a separate file in the user's profile directory.

      The user portion of the registry has always been a seperate file from the system portions even on 9x and i'm pretty sure that even 9x supported multiple user profiles each with their own registry file. Whether apps use HKCU or HKLM or try HKLM first and fall back to HKCU is up to the design of the original appl.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    157. Re:The relevant bits by tehcyder · · Score: 1

      Apparently everyone who's never touched CLI in Ubuntu has never seen a program crash in Ubuntu. Here's how to stop a crashed program: >ps -e >kill There is no GUI equivalent to Ctrl+Alt+Del in a stock install of Ubuntu. Until this gets fixed, all arguments that CLI is never needed are void. It's not enough to assume that freezes and hangs never happen in Ubuntu.

      I don't suppose turning the machine off at the wall counts?

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    158. Re:The relevant bits by spud603 · · Score: 1

      however after a maybe 30min primer anyone who is not completely lazy could know enough to get started and use tools to locate the additional information they need.

      Having taught a fair number of highly motivated and intelligent people to use the command line 'from scratch', I can offer quite a bit of evidence against this claim.

    159. Re:The relevant bits by tehcyder · · Score: 1

      if you're not a tech professional, why are you posting to slashdot?

      Fuck me, I missed the memo saying you had to have a specific job to be allowed to post on the internet.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    160. Re:The relevant bits by tgd · · Score: 2

      Windows, like Linux, almost never actually needs to be rebooted for a setting like that to take place.

      Windows, like Linux, will likely require some service to be restarted.

      Now, it may be more common for someone to just restart the service in Linux, but there aren't a lot of 70 year old grandparents running Linux.

      I know the command line to restart networking on both Windows and Linux. I wouldn't have to reboot either. But it sure as hell is easier to tell my parents to just reboot.

    161. Re:The relevant bits by sexconker · · Score: 1

      True, but this is better in a registry how? (Btw, my point is merely that this sort of thing would likely only be found by perusing the docs or having someone tell you about it, regardless of how the setting is stored)

      The setting can be controlled through Active Directory, with a happy little UI to boot.
      All registry settings can.
      And the AD templates have descriptions for the keys and their values.

    162. Re:The relevant bits by Zancarius · · Score: 1

      Son, vi is the VIsual version of ed, the line EDitor. Try editing files with ed for a while and you'll think vi is so user friendly that you'll play first person shooters with hjkl.

      Hey, that's not funny. I'm left-handed and play FPS games with JKIL.

      --
      He who has no .plan has small finger. ~ Confucius on UNIX
    163. Re:The relevant bits by Anonymous Coward · · Score: 0

      yes

    164. Re:The relevant bits by Sene · · Score: 1

      For a non-Linux user using vim is already torture enough :)

    165. Re:The relevant bits by tendrousbeastie · · Score: 1

      Arguably, if you're generating docs from XML or .NET files, then you are into the world or programming or at least scripting, and outside of most users' (whatever level) experience.

      My experience on Windows is that the only time I really need to go to CMD.exe is to use PING or TRACERT. I would imagine there are probably GUI equivalents, but they're so simple that it is quicker to just type them in.

      I'd agree completely that on Linux I find it better in many circumstances to use the terminal. My debian server is CLI only, no X server running, and on my Ubuntu laptop I find it easier to do many thing from the CLI than dicking about with the various menus.

      Also, the above example is pretty obscure. Could you suggest a few more examples of Windows requiring a CLI that are more familiar to most people?

    166. Re:The relevant bits by tendrousbeastie · · Score: 1

      Most Linux advocates would suggest that one of benefits of Linux is that you, the user, can change and customise anything you want, whereas in Windows you have to accept what's given or pay someone to do it for you.

      I'm not saying that you have said this, just that your comment seems to be a contradiction with a lot of other comments from Linux fans.

    167. Re:The relevant bits by Anonymous Coward · · Score: 0

      One thing I have observed in the last 10 years or so is that Linux became more "gui-ish", while Windows made big progress regarding the command line from the "customer" OS version to the ones based on NT. So the difference in that regard has gotten smaller. Some options (like the subject here) is even nowhere configurabel in the GUI, only in the registry. A lot of security and performance relevant options in SQL Server for example can also not be changed in the GUI. The rationale being, that you CAN change them when you want, but executing the command that changes them can happen less by "oh, let's just try what this check box does", you actually have to read the documentation.

      Today you can get a click-this-click-that-scroll-down-select-option-................. instruction for both Windows and Linux problems, but you can also get "copy this command and execute it" for both.

      Linux (Arch or Gentoo) is still my choice of OS, but a *lot* of distributions (like Ubuntu) have become even LESS configurable than Windows in the last couple of years. Choice is good. I use what I like, everybody else can choose what they like.

    168. Re:The relevant bits by IgnoramusMaximus · · Score: 1

      Actually, no. It is that bad. At the core of the mess are hugely mistaken assumptions about what the Registry was supposed to be and the typical over-confidence of Microsoft designers in 3rd party "utilities" to manage any and every mess they create.

      I already mentioned things like backups (3rd party tools required), change tracking (3rd party tools required), corruption repair (3rd party tools required) and a host of other things that are trivial using built-in tools for the administrators on Unix-like systems and are quite non-trivial on Windows (and even more so when the AD gets involved in the mess).

      The arrogant assumption that the end user will never interact with the registry directly (hence the absolute disregard for any sort of embedded documentation, documentation which is standard on Unix-like systems in configuration files) and which assumption has been proven incorrect so many times that it does not even bear counting, adds nothing positive to the equation.

      In short, the Registry is a wrongly-conceived idea, poorly planned (based on mistaken assumptions), poorly implemented and arrogantly enforced as the only "cure all" "solution" to system configuration needs.

      If any Linux vendor tried such a thing there would be a mass exodus of most of the users from that vendor. Unfortunately in corporate Windows monoculture there are no such options.

    169. Re:The relevant bits by LordLimecat · · Score: 1

      And once again if youre crying "easy" but then amending it with "but first, RTFM", then youre doing it wrong. The word your looking for is possibly "powerful", or "intuitive", but NOT easy.

    170. Re:The relevant bits by ChatHuant · · Score: 1

      And does Powershell allow me to overwrite changes to the registry?

      Of course it does. There is a minor gotcha you should be aware of, and that's the permission on the key: existing keys that you get by using Get-Item will be opened in read-only mode, so you can't use SetValue() to change values; use Set-ItemProperty, as described in one of the links in my previous post.

    171. Re:The relevant bits by Bucky24 · · Score: 1

      If you're left handed why don't you just use the arrow keys.... (yes I am and I do). Even most laptops have them (though some of them are in very strange configurations)

      --
      All the world's a CPU, and all the men and women merely AI agents
    172. Re:The relevant bits by Bucky24 · · Score: 1

      Once I deleted the entire registry (give me a break, I didn't know that much about windows at the time and wanted to see what it would do). After the imminent system crash, it wouldn't even boot up far enough to get to any place I could use System Restore.

      --
      All the world's a CPU, and all the men and women merely AI agents
    173. Re:The relevant bits by Bucky24 · · Score: 1

      No wonder everyone who comes in my office keeps giving me funny looks...

      --
      All the world's a CPU, and all the men and women merely AI agents
    174. Re:The relevant bits by Bucky24 · · Score: 1

      The registry was, i imagine, originally not intended for normal users to muck around with (and really they shouldn't have to anyway, but that's another matter). It didn't have to make sense because it was meant as an internal windows-only tool so that developers not intimately acquainted with the core system code wouldn't have to dive into it or bug a system developer to make changes. Now, of course, its too deeply embedded to change anything.

      --
      All the world's a CPU, and all the men and women merely AI agents
    175. Re:The relevant bits by Bucky24 · · Score: 1

      I think it's true that the main reason a lot of geeks like Linux CLI better is because for anything that is seriously annoying there is always sudo kill -9 and sudo rm -rf

      --
      All the world's a CPU, and all the men and women merely AI agents
    176. Re:The relevant bits by NateTech · · Score: 1

      Yeah "i" for insert and ESC three times when you're done is rocket science. We know. ;-)

      --
      +++OK ATH
    177. Re:The relevant bits by Anonymous Coward · · Score: 0

      funny,.. when I first got some ripped BluRay disks I could find a Windows machine capable of playing them,.. but me low-spec (albeit 1920x1200) Linux laptop had three of four options for software that would play them fullscreen and fullspeed. Yes, Linux is a great server OS and it can be a very capable desktop OS,... I am not sure Windows can claim either of these. Windows certainly has the crown for taking 30 minutes to shutdown when you are trying to leave the office cos it wants to install updates,.. that is the user experience I value the most.

    178. Re:The relevant bits by Vegeta99 · · Score: 1

      Well, considering that I'm in the top 30% of my country just because I have a bachelor's degree, MacOS didn't do a great job.

      Let's take it a step further: I was the kid in elementary and middle school who had to repair all the macs and fix software when a teacher let the grading software eat all the records. I was the school district's tech genius.

      I'm now a law student. I do not plan on being in any sort of technical field. MacOS fail. Perhaps I gave it credit too soon.

    179. Re:The relevant bits by cthulhu11 · · Score: 1

      At CMU I knew exactly *one* person who used vi, and he was a weenie. When entering the corporate workplace I was (and still am) perplexed at those who subject themselves to vi. I walked in there and I said "Droids, I want to lose. I mean, I want to lose. I want to see line editors on CRTs and nulls in my files.

    180. Re:The relevant bits by cthulhu11 · · Score: 1

      Remember Turbo Pascal? When it hit a compilation editor it would dump you into it's own editor at the problem spot, which had a certain charm I guess, except that the editor used @#$#@#@#!! Word Perfect dain-bramaged key sequences.

    181. Re:The relevant bits by cthulhu11 · · Score: 1

      On the rare occasions when I don't have a postbellum editor, I prefer ed to vi -- ed doesn't pretend to be something it's not and at least makes some amount of sense.

    182. Re:The relevant bits by DarwinSurvivor · · Score: 1

      Because IJKL has a lot more buttons nearby that you can bind to jump, crouch, reload, weapon switch, grenade, leaderboard, "OH DEAR GOD I NEED A MEDIC" hotkeys, etc. than the arrow keys do.

    183. Re:The relevant bits by DarwinSurvivor · · Score: 1

      "Vi is user-friendly. It's just very selective about who its friends are." - Source unknown

      Original quote was about unix, but it applies quite fittingly to vi as well. Btw, if anyone knows the original author of the quote, please post a reply, I'd love to know.

    184. Re:The relevant bits by nagnamer · · Score: 1

      I remember the times when geeks were the 'most home [or elsewhere] users'... what has this world come to.

      --
      Every harsh word you utter has the right address. It only sounds harsh because the one on the envelope is the wrong one.
    185. Re:The relevant bits by clang_jangle · · Score: 1

      I think you might be taking the "you" in my original statement too literally. I wasn't accusing anyone in particular of being CLI-phobic, just commenting on those who are.

      BTW, you may be an "avid" terminal user, but when you're an "accomplished" terminal user you won't wonder how people find the files they need to edit anymore. :)

      --
      Caveat Utilitor
    186. Re:The relevant bits by garwain · · Score: 1

      Bah, back in my day, we used to have to manipulate files by toggling the individual bits on a drive! ED made things so much easier.

    187. Re:The relevant bits by geminidomino · · Score: 1

      No, the word is "easy," i.e. "requires little effort." It is specifically NOT intuitive, and I said as much. i.e. if you've never used it before, you're not going to be able to use it well.

    188. Re:The relevant bits by Opportunist · · Score: 1

      I don't dislike the idea of the registry itself, a centralized database of all things relevant to system, software and user. It's not that bad a design, considering the alternative, a billion config files. The idea that one could rely on information that one tool gathered and provided it in a central base for all to see is laudable. Something similar exists ins Linux /proc directory, albeit only for system information.

      I like the idea. But I agree, implementation and documentation are ... well, to put it very friendly, "lacking".

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    189. Re:The relevant bits by IgnoramusMaximus · · Score: 1

      The problem with "databases" is exactly that they are .... databases. The thing would need to include all the advances in database technology of the last 4 decades to make it reasonably robust, like ACID, which would then make it a monster for the very simple, already well taken care of, task it would be supposed to fulfill. Then there all the complexities of interacting with a database. Compared to a much simpler and effective alternatives, the gains are so negligible as to make the idea preposterous.

      The /proc pseudo-filesystem structure has a specific purpose of controlling a running kernel and therefore some sacrifices and compromises were made ... at a huge expense of user readability, many /proc and /sys entries are downright human unreadable and there is only so much documentation that can be embedded in a file path! It is definitely not a general-purpose solution.

      Your "liking" such ideas is a typical symptom of the "new, fashionable, shiny, cool, supremely convoluted and resource-hungry 'solution' looking for a simple, already long since solved, problem to 'solve' " disease which plagues much of the computer industry and causes endless grief everywhere.

    190. Re:The relevant bits by PopeRatzo · · Score: 1

      Once I deleted the entire registry (give me a break, I didn't know that much about windows at the time and wanted to see what it would do). After the imminent system crash, it wouldn't even boot up far enough to get to any place I could use System Restore.

      Oh, come on. That's like saying Linux isn't a good operating system because it wouldn't boot up after you wiped the hard drive and smashed your computer to pieces with a sledgehammer.

      There's always going to be a way to permanently break your system if you're dedicated to doing so.

      --
      You are welcome on my lawn.
    191. Re:The relevant bits by Anonymous Coward · · Score: 0

      This is easily the funniest anti linux rant I have read in ages, it's hilarious how out of touch some people are with things. I truly hope you do not work in IT.

    192. Re:The relevant bits by Anonymous Coward · · Score: 0

      If Windows drives you "batshit insane", odds are you're dong it wrong. Both OSes are well done in their own right, and have strengths and weaknesses. I've been using Windows since the 3.0 days, and Linux since the 1.2 days. My two main machines are running Windows 7 on the laptop, and Gentoo on the desktop.

      You're incompetent. Yes, I'm 'resorting' to ad-hominem attacks. If you can't figure out how to use one OS or the other, you simply don't know what the hell you're doing. Spend some time learning how to be a proper admin of Linux, and a proper admin of Windows, and you'll find that both are very easy to use, and quite robust.

      Easier for you to just fire up your lolbuntu install and self-fellate while posting about how shitty other OSes are though.

  2. Re:Windows by Lehk228 · · Score: 1, Troll

    Do you get paid to post that bullshit?

    --
    Snowden and Manning are heroes.
  3. WHAT! by BigMac7400 · · Score: 2, Insightful

    Yet another interesting obscure registry key to target for spyware-malware... the registry database is source of all evil on Windows since his creation....

    1. Re:WHAT! by Anonymous Coward · · Score: 1

      Would you rather have one database or a few thousand .ini files?

    2. Re:WHAT! by BigMac7400 · · Score: 1

      I rather have distinct DB with distinct level of permissions to isolate system-os config from users stuff and more than all, not a place for third party apps to have access to. The big mistake of the registry base is making it available to any apps, it should be strictly reserve for OS config stuff and user profile only.

    3. Re:WHAT! by Anonymous Coward · · Score: 0
      Would I rather have easily editable plain text files clearly associated with one given app that goes away when that app is uninstalled, or a giant monolithic database full of impossible to understand cruft that is constantly edited by every app that's ever existed on the system?

      I'm sorry is this a serious question? Perhaps you're just too young to have actually used ini files and you were trying to sound cool.

    4. Re:WHAT! by mandelbr0t · · Score: 1

      I can certainly see how this registry area would be useful for spyware/malware, though I don't see any application beyond a simple DoS attack. I'm not paranoid about privacy, but this was a very useful article.

      --
      "Please describe the scientific nature of the 'whammy'" - Agent Scully
    5. Re:WHAT! by Anonymous Coward · · Score: 0

      Stop running as administrator then. Done.

      Remember that the registry has actual ACL entries on every registry key (folder). There are great hunks of the registry that are read-only to non-administrators.

    6. Re:WHAT! by The+MAZZTer · · Score: 4, Interesting

      On the other hand, it's a built-in way for you to track your laptop if it's ever stolen...

    7. Re:WHAT! by BigMac7400 · · Score: 1

      Huh? Ok, I'll follow your advise. How it will help from keeping apps from putting in their own crap there? like everything that launch at start?

    8. Re:WHAT! by Anonymous Coward · · Score: 0

      Well when I stated writing software Windows was at 2.0. Does that make me old enough to understand what .ini files are? Yes I think so.

      The registry is a huge step forward from what came before it. If you think it's not then I suggest you study the internal differences from Windows 3.1 onwards when the registry arrived. From a programming perspective it was extremely useful when Win 95 enabled the use of the registry to store settings.

      And, from an administration perspective it's just not practice to have system settings stored in a potentially infinite number of locations.

      Your comments suggest you have no experience in either developing software or network administration.

    9. Re:WHAT! by Anonymous Coward · · Score: 0

      Wow, a linux fanboi with HIS head up his ass spreading FUD about Windows, whoda thunk...

      The registry has and supports full ACL permission lists for hives, keys and data and it's segregated by need, function and by purpose. It's no more "available to any apps" than an INI repository with specifically allocated and properly designated rwx permissions would be. Also, it can be centrally administered via Active Directory Group Policies. It is superior to INI repositories in just about every single respect.

      In the past, Windows' habit of having every/any-one signed in with full Administrative credentials caused the situation to appear as you have described, however Windows 6.0 and newer has enforced a stricter regimen and since ONLY Windows 6.0 and newer has this particular service, it seems you're actually just full of shit.

      -AC

    10. Re:WHAT! by RightSaidFred99 · · Score: 1

      Yeah, because it would be soooo much better if the spyware had to, instead, write some text to an obscure-ass config file somewhere.

    11. Re:WHAT! by RightSaidFred99 · · Score: 1

      Yeah, you must not be quite clear on the fact that the Registry has ACLs too.

    12. Re:WHAT! by Anonymous Coward · · Score: 0

      1) Create a new user as a local administrator.
      2) Enable all permissions on the registry key (that you're endeavouring to lock-out) for this new user.
      3) Remove all permissions for any/every other user.

      Now permissions on the specified registry key restrict apps installed by anyone other than this new admin user from modifying (i.e. adding themselves) to the Auto-start-up registry key.

      Dumbass...

      -AC

    13. Re:WHAT! by zippthorne · · Score: 1

      Uh.. not an infinite number of locations. 1 + N locations, where N is the number of users.

      Settings are under /etc, and in a hidden file or directory under each users' home directory. Perhaps you're getting hung up on the idea having things under a directory structure of flat files rather than in a single binary database file. But the distinction blurrs a little when you realize that the database file has a directory structure under it, so there are actually "infinite number of locations" under both options.

      Only you can search the flat files with grep...

      --
      Can you be Even More Awesome?!
    14. Re:WHAT! by drooling-dog · · Score: 0

      Could be, if they're logging your MAC address in addition to your IP. Somehow I don't find that comforting, though...

    15. Re:WHAT! by oakgrove · · Score: 1

      Hey, you abusive piece of shit, the man is talking about having two separate "registries". One for system/user settings and another for third party applications. Having one registry segrated by ACL's is not the same. Why he wants that, I don't know but at least understand that that's what it is.

      --
      The soylentnews experiment has been a dismal failure.
    16. Re:WHAT! by Anonymous Coward · · Score: 0

      Well when I stated writing software Windows was at 2.0. Does that make me old enough to understand what .ini files are?

      You would think. But your comments reflect the attitude of a lazy, substandard programmer so I guess not.

      And this comment:

      And, from an administration perspective it's just not practice to have system settings stored in a potentially infinite number of locations.

      Suggests a very narrow field of experience limited to Windows. This is "practice" with *nix systems and has been for, oh, a few decades now. It's also amusing that you think the file structure provides any more or less "infinite locations" than a registry. Try real hard to visualize both of those things and hopefully have the brainpower to be embarrassed.

      So we've learned that you're a barely competent Windows-only "programmer". I'm guessing you read a "Teach Yourself Visual Basic in 24 Hours" book in the early 90's, snowed an incompetent hiring manager and managed to get yourself entrenched due to otherwise useless institutional knowledge. That's sadly a pretty common scenario in larger companies. It does not, however, qualify you to share your opinion with actual educated professionals.

    17. Re:WHAT! by Sir_Lewk · · Score: 1

      That is not how networking works.

      --
      "linux is just DOS with a UNIX like syntax" -- Galactic Dominator (944134)
    18. Re:WHAT! by Anonymous Coward · · Score: 0

      Excellent observation!

    19. Re:WHAT! by vegiVamp · · Score: 1

      I'll take the ini files, thank you. At least I can edit those without a specialized tool, and even if one should go corrupt it doesn't prevent all the other ones from being read.

      --
      What a depressingly stupid machine.
    20. Re:WHAT! by Bacon+Bits · · Score: 1

      Yet another interesting obscure registry key to target for spyware-malware...

      the registry database is source of all evil on Windows since his creation....

      The Windows registry is essentially indistinguishable from /etc/ on a Linux system. "Oh no! A hierarchical database you can only edit in real time!" Yes, it does operate just like a file system.

      There is an irrational fear around the Windows registry. Spend some time learning about the structure. It's not that scary or unusual if you approach is as just another hierarchical database containing configuration information. Hell, it could be easily transferred to an XML schema and the only thing that would change is the performance would go to shit.

      It's essentially a combination of /etc and /dev (with some additional metadata on installed libraries and the boot procedure) and is in reality no more complex than either. There is clear logic about it's layout, and although you may not be aware of every possible configuration, I doubt anybody is aware of every possible configuration option in /etc either. You can just as easily break your system in the Windows registry as you can in /etc.

      --
      The road to tyranny has always been paved with claims of necessity.
    21. Re:WHAT! by Anonymous Coward · · Score: 0

      I can "notepad E:\etc\init.d\boot.local" if my Linux machine fails to boot. Well, Notepad++ anyway, because of differences in line breaks.

      How to I "vi" the Windows registry, if the Windows machine fails to boot?

    22. Re:WHAT! by imsabbel · · Score: 1

      You can just boot from your windows CD and open regedit...

      --
      HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
    23. Re:WHAT! by Anonymous Coward · · Score: 0
      The registries for system and user settings are already separated on Windows. In fact, they're stored in different files.

      If you want to segregate "third-party" applications, you can run them as another user, call it "ThirdParty", and then they will use the settings from the registry files from the ThirdParty's profile, and add/modify/etc any keys there, and won't be able to touch the system-wide registry unless ThirdParty is administrator.

      I do the same on linux where I run firefox for casual browsing as a user different from the one that's logged in gdm/xdm.

  4. Worse on Apple by Anonymous Coward · · Score: 4, Insightful

    It's even worse on iPad ::

    Even with push notification/email/find my ipad feature turned off, it still try to connect to any known WIFI network or 3G network behind your back. (Ever wonder why you always get your wifi connection instantly right after waking it up?) You can't disable it unless you put it on an airplane mode.

    Microsoft is still a bit better than Apple here. With Microsoft you can change the ping URL, the same can't be said for iPad.

    iPad is the ultimate spyware.

    1. Re:Worse on Apple by theurge14 · · Score: 4, Insightful

      So what you're saying is the iPad will search for a Wi-Fi network when you have Wi-Fi enabled, and it will stop searching for one when you turn Wi-Fi off and/or Airplane Mode on?

      What exactly is the problem?

    2. Re:Worse on Apple by FlashBIOS · · Score: 1

      How is that, "even worse?"

      Its not phoning home to the mothership (Microsoft or Apple) unlike TFA. Nor can that be used to track your actions. You're simply connecting to discrete WiFi networks that you _already_ said you trust. Don't like it? Forget the network. And as far as the 3G connection goes, it is *gasp* a cell phone. That's how a *gasp* cell phone functions.

    3. Re:Worse on Apple by Anonymous Coward · · Score: 3, Insightful

      So it connects to the Wifi networks you've previously setup - and you can easily tell it not to on a per-network basis. You can also easily turn off Wifi and/or 3G, independent of Airplane mode. What exactly is the problem here? You've described how pretty much every Wifi-enabled device works.

      This article is about something else - not how Microsoft connects to Wifi routers, but how it decides if you have an "Internet connection" or not - in other words, does the router you're connected to actually provide access to the public Internet. I don't find a big problem with how Microsoft does this - it's fairly convenient, and for those of us who don't want this it's possible to deactivate it.

    4. Re:Worse on Apple by Anonymous Coward · · Score: 0

      Are you a moron? Of course the WiFi radio seeks a Wi-Fi connexion if you turn it on.

    5. Re:Worse on Apple by Anonymous Coward · · Score: 0

      What FUD. It's doing exactly what it was designed to do, detect Wi-Fi networks and connect. It doesn't connect to just any Wi-Fi network. WTF are you talking about?

    6. Re:Worse on Apple by gumbi+west · · Score: 1

      Apple is the problem. When Google announced that 75% of office computers could use their closed Chrome laptop, nobody on slashdot said boo. When Apple adds the App store to OS X, everybody says that Apple will soon lock down all Macs.

    7. Re:Worse on Apple by ceoyoyo · · Score: 1

      Emphasis on ANY KNOWN (that is, any wifi network you've connected to before). As it should. iOS does not try to connect to random unknown networks unless you tell it to.

      You know Windows, OS X and Linux, and I imagine any other major OS, all do the same thing, right?

    8. Re:Worse on Apple by datapharmer · · Score: 2

      If you don't think apple calls home, use little snitch sometime. Click on help, open an apple pro app, type in the dictionary or spotlight, or just sit and wait for random checkins by "dashboard advisor" and software update among others.

      --
      Get a web developer
    9. Re:Worse on Apple by Anonymous Coward · · Score: 3, Informative

      Sorry, I wasn't clear enough.

      When all the whizzbang feature turned off and iPad is sleeping, I do not expect it to even attempt to connect to anything. In case of iPad, it does. Not only that, it also ping some IP address that resolves to *.apple.com regularly. My router log & wireshark confirms that.

      iPad/iPhone also have similar feature with MSFT feature mentioned in the article. After you get DHCP lease from your wifi network, iDevices won't consider itself connected to wifi network until it can ping a server (apple.com?) on the internet. A wifi (fan) icon won't appear until then. If it encounters a captive portal, then a portal is popped up automatically.

      The bottom line is that Apple is using the same technology mentioned in the article PLUS pinging Apple regularly behind your back.

    10. Re:Worse on Apple by Anonymous Coward · · Score: 0, Interesting

      Once connected, iDevices follow the same routine to detect the internet connection in the similar manner of Windows. The problem is that there's no registry that can be changed to disable the "feature".

      As I mentioned earlier, if all whizzbang features are turned off and there's no app requesting internet access, sleeping iDevices have no business connecting to anything. If you disagree with this concept, then there's no problem for you.

    11. Re:Worse on Apple by bluemonq · · Score: 1

      The difference being that folks who already own Macs want to do whatever they want, just like before, whereas nobody in the world has yet to buy a Chromebook or Chromebox from a retailer.

    12. Re:Worse on Apple by bluemonq · · Score: 1

      According to him, it's even worse because it's doing the same thing as Windows 7 does - trying to reach a specific Apple website, and being able to figure out if there's a portal that it needs to pass through - without providing a means to disable that method.

    13. Re:Worse on Apple by FlashBIOS · · Score: 1

      I never said Mac OS X doesn't phone home. I was referring to the activity the misguided AC posted. Nothing is being transmitted to any central service in his "oh so evil" scenario. I don't know how you felt the need to bring Mac OS X into the discussion.

      But, since you did bring up that OS, in today's networked world online dictionary's, network searches, widgets pulling data, and OS update checks are all expected functionality that users demand, expected behavior, and certainly not a big deal.

      On the other hand, while Microsoft's behavior in TFA also isn't a big deal, it isn't expected.

    14. Re:Worse on Apple by FlashBIOS · · Score: 1

      But that isn't what's going on. Not even remotely. What he is describing is simply a device that automatically joins a network that you've already agreed to trust. Period. Full Stop. There's no, "trying to reach a specific Apple website, and being able to figure out if there's a portal that it needs to pass through". And as I and other's have already stated in this thread, there's easy ways to disable this automatic joining.

      Further, iOS fully discloses this behavior in unmissable (save for the GP apparently) plain text in the WiFi preferences.

      He's wrong. Flat out wrong. And so are all the mods that blindly modded him up to spread the ignorance.

    15. Re:Worse on Apple by FlashBIOS · · Score: 3, Informative

      I don't think you had all the things shut off that you think you did. For example, did you turn off Ping (Apple's social network wannabe, not anything ICMP related)?

      http://www.geek.com/articles/apple/how-to-shut-off-ping-and-increase-battery-life-with-ios-4-3-20110321/

      There's many of these first-party services, and countless third-party that could be involved. I won't pretend to like it (I don't at all, I too want my devices to fully sleep). But I also won't pretend that it is worse. Especially as a ping (ICMP this time) is unable to transmit anything remotely close to what Microsoft's HTTP method of checking network availability could.

    16. Re:Worse on Apple by bluemonq · · Score: 1

      So how does it work? I go to Starbucks, which I've visited before, joining the router that I've approved before. I start up a connected app - one that isn't Safari or Email - and a frame (for the lack of a better word; a stripped down version of Safari with only Forwards and Backwards and a blue cancel button) slides in, showing the Starbucks portal page. How does the iPad know to bring up that frame with the portal page rather than just letting the app say that it can't connect? This is in opposition to my own wireless router (well, the one that isn't hooked up to the broadband modem), where the iPad will associate with the router but the app will throw an "unable to connect" error. What is it checking?

    17. Re:Worse on Apple by Anonymous Coward · · Score: 0

      "Not only that, it also ping some IP address that resolves to *.apple.com regularly"

      That's possibly part of the push notifications service.

    18. Re:Worse on Apple by Timmmm · · Score: 1

      Apple devices also try to fetch a file from apple.com.

    19. Re:Worse on Apple by Anonymous Coward · · Score: 0

      It's called a transparent proxy. As long as you're not logged in, the proxy will return the login page no matter what you're trying to access.

    20. Re:Worse on Apple by desertfool · · Score: 1

      http://www.apple.com/library/test/success.html is the URL that I've sniffed iPhones going after.

      --
      Just a dude. Stuck in IT.
    21. Re:Worse on Apple by jo_ham · · Score: 1

      Oh it definitely does - off the top of my head: the currency converter widget if you have it enabled, the date and time if you have it set to use Apple's server for accurate time, the push notification system on iOS if you have it on, OS X software update, system prefs networking (in the same manner as this Windows thing, to probe network connectivity).

      And, for things on your internal network, Bonjour services like "I'm awake" and "any other zeroconf stuff out there?", or "I'm going to sleep, please send a WoL if you need any services I have running".

    22. Re:Worse on Apple by Anonymous Coward · · Score: 0

      Well, you're wrong. Your entire post is "ZOMG THE IPAD DOESN'T WORK THE WAY I THINK IT SHOULD."

      You're also a fucking idiot.

    23. Re:Worse on Apple by Anonymous Coward · · Score: 0

      When all the whizzbang feature turned off and iPad is sleeping, I do not expect it to even attempt to connect to anything.

      Why would you expect that? How can you not expect there to be some system service that might want to use network access whenever it happens to be available? If you don't want it to connect to wi-fi, turn off the wi-fi!

    24. Re:Worse on Apple by gumbi+west · · Score: 1

      Wow, you are seriously delusional.

      * Apple has not released nor announced plans to release any computers that run iOS
      * Google has announced plant to release Chrome computers
      * Google thinks that these computers can replace existing desktop computers for work

      Your FUD doesn't even pass the laugh test. Existing Apple computers all have (at least one) legally licensed version of OS X that they can run.

    25. Re:Worse on Apple by bluemonq · · Score: 1

      So, the iPad is automatically bringing up a frame in my because it detects a page wanting to be loaded?

    26. Re:Worse on Apple by theurge14 · · Score: 1

      Was it time.apple.com?

  5. Re:Windows by Anonymous Coward · · Score: 0

    Chromium OS?

  6. Good to know by traindirector · · Score: 1

    I had wondered why each time I connect to my wireless network with my Windows machine the interactive firewall tells me svchost.exe is trying to connect to a Microsoft IP and why the icon shows limited connectivity until I load a web page (although I apparently didn't wonder enough to go find out--I just deny the requests or let them expire). Looks like I'll be making some registry changes.

  7. windows vista ... by knacjesus · · Score: 1

    ... does the same thing ... it shows what type of connection you have AND will show *local only* when your connection drops or if you have full internet access ... therefore i wouldn't be surprised to see/hear/find out that it sends that vista sends that same info to ms ...

    --
    my 2 cents ... no changed needed ...
    1. Re:windows vista ... by lahs0n · · Score: 1

      I just knew the title would prompt this response... smh

  8. Re:Windows by Anonymous Coward · · Score: 0

    Yes he does. ffs slashdot editors need to wake the f up to how often they are getting played. This particular astroturf campaign has been going on for months.

  9. So what... by Anonymous Coward · · Score: 0

    http://discussions.apple.com/thread.jspa?messageID=9752344&tstart=0#9752344
    http://www.apple.com/library/test/success.html

    those who have privacy concerns for this , no doubt happily use an iphone all day long....

    1. Re:So what... by causality · · Score: 3, Insightful

      http://discussions.apple.com/thread.jspa?messageID=9752344&tstart=0#9752344
      http://www.apple.com/library/test/success.html

      those who have privacy concerns for this , no doubt happily use an iphone all day long....

      They can't possibly just have a privacy concern you either agree with, disagree with, or don't care about. No, no, no that's not how we do things around here. There has to be something wrong with them too. We're trying to imply that there has to be some flaw, something wrong with someone who takes a pro-privacy position.

      Your suggestion that they'd happily use another device with privacy concerns of its own would mean they're hypocrites. Yes, that will do. We'll matter-of-factly portray pro-privacy as the position of hypocrites. The very best thing about this is that it's all about emotional appeal so it's difficult to reason against it.

      So difficult, in fact, that sooner or later you'll start sincerely spewing the same bullshit yourself. 'Course you won't have much time left for actually explaining why you disagree with a pro-privacy position, but for you I suppose that has its advantages. Ad hominems are great fun, aren't they?

      --
      It is a miracle that curiosity survives formal education. - Einstein
    2. Re:So what... by Anonymous Coward · · Score: 0

      With an attitude like that, he (?) could work for the New Zealand government. ...I wonder if it's that Melissa Lee, voting for an anti-piracy law while still taking pirated music from friends.

  10. I use a similar shellscript by GameboyRMH · · Score: 3, Interesting

    On my N900 I made a similar shellscript that outputs to a desktop widget. It tries to fetch Google.com using the domain name and via a static IP, and based on that it can tell me if the connection's totally dead, uses a captive portal, has bad DNS, or if it's a good working connection. Very handy for mooching off unsecured and public wifi. I just click a widget and know all about the connection I'm on.

    --
    "When information is power, privacy is freedom" - Jah-Wren Ryel
    1. Re:I use a similar shellscript by dwater · · Score: 1

      Sounds useful. Is it on extras{-devel} or somewhere else I can get it?

      --
      Max.
    2. Re:I use a similar shellscript by kestasjk · · Score: 1

      New mega-scoop for slashdot submission: How GameboyRMH Knows About Your Internet Connection

      --
      // MD_Update(&m,buf,j);
    3. Re:I use a similar shellscript by GameboyRMH · · Score: 1

      Nope but I'll paste it here for you:


      #!/bin/sh

      RESP=`wget -t 1 -T 5 -qO - http://www.google.com/ | grep -o "m Feeling Lucky"`
      if [ -n "$RESP" ]; then
              echo "Connected"
      else
              RESP=`wget -t 1 -T 5 -qO - http://74.125.67.100/ | grep -o "m Feeling Lucky"`
              if [ -n "$RESP" ]; then
                      echo "NO DNS"
              else
                      RESP=`wget -t 1 -T 5 -qO - http://74.125.67.100/ | grep -o "html"`
                      if [ -n "$RESP" ]; then
                              echo "PORTAL"
                      else
                              echo "OFFLINE"
                      fi
              fi
      fi

      Just set a DCEW (or Queen Beecon) widget to run it and enjoy.

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    4. Re:I use a similar shellscript by GameboyRMH · · Score: 1

      Whoops, you can't even trust the code tags on Slashdot:

      #!/bin/sh

      RESP=`wget -t 1 -T 5 -qO - http://www.google.com | grep -o "m Feeling Lucky"`
      if [ -n "$RESP" ]; then
          echo "Connected"
      else
          RESP=`wget -t 1 -T 5 -qO - http://74.125.67.100 | grep -o "m Feeling Lucky"`
          if [ -n "$RESP" ]; then
              echo "NO DNS"
          else
              RESP=`wget -t 1 -T 5 -qO - http://74.125.67.100 | grep -o "html"`
              if [ -n "$RESP" ]; then
                  echo "PORTAL"
              else
                  echo "OFFLINE"
              fi
          fi
      fi

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    5. Re:I use a similar shellscript by davidshewitt · · Score: 1

      Would you mind to share your shell script? I also have a N900, and I'm curious to see how it works. ;)

    6. Re:I use a similar shellscript by GameboyRMH · · Score: 1
      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
  11. Re:Windows by oakgrove · · Score: 0, Troll

    People, please restore my faith in humanity and mod this troll down. I don't care what you think about Google or Microsoft or any other company, this is pure astroturf and belongs in the basement.

    --
    The soylentnews experiment has been a dismal failure.
  12. Either you trust Microsoft or not by Anonymous Coward · · Score: 1

    If you do not trust Microsoft stop using their software or stop complaining. Privacy concerns are nothing compared to proprietary software that can be executed on your machine whenever Microsoft wants.

  13. This is a good thing by artor3 · · Score: 5, Insightful

    Seriously, I know it's hip to hate MS, but why pretend that this is spyware? It's a very nice feature. Whenever I'm traveling and trying to connect to my company VPN from a hotel or airport or restaurant or whatever, it lets me know immediately if I need to open my browser to do so. Back in the XP days, I would just spend a few minutes wondering if I mistyped the WPA key before figuring it out.

    It's not like there's any personal info being transmitted. All they know is that a computer running W7 has connected to the internet with a given IP address. Not exactly the most useful information. The logs are probably only kept to help them debug the service.

    You laugh at people who get tricked by those "Your computer may be broadcasting an IP address!" malware banners. Why complain about this?

    1. Re:This is a good thing by Anonymous Coward · · Score: 0, Insightful

      why complain.. cause they can... It is how they define their existance.

    2. Re:This is a good thing by BigMac7400 · · Score: 0

      I speak for my self, but like you I don't much about Microsoft spying my IP, but I care about being easy to modify and hiding a bug there for a malware. Still not such a big deal.

    3. Re:This is a good thing by RoFLKOPTr · · Score: 2

      I speak for my self, but like you I don't much about Microsoft spying my IP, but I care about being easy to modify and hiding a bug there for a malware. Still not such a big deal.

      You're going on and on in comment after comment about Microsoft allowing people to "hide a malware" in there. Care to elaborate as to why that's different from somebody hiding a malware in their own process?

    4. Re:This is a good thing by steelfood · · Score: 0

      Today, it's a ping. Tomorrow, it's a system-level log. Ten releases later, you wonder where things went wrong when Windows starts keylogging and screen capturing to a corporate server.

      Ok, it probably won't get that bad (corporations and the government would throw a hissy fit if it came true), but at the end of the day, this does expose the vulnurability of closed source projects to espionage. Hell, open source projects (or at least the compiled binaries of an open source compiler) are theoretically vulnurable. But I'd rather have one pair of honest eyes auditing the code for such misbehavior once every ten years it than none.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    5. Re:This is a good thing by Anonymous Coward · · Score: 0

      As soon as the first geek with a packet logger for windows sees that microsoft phones home with personal data, you can bet you will read it here. Until then, stop the hyperbole.

      This is basically the next evolution of WEB PROXY AUTO-DISCOVERY PROTOCAL, an expired internet draft DESIGNED BY NETSCAPE. If anything complain to them.

    6. Re:This is a good thing by Anonymous Coward · · Score: 0

      Yes - also there are plenty of FF add-ons which do the same thing, though I have to admit I manually set them to ping my own server IP.

    7. Re:This is a good thing by Anonymous Coward · · Score: 0

      Agreed. It sounds like a great feature, especially since you can have it ping your own server. If this were any other company, people would think this was awesome.

      MS really needs to work on their branding. They should get that nerdy Yahoo guy they hired to go around and talk instead of Balmer.

    8. Re:This is a good thing by Anonymous Coward · · Score: 0

      Ten releases later we're all on to a totally different technology and way of doing things and this is completely irrelevant. But even if we are using the same tech, well, it'll still be a log, no matter how much you want to think the big bad MS is out to get you.

    9. Re:This is a good thing by Anonymous Coward · · Score: 2

      Today, it's a ping. Tomorrow, it's a system-level log. Ten releases later, you wonder where things went wrong when Windows starts keylogging and screen capturing to a corporate server.

      Ok, it probably won't get that bad

      No it won't, and I'm not sure why we need to worry about a very useful feature being included by Microsoft when every geek in the world probably knew already that it had to contact some sort of server, probably owned by MS, to do its job. The summary is a farce, and the person who submitted it should be summarily executed for being fucking idiotic FUD spreader.

    10. Re:This is a good thing by Anonymous Coward · · Score: 0

      "expose the vulnurability of closed source projects to espionage" - Very true. There are some departments and government agencies (three-letter acronym goes here) that whenever they make a bulk purchase of systems, have to have the motherboards, network cards, and BIOS, reverse engineered due to back doors found in the embedded code in some asian manufactured equipment. That was one of the attack vectors used to penetrate Google, remember? After all, if the hardware is lying, the software monitoring systems don't really have a chance. The Black Hats already have access to your hardware.

      I did speak to "someone" involved in supervising gov computer networks, that I had to explain port knocking to, and the secret log files that Win 95/98/ME used to keep that could only be seen if you booted up in DOS mode. And how, now, closed source OS have encryption and back door control systems baked in, so you can't even do a thorough analysis/monitoring of "your" system. If there are secret log files being kept, you can bet that they're not in plain text anymore. And you'll never recognize them even if you do stumble over them.

      He was already a worried man, and I think I gave him another ulcer. On the plus side, he positively loves open source. It makes his job so much easier.

    11. Re:This is a good thing by Anonymous Coward · · Score: 0, Insightful

      Today you're worried about a stupid little feature in Windows. Tomorrow you'll be worried your boss at work is trying to beam thoughts into our head. Ten years later, we'll be convinced the shadow government is trying to kill you.

      Ok, it probably won't get that bad, but at the end of the day it does expose how much of a clown you are for overdramatizing things.

    12. Re:This is a good thing by Anonymous Coward · · Score: 0

      Do you enable auto updates for any programs? Hmm guess they do the same damn thing don't they. This is minor and trivial. Non-issue.

    13. Re:This is a good thing by trentblase · · Score: 1

      Actually, hating on MS is so 2000's. In the coming decade, the hipsters will hate on Apple.

    14. Re:This is a good thing by dhavleak · · Score: 1

      Well, of all the million times large corporations try to gather information on people (search data, location data, address information, email addresses, credit card information, boxers or briefs.....) this seems like one of the few situations where the reason is completely legit.. We're always told (by whatever company) that they will be able to offer us better services once they have X data.

      In this case, the benifit isn't some cloudy non-tangible thing in the distant future and of questionable value. It's immediate and pertinant information. You just tried connecting to a network, and now you know if you have internet connectivity or not.

    15. Re:This is a good thing by xtracto · · Score: 1

      *Sigh*, unfortunately this has been true for Slashdot comments since the very early days :(

      --
      Ubuntu is an African word meaning 'I can't configure Debian'
    16. Re:This is a good thing by Anonymous Coward · · Score: 0

      It's not like there's any personal info being transmitted. All they know is that a computer running W7 has connected to the internet with a given IP address.

      IP addresses can tell you quite a bit about a person, among other things your approximate location.

      Let's also not forget that this whole "IP addresses are no personal info" argument is a bogus. Of course, technically it is just a number but the world doesn't work based on technology. If it's convenient for corporations and governments, they're classified as non-private data (e.g. to skirt privacy laws). If they prefer to use such data they next day to "identify" persons, it suddenly is irrefutable personal data that identifies one and only one person.

      This feature logs your every connection to the internet to a remote MS server. How is this any better than the whole "Apple" logging your location to a local database?

    17. Re:This is a good thing by Anonymous Coward · · Score: 0

      Seriously, I know it's hip to hate MS,

      These days it's hip to be apologetic for MS, so you don't appear old-fashioned for disliking them. It's just not fashionable to be objective.

    18. Re:This is a good thing by Anonymous Coward · · Score: 1

      I do hotel internet tech support, and the biggest issue we saw at one time was the stupid windows 7 or vista machine would do a lookup for the ncis and fail. It would then say local only no internet access (even if it does say additional log on information may be required). and when a guest sees the words no internet access, they get stupid and think that its not working. We get a call and tell them to open there browser, and they argue that they cant as it says no internet access. Eventually this was a big enough problem that we redesigned our redirection to let guests get the ncis file when they connect to the network and then hopefully the guests try going to a website first to see if its working.

      I liked windows xp better

      not connected = not connected
      limited or no connectivity = 169.254 ip, either bad connection or bad settings
      connected = connected to the network, settings are good, if you cant get online it might not be on your end at least

      although for some reason it seems, every time someone gets limited or no connectivity, the words they say when calling us is signal low not connected? (well who said you needed to be able to read to use a computer.)

    19. Re:This is a good thing by dwater · · Score: 1

      *will* hate Apple?? Where have you been? Apple have been hated for several years already.

      --
      Max.
    20. Re:This is a good thing by Geminii · · Score: 1

      Your company might want to know whether you're connected. Microsoft, or any other unrelated third party, doesn't need to.

      Not to mention that if you have a company-issued laptop with a company SOE, all this will have been taken care of beforehand. It's not something you're going to have a say in.

    21. Re:This is a good thing by oreaq · · Score: 1

      All they know is that a computer running W7 has connected to the internet with a given IP address. Not exactly the most useful information.

      You should take a look at what information your browser sends out when requesting a document via HTTP. And then read https://panopticlick.eff.org/browser-uniqueness.pdf to see how accurately you can be identified by this information. "Among browsers that support Flash or Java, the situation is worse, with the average browser carrying at least 18.8 bits of identifying information. 94.2% of browsers with Flash or Java were unique in our sample."

    22. Re:This is a good thing by w_dragon · · Score: 1

      I suggest you read about trusting trust. To be certain there isn't anything embedded in an open source program you need to read not only the program's source code, but also the source for the compiler that built it and every version of the compiler that built that compiler. You're probably going to be much better off just going through the disassembled machine code for the program, but in that case it no longer makes a difference if the code is open source or not.

    23. Re:This is a good thing by Anonymous Coward · · Score: 0

      Exactly. Mountain out of a mole hill.

  14. Re:Windows by icebraining · · Score: 1

    Uh, Flash? Here.

  15. Re:Windows by SpectreBlofeld · · Score: 4, Insightful

    Are you serious? All you have to do is look at his posting history to determine that he is in fact probably *not* an astroturfing shill. Paranoid much?

    That said, I thought this was obvious. The very first time I got that 'no Internet access' message, I reasoned that Windows had to determine this by connecting to a known server, certainly a Microsoft one. It's the same troubleshooting step that I take myself when diagnosing a connection failure - I login to the router and use its tools to ping google or something (to eliminate computer configuration problems).

    This shouldn't be surprising, or particularly important.

  16. privacy concerns? they know your IP from updates by Joe+The+Dragon · · Score: 4, Insightful

    privacy concerns? they know your IP from windows update!

  17. Re:First thing I do when I bootup by RoFLKOPTr · · Score: 4, Informative

    - open task manager - goto processes - kill any programs that I don't need (like Compaq Assistant, Adobe Launcher, etc) - kill any services I don't need - make explorer High priority

    It frees RAM and makes the computer run faster (less hard drive swapping). Hopefully this internet "IP recorder" service is one of those things I kill off. Although now that I know how to do it permanently, I'll do that instead.

    Spoiling mod points to call you an idiot.

    Start > Run > MSCONFIG

    Turn off the programs and services you don't need so you don't HAVE to kill them every time you boot up, and making Explorer high priority isn't going to really do much for you.

    This "IP recorder" thing is just your computer testing for an active internet connection by actually running a real DNS query and actually contacting a real server somewhere rather than assuming your internet works because the interface is up.

  18. Re:Windows by Anonymous Coward · · Score: 0, Interesting

    Slashdot editors are not "being played." They're in on the whole thing and may even be writing those posts themselves. First principles, Einstein - you believe all those Packt reviews are coincidence? They're being paid off or they're trying to hook up a buddy. In this case, though, I believe it's a garden-variety sheepdog - the editors themselves and/or a persona like eldavojohn or palegray posting a generic, fairly eloquent introduction to further discussion. It is no coincidence that palegray and eldavojohn are both "the maker."

    Slashdot is much more controlled than you believe it to be. It was fun once upon a time, but the only reason I post here now is to hear myself talk. Hello me, meet the real me. And my misfit way of life. A dark, black past is my most valued possession. Rollin' down the street, smokin indo, sippin' on Gin and Juice. Laid back.

  19. Re:privacy concerns? they know your IP from update by atomicbutterfly · · Score: 3, Funny

    Shush! Don't inject logic into the discussion - let the zealots show the world how paranoia and hate infects the Linux world. After a while you realize why ordinary people don't want to use Linux if there's a risk of becoming one of these losers.

  20. Re:Windows by Anonymous Coward · · Score: 0

    Are you serious? All you have to do is look at his posting history to determine that he is in fact probably *not* an astroturfing shill. Paranoid much? I don't know if it's astroturfing or not, but the only thing that makes Google a greater threat to privacy than, say, Bing, is the size of their userbase.

  21. Privacy conerns? by Anonymous Coward · · Score: 3, Insightful

    I'm all for privacy, but what is the concern with this feature? Nobody has said that it includes any identifying information in the request, so the only thing Microsoft knows is that someone behind that IP is running Windows. They can't track you (there's no way of knowing that a request the next day from a different location is from the same copy of Windows) and there's no way to map a request to a particular person or computer, so I'm struggling to think of any way the data could be used maliciously.

    1. Re:Privacy conerns? by Geminii · · Score: 1

      Nobody has said that it includes any identifying information in the request

      That has been discovered yet. In the current version.

      The point is that information is being sent to a third party without the machine owner's consent. The machine owner is not notified it's happening, they have no control over how much information is being sent either now or in the future, and the mere presence of a built-in process to do this means that it's a lot easier to hijack a machine to send information elsewhere as well. It's not just a security fault, it's a deliberately designed security incursion.

    2. Re:Privacy conerns? by Anonymous Coward · · Score: 0

      That has been discovered yet. In the current version.

      Seriously? There isn't some encrypted blob of unknown content here, it's a simple DNS request and HTTP request. You can examine the request and see that there is nothing in there that can identify you.

      As for it starting to track you in the future, that's not really relevant. There's no limit to what could theoretically happen in the future...Microsoft could upload your hard drive to their servers once a month if they wanted to. They don't. In the current version.

      And they won't, because that's stupid. For all their faults, Microsoft has a pretty good track record with PII.

      The point about hijacking a machine is just a red herring. By the time you have enough privilege to subvert the status indicator, you have more than enough privilege to do actually interesting things, so subverting the status indicator service is a waste of a hijacker's time.

    3. Re:Privacy conerns? by Anonymous Coward · · Score: 0

      You've made a lot of assumptions. Until we see the full communication data, we have no idea whether this is a glorified ping, or something containing information.

  22. Re:First thing I do when I bootup by cosm · · Score: 1

    Just curious, does making explorer high-priority really help? I gotta think the windows process/thread scheduling algorithms would manage it pretty well behind the scenes, but if you've found something new, sweet? I always assumed whatever time-slice management they have behind the curtain would give explorer what it needs when called for, and that force prioritizing it would shaft your other processes unneeded for the fact that explorer isn't a heavy worker compared to some applications, again could be completely misguided on this one.

    --
    'We are trying to prove ourselves wrong as quickly as possible, because only in that way can we find progress.' RPF
  23. Re:First thing I do when I bootup by obarthelemy · · Score: 1

    Oh my... you know you can do that once and for all ?

    --
    The Cloud - because you don't care if your apps and data are up in the air.
  24. Irrelevant by Oxford_Comma_Lover · · Score: 2

    > This shouldn't be surprising, or particularly important.

    Agreed. There is a general antipathy towards MSFT here, but this is a fairly innocuous and important thing for almost everyone. The very few people who have serious concerns about it also can use very restrictive firewalls or change a setting. No big deal.

    Also, after the article referenced in this story yesterday, Microsoft could be reading my credit card and bank statements and taking daily webcam photos through my machine, and they still would not even 1% creepy, comparatively.

    --
    -- IANAL, this isn't legal advice, and definitely isn't legal advice for you. Also, Squee!
    1. Re:Irrelevant by Joce640k · · Score: 1

      Is there any proof at all that Microsoft is logging those addresses?

      I can't imagine that the IP addresses of "Windows 7 machines" would be useful information to anybody.

      --
      No sig today...
    2. Re:Irrelevant by silverglade00 · · Score: 1

      It certainly wouldn't be useful to Microsoft for counting the number of Windows machines out there. As in ping xp-counter.microsoft.com, ping win7-counter.microsoft.com, etc. It also would certainly not be useful for a botnet owner to know exactly where their targets are.

  25. umm, just like Vista did? by nsteinme · · Score: 1

    Doesn't Vista have this same feature?

    --
    call me FOSS im the boss with the sauce and the source
  26. Don't Firebox and Thunderbird call home? by Anonymous Coward · · Score: 1

    Don't Firefox and Thunderbird also call home every time they start up - or at least the log-file equivalent - when they check for updates?

    1. Re:Don't Firebox and Thunderbird call home? by Anonymous Coward · · Score: 0

      Yes. All the distros should reject this behavior but that'll never happen. VLC is the only app I've used that actually asks on the first use.

    2. Re:Don't Firebox and Thunderbird call home? by PhrstBrn · · Score: 3, Informative

      The distros turn this behavior off. On Debian and Ubuntu, Firefox, Thunderbird, and VLC have their self-autoupdate disabled (and is non-trivial to enable). If you download the standalone binary and install it yourself, it has the autoupdate feature turned on. Same for Windows.

      All 3 programs have a checkbox to turn that feature off if you really think it's intrusive to your privacy.

  27. Re:First thing I do when I bootup by Anonymous Coward · · Score: 0

    Hey, (and this is just between you and me, I killed that service too) could you let me in on some more Geek Squad pro-tweaks?

    I swear, since I bumped Explorer's priority, it feels like a massive overclock on my A: drive.. just whoa.

  28. CLI vs. Registry by zooblethorpe · · Score: 1, Insightful

    Oh please! I can make that into a little .reg file and go "See this thing? Go clicky clicky and reboot" and its done, period, the end. ... Then remove the shell or mod them down so you can NOT use them! I bet the machine won't even make 6 months, and you sure as hell won't be updating the thing, because without CLI Linux falls down like a house of cards.

    While I understand your point, and your frustration about the state of the various GUI environments for Linux, I really don't think that comparing a .reg file (and thus the Windows Registry) against the various Linux shells illustrates the shortcomings you think it does. For one, any CLI script could very well be turned into exactly the kind of clicky clicky executable file you mention -- with the added benefit that a Linux distro probably wouldn't need to be rebooted. Putting your metaphorical shoe on the other foot, I could just as easily say:

    Then remove the registry or mod it down so you can NOT use it! I bet the machine won't even make 6 months, and you sure as hell won't be updating the thing, because without the registry Windows falls down like a house of cards.

    If the CLI in and of itself is such the charlie foxtrot, why is it that Windows has been adding more and more CLI functionality with each iteration?

    You should NEVER need CLI on a modern OS. The fact that Linux can't live without it just shows how far behind it is in the desktop arena. Embedded and server its great, desktop is shit.

    I assume here that by "modern OS" you mean "modern desktop OS", yes? If so, it's easy enough to run a desktop Linux distro without ever touching the CLI -- Ubuntu and Canonical have seen to that, among others. But if you really want to get in there and get your hands dirty with some power user customizations, sure -- you're going to need to use the CLI, whether you're running a Linux distro, Mac OS, or even Windows.

    Cheers,

    --
    "What in the name of Fats Waller is that?"
    "A four-foot prune."
    1. Re:CLI vs. Registry by Bucky24 · · Score: 1

      you're going to need to use the CLI, whether you're running a Linux distro, Mac OS, or even Windows.

      I would extend this to say that a lot of programs in Windows, and a lot of little fixes that people have to do, have already been made into little downloadable programs that the user can just double click on. These programs make the necessary changes to the registry and run the various CLI programs. Linux not being as popular as Windows, this multitude of one-click fix patches isn't available.

      --
      All the world's a CPU, and all the men and women merely AI agents
    2. Re:CLI vs. Registry by zooblethorpe · · Score: 1

      you're going to need to use the CLI, whether you're running a Linux distro, Mac OS, or even Windows.

      I would extend this to say that a lot of programs in Windows, and a lot of little fixes that people have to do, have already been made into little downloadable programs that the user can just double click on. These programs make the necessary changes to the registry and run the various CLI programs. Linux not being as popular as Windows, this multitude of one-click fix patches isn't available.

      Fair enough. But there's no reason such one-click patches couldn't be made available -- and, indeed, a number of the fixes listed on the Ubuntu forums consist of such solutions (either "download the script from [some URL]", or "copy the code below into a text editor, save as .sh, and double-click", or some similar variation). It's simply a matter of meeting a need.

      Cheers,

      --
      "What in the name of Fats Waller is that?"
      "A four-foot prune."
  29. Mod Parent FUD. by VortexCortex · · Score: 5, Interesting

    My Grandma uses Linux. I installed it for her, yes, but I wouldn't expect her to install Windows or any OS for that matter. I didn't have to touch the CLI to install it. I enabled auto-updates, showed her how to "open the Internet", and where the "app store" is. It's been 2 years. She "accidentally" upgraded to the next LTS release by herself, with no CLI -- A single button click...

    My Brother, Uncle & Aunt all use Windows. In the same space of time, They've each gotten infected with malware at least twice, some more than others. Two of them have shelled out cold hard cash for Win7 because "it's more secure than Vista", had to take the computer to a technician to do the "upgrade" for them, and both of them have been infected with malware on for Win7.

    Grandma tried to use my Uncle's computer -- She said, "Can you make the mouse less shaky, dear, I have shaky hands and I end up making the files disappear" (she means accidentally dragging them into adjacent folders) -- Gnome has drag & drop threshold... My Uncle's OS's window manager doesn't... her response: "Well, just turn it off and on again and go into the Linux." -- She was a bit upset that my Uncle B. didn't have "the Linux"... "Well why don't you have it? It doesn't cost anything, and the whole screen can zoom in when it's hard for me to read..."

    She has a point -- it is free, why not have a dual boot just in case the other OS gets hosed?

    My 75 year old neighbor started using Linux last year. He couldn't use a CLI to save his life. Same story as my Grandma -- Now they call me to shoot the shit, not guiltily ask me to remove malware -- My brother and uncle have both asked me to install Linux on their computers at the father's day family get together.

    Please -- Stop spreading FUD. If these barely computer literate people can use Linux just as well as they can use Windows, I don't see what all the fuss is about.

    1. Re:Mod Parent FUD. by MokuMokuRyoushi · · Score: 1

      My Brother, Uncle & Aunt all use Windows. In the same space of time, They've each gotten infected with malware at least twice, some more than others. Two of them have shelled out cold hard cash for Win7 because "it's more secure than Vista", had to take the computer to a technician to do the "upgrade" for them, and both of them have been infected with malware on for Win7.

      On the other hand, I've always used Windows and only infected my desktop once in the past eight years, and that was thanks to a bad download. From the fact that they had to go to a technician to install 7, I'd say they simply don't know their way around a computer, Linux or Windows.

      it is free, why not have a dual boot just in case the other OS gets hosed?

      That is very true though, and I do think that's a good idea. No reason to not learn both.

      --
      Humans are terrible replicators of Godly things.
    2. Re:Mod Parent FUD. by Nursie · · Score: 1

      I hadn't had a virus since before 2000 (when they were mostly some sort of novelty it seems). Until last month when somehow something managed to slip past Win 7's protections and the antivirus system. Not impressed.

      Not that I have used windows all that much in that time of course. I made the full-time switch to linux some years ago now, windows I just keep around for the odd game I can't get going under wine.

    3. Re:Mod Parent FUD. by the_enigma_1983 · · Score: 2

      On the other hand, I've always used Windows and only infected my desktop once in the past eight years, and that was thanks to a bad download. From the fact that they had to go to a technician to install 7, I'd say they simply don't know their way around a computer, Linux or Windows.

      I think that's the point. If you do not know your way around a computer, Linux can be just as viable as Windows (possibly more-so according to the arguments made).

      Yes, if you know your way around a computer, you can easily use Windows and not get virus. Same goes for Linux.

    4. Re:Mod Parent FUD. by Anonymous Coward · · Score: 0

      The problem isn't with "Power Users" or the opposite, it's with the middle ground, people who know that their computer should be able to do more than just use the internet and download the updates that someone else tells it to, but would rather they didn't have to edit text files to enable 3rd party repositories or use the CLI to install the few commercial games that were ported over.

    5. Re:Mod Parent FUD. by Anonymous Coward · · Score: 0

      > why not have a dual boot just in case the other OS gets hosed?

      Windows can mount and understand Linux filesystems now? You meant why not have Linux when Windows gets hosed.

    6. Re:Mod Parent FUD. by Mitreya · · Score: 0
      My Grandma uses Linux...
      Please -- Stop spreading FUD. If these barely computer literate people can use Linux just as well as they can use Windows, I don't see what all the fuss is about.

      I respectfully call bullshit. Maybe you were able to setup a sandbox for internet-only and it held up so far... but... I have been using Linux for many, many years -- through my undergrad, master's and my PhD (all 3 in computer science, might I add). And Linux is still far, far away from becoming usable.
      On a Windows machine I can expect my relatives to install the software if I sent them the link to the download page. You'd think that installing simple stable software would be possible before you can talk about Linux usability? I can't count the number of times I gave up on software install in Linux. Either it has to be compiled or it has a 100-item long list of dependencies. The right binaries are impossible to find. Yum (on my Fedora cluster) is broken and I haven't been able to fix it, despite spending several multi-hour stretches scouring the forums. In all of my university, I don't think I have seen a Linux machine that has working sound, because that is a 21st century newfangled functionality.

      I don't know where to start to list the things that just don't work in Linux. I really don't. I can typically resolve any problem that anyone in my Windows-using family has after a 20-30 minute forum search. Yes, I wish I didn't have to clean spyware.... but in Linux, there are really three outcomes to any problems a) I don't find a solution b) I find lots of RTFM posts, directing me to another forum (which either contains no solution or a wrong one) or directing me to the poorly written manuals c) I find and try about 5-6 suggestions that do not solve the problem.

      Another recent example (not a user issue -- installer issue, but still) is that apparently the brand new Fedora Core 14 crashes when you try to edit an NTFS partition during install. Not only is this a known bug, but it has been rated moderately severe and relegated to the next version (8 months, I think, since it has been filed). You'd think if this is not going to be fixed, one could catch the crash in the installer and have an error message instead? But no, hard crash of the installer software was deemed more appropriate!

      I am going to stop now, though I can keep ranting indefinitely. But Linux being difficult to use is no FUD... It is a sad, sad reality.

    7. Re:Mod Parent FUD. by Anonymous Coward · · Score: 0

      That's awesome!

      Unfortunately the wheels come off for the rest of us when we get asked how to open Word documents.

      Linux + Gnome is a great OS replacement, but Microsoft has the choke hold on the home computing environment because people want Word. Everything can be and is done in Word... my family sends me pictures in Word documents. Open Office doesn't cut it and nothing else I've suggested worked or was "acceptable" for my family members. I gave up and told them to buy Apple or I'd stop supporting their machines. They got Dells, so now they spend at least a hundred dollars a year maintaining their laptops. All because they need Word.

      I've tried training them, but they have no interest in learning anything new since Word suffices for everything they need to do.

    8. Re:Mod Parent FUD. by Anonymous Coward · · Score: 0

      My parents use Linux too.

      But it is not the computer illiterate that have hard time migrating to Linux, and generally not the very competent ether. The real problem is with the users that have some experience with an OS and have a problem learning anything new. It's the people that "know" how things work that are the problem.

    9. Re:Mod Parent FUD. by westyvw · · Score: 4, Interesting

      I dont know what planet you are on, seriously. Did you just Gentoo or something? My family use linux, the kids have always had it, the eldest always had a choice of windows or linux, but got sick of me having to fix windows, and the wireless never worked right.
      My friends use Linux, or dual boot. Its always, and I mean always, windows that I have to support. For the past 4 or so years the Linux boxes just work. I dont mess with them, they install software, play games, do their homework, take their pictures, make videos whatever. Sound, Video, and Wireless work. I just got a new laptop, I came home to see my sig other printing. I asked her how was it to set up the printer. She said, I dunno, I just plugged it in. (usb, she doesnt even know what its called). The was no driver to get, no setup nothing. It just worked.
      Yes there are issues in free software world, but less then in windows in my experience, and everybody I know who gets used to it and really doesnt miss windows at all.

    10. Re:Mod Parent FUD. by Anonymous Coward · · Score: 0

      I respectfully call bullshit.

      Right. Of course you do.

      [snip irrelevant ranting]

      I am going to stop now

      Thank you.

    11. Re:Mod Parent FUD. by hairyfeet · · Score: 0

      THANK YOU! Don't you just love the incredible level of denial around here? it is obviously not just a river in Egypt. These guys think because THEY are geeks and THEY think something is simple, there for it is so...BULLSHIT!

      First lets gets some things straight Linux guys, since so many of you seem misinformed...ready? THERE IS NO COMMAND LINE IN WINDOWS...I know, its a concept! I mean sure if you wanted to go hunting in the bowels you can find one, but you know what? The common man has never used it because frankly the ENTIRE OS is designed so you don't ever have to. Before anyone brings up Powershell that is SERVER TECH and I have NEVER seen it in the wild on a desktop, ever.

      Second using a CLI just to get your drivers working? UR DOIN IT WRONG...You see, everyone else in the free world has these little things called "APIs", Solaris, BSD, OS fricking 2, which means you can actually patch your machine without shit breaking! I know, what a concept! I am typing this on a machine running win2K drivers on XP Sp3. That is TWELVE YEARS without having any driver fuckups. Hell the card in it is a fricking TNT2! My Win 7 PC has Vista drivers for a couple of parts, that is nearly FIVE YEARS again with NO driver problems, NO CLI, and no bullshit, it "just works".

      So before anyone goes spouting off bullshit, answer this: How many Linux machines have you sold? I'm a retailer, I've tried literally a dozen different distros just trying to find ONE, just one mind you, that wouldn't shit itself and die hard when the 6 month deathmarch rolled around.

      What did I find? Sound broken, networking broken, video broken, wireless BROKEN...see a pattern here? NO home user is buying support contracts okay? That means it is MY ass that would have to deal with it. I have XP machines that have been in the field for nearly 8 years now with nothing needed from me but the occasional hardware upgrade....that's it. That's all. Because IT IS EASY NOT TO INFECT WINDOWS if you just use even a teeny tiny bit of common sense. Don't download warez, don't go to dodgy porn sites, don't click on every email, is that so hard? No it is not.

      Look, I hope one day Linux gets good enough for the masses, I really really do. You think I like buying Windows licenses? But as of right now YOUR SHIT BE BROKE and instead of fixing said broke ass shit you call everybody shill or troll, how about this instead? Tell Torlvalds WE WANT A DRIVER ABI and ride his ass HARD until he gives you one! Hell even OS fricking 2 has one, why not you? Don't give me the same lame excuses, because that is what they are. Actually READ the article everyone points out against ABIs and you know what? It is a religious text, he even goes so far as to call all that won't give up the code as "leeches" and actually wishes that their drivers would break even if it bones the users.

      It is really simple folks: Make it simple, make it GUI, make it "clicky clicky" easy, make CLI DIAF so that you NEVER have to use it unless you want to, and then and ONLY then do you have a shot on the desktop. I have nothing against Linux, in fact I'm trying to get the local college to switch to Beagleboards for their local rocket designs. It is quite good for programmers. But home users are NOT programmers, admins, or CS grads. They are lucky if they can find control panel and you want to trust them in a 70s era term, with no spellcheck or auto-complete, where if they get the tiniest thing wrong they hose the entire OS? Give me a fricking break! Sorry folks, that shit ain't gonna cut it, which is why it took 20 years for Linux to get 1% of the desktop, and why OSX and Windows rule. No CLI in those OSes, not as far as the user is concerned.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    12. Re:Mod Parent FUD. by Lost+Race · · Score: 1

      Windows can mount and understand Linux filesystems now?

      sort of...

    13. Re:Mod Parent FUD. by digitalchinky · · Score: 1

      On behalf of everyone at slashdot, I'd just like to say you're an idiot.

    14. Re:Mod Parent FUD. by wildstoo · · Score: 2

      You know, for someone who seems to hate the CLI so much, you sure like to type a lot.

    15. Re:Mod Parent FUD. by Anonymous Coward · · Score: 0

      Xterm is a better GUI than REGEDIT.

    16. Re:Mod Parent FUD. by Stuarticus · · Score: 1

      Sounds like you can barely install linux, go back to the classroom, you clearly haven't learned anything. See you in the real world if you ever manage to get a functioning install.

      --
      If you think someone isn't free to have a different definition of "freedom" you may be a tyrant.
    17. Re:Mod Parent FUD. by ammorais · · Score: 2

      On a Windows machine I can expect my relatives to install the software if I sent them the link to the download page. You'd think that installing simple stable software would be possible before you can talk about Linux usability?

      You are actually saying that the windows system of installing apps is better than linux. The windows system(i mean the lack of one) is one of the main reasons Windows users get infected in the first place. Downloading software from unknown sources from the internet. All Linux distros have a central repository of trusted software with 2 or 3 clicks to install software.

      I can't count the number of times I gave up on software install in Linux. Either it has to be compiled or it has a 100-item long list of dependencies

      This is a lie, pure and simple, unless you are talking about LFS, all linux distros have a package-manager that resolve dependencies. There are the rare cases when you can't find a certain package on the package-manager and you have to install it manually. In this cases it's the software provider obligation to make it simple for your distro. All commercial software for linux have a simple way to install their app in the most popular distros.
      Look at http://www.teamviewer.com/en/download/index.aspx for example. It has rpm's and debs. The install is simple and with one click in most systems.

      I don't know where to start to list the things that just don't work in Linux. I really don't. I can typically resolve any problem that anyone in my Windows

      That's because you are not a very bright person. OR/AND you are on the wrong line of business.You are possibly in a stage that can't learn anything different, so you reject everything that is different even if it's better.
      GP is totally right. For a person who never used a computer, it find it easier to learn Linux desktop(of today, not 10 years ago) than windows. I find this true in my experiences because for all my relatives that I do free support.They all have Linux installed. Believe it or not the bothering ratio dropped enormously once I installed Linux, once they find out they could install apps with 1 or 2 clicks. I also recently migrated a small company to Linux(all desktops and servers) and there aren't any major adaptation problems.

    18. Re:Mod Parent FUD. by tehcyder · · Score: 1

      IT IS EASY NOT TO INFECT WINDOWS if you just use even a teeny tiny bit of common sense. Don't download warez, don't go to dodgy porn sites

      Oopsie...

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    19. Re:Mod Parent FUD. by tehcyder · · Score: 1

      You know, for someone who seems to hate the CLI so much, you sure like to type a lot.

      You are aware that there are GUI web browsers, right?

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    20. Re:Mod Parent FUD. by Anonymous Coward · · Score: 0

      If I as someone who uses computers constantly is annoyed, I would assume that being enraged by driver problems, 100% CPU bugs, spending 30 minutes trying to find where a program has installed then checking to make sure the config file you just edited wasn't a dummy one would be at least 1000x more annoying to someone who doesn't use computers often and has no idea how to operate a command line.

    21. Re:Mod Parent FUD. by oakgrove · · Score: 1

      THERE IS NO COMMAND LINE IN WINDOWS...

      Dude, you are a fucking moron. That just became my new sig.

      --
      The soylentnews experiment has been a dismal failure.
    22. Re:Mod Parent FUD. by Mitreya · · Score: 1
      I dont know what planet you are on, seriously. Did you just Gentoo or something? My family use linux, the kids have always had it, the eldest always had a choice of windows or linux, but got sick of me having to fix windows, and the wireless never worked right.

      Ahahaha. I got modded as troll. I'll consider this an honor. A purely honest assessment of 12 years of trying to use Linux.
      I, in turn, must wonder what planet you live on. I have a Fedora Core cluster for my experiments. My school is using Debian. I haven't had much exposure to other Linuxes, but how different can they be?
      I won't go into any details, since that gets a troll rating nodays. But I am very serious - your mileage clearly varies.

    23. Re:Mod Parent FUD. by Bucky24 · · Score: 1

      I also call bullshit. If you are having trouble using a standard distro of Linux (and not some strange half-baked kernel you compiled yourself) then you honestly do not deserve a PHD in CS. I was able to handle Linux before I got my Bachlors, hell before I even got out of highschool. I would think someone who is supposed to be AN EXPERT in the field should be able to deal with it.

      Yes I realize this post is rude, but I stand by what I said. If you can't figure out how linux works and you really do have a phd in comp sci then you are an insult to the field.

      --
      All the world's a CPU, and all the men and women merely AI agents
    24. Re:Mod Parent FUD. by westyvw · · Score: 1

      I appreciate your honesty, I don't think you are trolling. My biggest concern is others will give up, sometimes computers just are a big pain in the ass no matter what you are using. Maybe I have just gotten lucky, but I am not sure that is true. We use Debian, I gave up on Redhat when they switched to Fedora as the community distro. After using Debian for so long, Fedora confuses me.

    25. Re:Mod Parent FUD. by hairyfeet · · Score: 1

      Well please follow it up with a nice pointing out of how you just went 'full retard" because that is EXACTLY what you have done. tell you what sparky, want me to prove it? walk up to half a dozen people at random, NOT at your local LUG mind you, and simply ask them this "How do you launch a CLI in Windows"? You know what you'll get dumbass? First most will say "What is a CLI?" and then nearly ALL will have no fucking clue. None at all.

      But what do I expect from a guy that can't even read a full sentence. if you would have bothered to read the sentence it said "THERE IS NO COMMAND LINE IN WINDOWS" followed by explaining how while there may be a way to get one, hidden deep in the bowels of the OS the user never uses or sees it while Linux distros have to put a fucking term link on the desktop. Why? because that shit be broke, that's why! They KNOW that without CLI Linux shits itself and dies HARD, and notice how neither you nor ANYONE here would accept my challenge to remove your access to CLI in Linux for 6 months? Why is that? It is because YOUR SHIT BE BROKE!

      So Mr "full retard" don't blame the messenger because you be driving teh hoopty. If your shit wasn't some broke ass lame excuse for a desktop you wouldn't have to cling to CLI like a baby clinging to its mother but you do Blanche, you most certainly do. So please continue to advertise your lack of reading comprehension and fear of accepting my challenge. Meanwhile I've got 5 more Win 7 boxes just sold, still waiting on 2 new laptops to come in. Windows is selling quite well, meanwhile NOBODY is selling your OS. Why is that? You think there is a global conspiracy? Could it be...oh I don't know....YOUR SHIT BE BROKE?

      --
      ACs don't waste your time replying, your posts are never seen by me.
    26. Re:Mod Parent FUD. by oakgrove · · Score: 1

      Abusive strawman rant illiterate bullshit.

      Did I sum up your post tidily enough?

      Win 7 boxes just sold, still waiting on 2 new laptops to come in. Windows is selling quite well

      Yeah, and in that time, McDonalds just sold another 5 million hamburgers. Quantity != quality, douche bag.

      --
      The soylentnews experiment has been a dismal failure.
    27. Re:Mod Parent FUD. by hairyfeet · · Score: 1

      Are afraid little man? can't actually answer so all you can do is try to deflect? How fucking sad. And you expect your broke ass shit to be compared to quality? BWA HA HA HA HA HA HA...damn man, that is some funny shit! That is why all the major retailers avoid your shit like the black death, the 'quality" scares them, HA HA HA HA HA!

      So lets see you put your ass with your mouth is buddy, step up! Remove ALL access to the CLI for just 6 months I DARE YOU.. but of course you won't, you know why? Because LINUX IS BROKE ASS SHIT that shits itself and dies without CLI and YOU KNOW IT! Just admit it, you know this is true! Hell just look up "Broke drivers" or any variation thereof on Ubuntu, the "Linux for humans" forum. I did recently and quit counting at over 14 THOUSAND hits! Now for an OS that is less than 1/4 of 1 percent, which IIRC is what the Ubuntu numbers are, it is fucking pathetic! Your entire driver model is a piss poor joke!

      But you stick your head in the sand little man, you pretend it is all a global conspiracy by the evil M$ to keep your "quality" away from the masses when in reality the masses have spoken in a loud single voice and said "DO NOT WANT to your broke ass driver clusterfuck and CLI jerking off. Oh and BTW here's YOUR sign dumbass please enjoy how we laugh at your "quality". Yeah about as much quality as a taco fart by one of the unwashed at your LUG maybe.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    28. Re:Mod Parent FUD. by TriezGamer · · Score: 1

      Which goes to show that, for some people who aren't super-techy/admin types, Linux works great. That group is pretty much limited to people who use the computer for the email and web browsing -- these people are ultra-casual users of computers, and in their case Linux often can work well because it removes one of the biggest hazards (malware) without having to deal with things they don't understand (ad-block, noscript, etc.).

      But the moment you move beyond the people who want nothing more than a web browser, e-mail client, word processor, or possibly a media player, Linux is no longer user-friendly. There's a large 'middle-class', so-to-speak, that want to do more with their machines, but don't have the know-how to deal with Linux in the capacity they would need to run the applications THEY want -- assuming such applications even work on Linux in ANY configuration.

    29. Re:Mod Parent FUD. by oakgrove · · Score: 1
      Listen, jackass. In order for me to take you up on your "challenge", I would have to 1. give a shit what you think and 2. take you seriously.

      Hell just look up "Broke drivers" or any variation thereof on Ubuntu, the "Linux for humans" forum. I did recently and quit counting at over 14 THOUSAND hits!

      I just did the same thing on sevenforums.com. The list stretches on and on. Note, dumbass, ubuntuforums.org are for every version of Ubuntu the sevenforums is just for Windows 7. How about a little bit of intellectual honesty, dipshit?

      Your entire driver model is a piss poor joke!

      I know you are a troll but to inject a little common sense into this, how do you expect hardware to work on an operating system it wasn't designed for? That's like asking why windows 7 won't install on a Sparcstation. The landfills are full of printers and scanners that won't work with Win7. I don't see you crying about that. Generally, if there is a driver for a piece of hardware that has been officially written for Linux it works better there. I had a USB cellular dongle I got from Verizon a couple of years ago that was atrocious in Windows. Took over a minute to connect from cold, would constantly time out and hang necessitating pulling it out and reinserting it. On Linux, it connected in less than 10 seconds and never had to be reinitialized. On hardware that is made for both Linux and Windows, the Linux experience is usually better. My girlfriend has a laptop with integrated wi-fi and when she boots it into Windows, you have to wait a good minute for it to initialize and the little donut to quit spinning in the tray over the network icon for the internet to work. When I boot it into Linux, it's up and ready to go before the desktop even fully loads. All in all, in about half the time it takes Windows. Now, of course, for you trolls, Linux can't win so despite these things because your 2 dollar winmodem doesn't work, Linux is shit. Why don't you just admit that you run a click and drool/part replacer repair shop and Windows is your bread and butter so you have a vested interest in hating anything else. If I made my living as a pathetic virus "ambulance chaser", I'd champion Windows too.

      But you stick your head in the sand little man, you pretend it is all a global conspiracy by the evil M$ to keep your "quality" away from the masses when in reality the masses have spoken in a loud single voice and said "DO NOT WANT to your broke ass driver clusterfuck and CLI jerking off.

      So, when Linux is built on hardware made for it, marketed well and made available to the masses, it doesn't sell?

      --
      The soylentnews experiment has been a dismal failure.
  30. Re:Windows by RightSaidFred99 · · Score: 3, Interesting

    I always wonder when one of you idiots is going to pounce on some pro-Linux post and accuse the poster of being a shill so everyone can see how perceptively cynical you are. I expect I'll be waiting a while.

  31. Tracking IP is a privacy concern? by asylumx · · Score: 1

    Didn't we just see an article where it was decided that IPs don't map to people? http://yro.slashdot.org/story/11/05/03/2020205/An-IP-Address-Does-Not-Point-To-a-Person-Judge-Rules

  32. Comment removed by account_deleted · · Score: 4, Interesting

    Comment removed based on user account deletion

  33. Re:privacy concerns? they know your IP from update by Anonymous Coward · · Score: 0

    It's probably safe to say that anyone who is concerned about privacy most likely disables automatic updates anyway.

  34. This is old news! Get a grip. by Anonymous Coward · · Score: 0

    Welcome to Windows Vista functionality circa 2006 - NCSI is nothing new.

    1. Re:This is old news! Get a grip. by Doctor_Jest · · Score: 1

      Shh! Stop saying it's old! It's one of the features of Windows that actually WORKS! :)

      (I kid, I kid...) But I hate Steve Ballmer.

      --
      It's the Stay-Puft Marshmallow Man.
  35. Re:Windows by Luckyo · · Score: 2, Insightful

    Google makes most of their money off giving their users as little privacy as possible so their targeted ads become even more valuable to advertisers.

    Microsoft makes most of their money by making people and organisations pay for using their software. They could care less about digging clients private information. Bing is a bit of a different story, but bing is just a small division inside microsoft that has very little connection with windows division, which is what we're talking about here.

    Aforementioned difference in income models makes for all the difference in the world when it comes to being a threat to privacy.

  36. Re:privacy concerns? they know your IP from update by canajin56 · · Score: 4, Informative

    And also, since Windows XP, Windows has come with an NTP client on by default, set to their time server. So they've been "spying" on your IP address for a long time!

    --
    ASCII stupid question, get a stupid ANSI
  37. Re:privacy concerns? they know your IP from update by Anonymous Coward · · Score: 0

    SIGH!

    Only when you enable windows update to act on your behalf. Otherwise Windows Update makes no IP connection. Unless its on auto update or YOU trigger it.

    Far less phoning home than every damn time you get online.

    The Mac address alone is MORE than enough for internet tracking, screw the rest of the phoning home garbage.

    SIGH!

    logic.... O_o

  38. Yes it is by dutchwhizzman · · Score: 1, Interesting

    Because MicroSoft can map it to to a MSN account, Skype account or software or service registration they have on you as well. Once they can do that, they can map your traveling with your windows device and essentially know exactly where you drink your coffee, go for business and all that. Maybe it's not automatically considered proof in a court room anymore, but who said legal proof is ever required for invasion of privacy?

    --
    I was promised a flying car. Where is my flying car?
    1. Re:Yes it is by canajin56 · · Score: 1

      So you think Microsoft is tracking your every move through your MSN account, but you still want to keep using MSN even though your completely insane paranoid delusions tell you it's being used to locate your house? Wut. You realize that MSN sends Microsoft your IP address, right?

      --
      ASCII stupid question, get a stupid ANSI
    2. Re:Yes it is by DavidRawling · · Score: 2

      Seriously? How do you plan to map "There is a Windows 7 machine at 192.160.3.14" to "Bob@hotmail.com logged on from 192.160.3.14" without also getting incredibly confused when "Mary@hotmail.com logged on from 192.160.3.14" at virtually the same time? After all, 192.160.3.14 is a Comcast web proxy server, and THOUSANDS of people are using it.

      Let's also say that 50% of the 240M licenses sold at October last year connect to the Internet. And retrieve the page every 15m on average (TFA are unclear on the frequency, but my experience suggests a few minutes is about right). That's 480M log lines per hour (at 64 bytes each say?) or nearly 700GB a day. Why on earth would you bother trying to match that against the dozens of TB of hotmail, MSN or other logs? What possible advantage is there in knowing that the Win7 machine checked in with NCSI ... when you already know it was a Win7 machine at hotmail, because the OS version is in the HTTP headers!?

  39. Slashdot is awful by Anonymous Coward · · Score: 0

    Really, really sick of reading the constant anti-MS feature bashing here.

    They come up with an elegant solution to a problem, and everyone spurts "wah my privacy" - yeah okay. They get to know someone, somewhere, is trying to use the internet.

    Wow, big deal.

    These servers are hosting a single file stored away somewhere never to be used for anything else.

    The comments to these articles are so much better on HN, so glad I found that site - I now read it more regularly than here, and I think I'm done reading this site unfortunately because of the constant bickering over stupid stuff.

    1. Re:Slashdot is awful by Anonymous Coward · · Score: 0

      Yeah, until M$ changes the content of that file and thus triggers the hidden backdoor.

  40. Re:Windows by cultiv8 · · Score: 0

    He (assuming he's a he) is probably making 70-90k a year as a "social media expert" at a big agency, unless he owns the agency, at which point he probably has multiple clients (and multiple /. accounts) and (hopefully) making over 200k/yr. If he's at a small agency and doing what the partners tell him to do, he's probably in the 35-50k ballpark.

    I find it interesting your post was modded as a troll, perhaps it says more about /. than anything else. Just last week I modded up a post from someone who pointed out ~5 users who, without doubt, post pro-Microsoft. I checked out the users' accounts the poster mentioned, and s/he was right; the only time these users posted was when something was anti-MS or pro-OSS.

    Social media monitoring is a valuable service to corporate america and perhaps the direction I should lead my agency. Or maybe I should place my beliefs in front of $.

    Eh, Imma drink a beer and just do what I'm passionate about.

    --
    sysadmins and parents of newborns get the same amount of sleep.
  41. Re:Windows by Anonymous Coward · · Score: 0

    Interestingly I just noted about this on slashdot a week ago when someone was thinking why Windows was connecting to a Microsoft ip address...

    Interestingly enough, I was wondering what took the entire /. community this long to discover this is why the Windows 7 network connection "wizard" was so intelligent. Did it really take people this long to NOT run a packet sniffer?

    No, I don't run Windows 7, but thanks for assuming...

  42. Re:Windows by John+Saffran · · Score: 1

    If you value your privacy, it's better to pay for your software instead of selling your privacy to marketers in return, like with Chrome OS.

    I'd be suprised if you were to tell me that Linux, BSD (particularly OpenBSD), or any other fully open OS is breaching your privacy.

  43. Re:privacy concerns? they know your IP from update by drooling-dog · · Score: 1

    ordinary people don't want to use Linux if there's a risk of becoming one of these losers.

    Yes, that must be it...

  44. Useful for stolen laptop recovery by Anonymous Coward · · Score: 3, Interesting

    If you customized the url to your own personal server this could be very helpful in tracking down a stolen laptop.

  45. Re:Windows by oakgrove · · Score: 1, Informative

    How can somebody be a shill for Linux? It's free. You might find a few fanboys but, shills? No. Microsoft, on the other hand has a history of paying people to shill their products.

    --
    The soylentnews experiment has been a dismal failure.
  46. Re:privacy concerns? they know your IP from update by Anonymous Coward · · Score: 0

    No, they do not. Some of us are forced to^w^w^w use corporate update thingies.

    Apple, by the way, has been doing this for a very, very long time.

    Thunderbird, does this with their account wizard which you cannot bypass.

    The attack vectors opened up by doing this in a crowded area, are quite amusing.

  47. Re:privacy concerns? they know your IP from update by blueg3 · · Score: 1

    They also don't know it's *your* IP address. For God's sake, all they're doing is acquiring a list of IP addresses that have Windows 7 installed. That's not particularly revealing information.

  48. registry export for the lazy by zaunuz · · Score: 1, Interesting

    Made a .reg file for a lazy friend of mine.. basically, it just reroutes the requests to my server instead, as he trusts me more than microsoft, heh.
    Feel free to use it, if you want, or edit it to fit your own preferences.
    http://www.jarmund.net/stuff/JarmundNCSI.reg

    I take no responsibility, etc...

    PS: I'm slightly less evil than google.

    --
    this is probably the most boring sig in the world
    1. Re:registry export for the lazy by bloodhawk · · Score: 2

      Seriously if your friend is that paranoid you would be better off just getting him a tinfoil hat.

    2. Re:registry export for the lazy by Anonymous Coward · · Score: 0

      Made a .reg file for a lazy friend of mine.. basically, it just reroutes the requests to my server instead, as he trusts me more than microsoft, heh.
      Feel free to use it, if you want, or edit it to fit your own preferences.
      http://www.jarmund.net/stuff/JarmundNCSI.reg

      I take no responsibility, etc...

      PS: I'm slightly less evil than google.

      Run a .reg file from a random Slashdot reader or use the defaults? I think I'll stick to Microsoft....

    3. Re:registry export for the lazy by Anonymous Coward · · Score: 0

      You're doing it wrong. The DNS query should be for a hostname that is different than the web query, once that can always return the same IP address, even if the web server moves or gets load balanced, or you lose contorl of the IP address. Otherwise, if the DNS query starts returning a different address, you have to update every single client who is querying you to the new IP address or their network status indicator won't work.

    4. Re:registry export for the lazy by Anonymous Coward · · Score: 0

      So ... it's too risky to give your IP address to Microsoft, but it's perfectly OK to download some registry hack and reroute our IP address to some random dude on Slashdot instead?

  49. Disable your clocks too! by Squeeself · · Score: 1

    You forgot to warn everyone about the windows clock! It talks to a Microsoft server without ever telling you. Your right to private timekeeping is being grossly violated by this so-called "feature." Microsoft will never admit it, but they're secretly keeping logs of all your time drifts so that they can sell--"personalize"--your data to everyone. To protect your privacy, delete your clock and replace it with the secure Rolex Timekeeper. Rolex's privacy policy explicitly says that they will NEVER give your current local time to anyone, and best of all, you can examine the Rolex internals yourself and verify that it's security and that it NEVER talks to Microsoft. Best of all, Rolex does not need monthly updates like Microsoft's products, so you can be assured that even if Rolex ceases support, your Rolex Timekeeping device will continue to function securely and reliably. Remember folks, when it comes to privacy, trust Rolex, not Microsoft!

    1. Re:Disable your clocks too! by xenobyte · · Score: 1

      Windows 7 time is buggy. It actually worked in Vista but seems broken in Windows 7.

      I switched servers and update interval (which worked perfectly in Vista on at least two different machines) and now the service only works once or twice before crashing. De-registering and re-registering it is required before it can be restarted and then it again only works briefly.

      I then disabled Windows Time completely and installed a Windows port of ntpd... It works perfectly - and keeps doing so.

      --
      "For every complex problem, there is a solution that is simple, neat, and wrong." -- H.L. Mencken (1880-1956) --
  50. Totally false by Anonymous Coward · · Score: 2, Informative

    MS has LONG been using our information. And they SELL IT TO HIGHEST BIDDER. You can get information about MS's customers if you pay them (name, addr, and phone). OTH, Google will NOT give you the information that you want (say name, addr, phone). They WILL use the data to target ads at you, but then again, so does Apple, MS, Yahoo, amazon, e-bay, etc.

  51. Re:privacy concerns? they know your IP from update by Anonymous Coward · · Score: 0

    time.windows.com
    Yep, another way they have your IP.
    Who cares? It's just an IP.

  52. Re:privacy concerns? they know your IP from update by Bacon+Bits · · Score: 1

    More to the point, so does Canonical when you run apt-get update. Indeed, they probably actually analyze the logs "in order to catch abusive clients". See, I can make repository maintainers look scary by putting their perfectly valid reasoning in quotes.

    --
    The road to tyranny has always been paved with claims of necessity.
  53. Re:privacy concerns? they know your IP from update by Anonymous Coward · · Score: 0

    Even worse, Microsoft knows *ALL* IP addresses!

    They just don't always know who it belongs to...

  54. Re:privacy concerns? they know your IP from update by Anonymous Coward · · Score: 0

    you know, losers don't want to learn and get frustrated when others learn. That's their life.

  55. Known about this for a while now... by HideyoshiJP · · Score: 0

    I've known about this since we started testing Windows 7 at work last year. How? We run WebSense. Windows 7 constantly complained about possibly needing additional login credentials. Being that I work in a healthcare facility where the nursing areas really only need a basic, non-intrusive machine, I had to find out how to disable this. It's actually much easier if you use the group policy editor. We've got one in AD, but you can simply use the local group policy editor (gpedit.msc). The option is under Computer Configuration -> Administrative Templates -> System -> Internet Communication Management -> Internet Communication settings. Simply enable the option to "Turn off Windows Network Connectivity Status Indicator active tests." Furthermore, you can also change the location this checks against with group policy, but I cannot remember where that setting was.

  56. No need to edit the registry manually! by Anonymous Coward · · Score: 0

    Why bother with manually editing the registry in the first place?

    Yes, you found the registry setting but unfortunately it seems you don't realize that even Windows has evolved here and there. Editing the registry for these kind of settings hasn't been required ever since Windows XP yet some people still like to do things the hard way (or only copy information from others without thinking things through).

    Windows has been using the Microsoft Management Console (mmc.exe) for quite some time now. One of the key features? Allowing you to quickly setup management "consoles" which give direct access to specific settings which you won't find in the regular settings and menus.

    In short: It allows you to either setup scripts of your own or use already existing ones. If you go to the 'administrative tools' and startup, say, 'computer management' to setup local users/groups you're actually starting mmc which is then using "compmgmt.msc".

    And guess what? Not all these scripts are available in your comfy administration tools.

    So; start menu -> run program (or hit win-r) and type "gpedit.msc".

    Now go to computer 'configuration' (I think; I use a localized version) -> admin scripts/templates -> network -> status indicator.

    Guess what? No need to manually mess in your registry and risk to screw things up. Better yet; here you can even (ab)use this for your local setups. Say you don't care about the Innernet being available but your router. "if router lives then internet".

    Simply use the settings you'll find there and change the URL.

    Really folks; I'm no Windows admin by far but ever since I started using Win7 more professionally the first thing I did was check how it worked and how you could control it. If you do that you'll see that messing in the registry manually is hardly required these days.

    Just like with Linux you merely need to know what scripts to use ;-)

  57. If it didn't connect to a Microsoft server... by Animats · · Score: 1

    If it didn't connect to a Microsoft server to test connectivity, somebody would be screaming about the hundred million pings per day they were receiving.

    Windows also connects to Microsoft's time server. There are many other time servers, but most of them aren't sized for hundreds of millions of connections per day.

  58. Oh No! by collar · · Score: 1

    My computer is leaking my IP Address to internet! Not a big deal, there are a whole lot of other services: Windows Update, Time Syching (most people will have that on), Weather (some people), 8000 different software update checks etc. If you are paranoid about your system checking if you can pull a file from an MS server, then disconnect your machine from the net, because everything else is going to scare the hell out of you.

  59. A view from the inside of the evil empire by Politimemes · · Score: 0

    I left Microsoft about 18 months ago, with no ill feelings. I can tell you that within the company, with a very few exceptions, people take personal privacy very seriously. With a service like NCSI the only time anyone might look at the logs would be to diagno

  60. Re:This is a good thing: a view from the inside by Politimemes · · Score: 0

    I left Microsoft about 18 months ago, with no ill feelings. I can tell you that within the company, with a very few exceptions, people take personal privacy very seriously. With a service like NCSI the only time anyone might look at the logs would be to diagnose a problem. Just possibly someone might count IP addresses per country to compare with sales, to estimate piracy rates. If an employee needs to access the crash report database, she must sign an agreement to protect the privacy of the person whose computer crashed. The exceptions are the a**holes whose job is to sell online ads, and who want any and all information that they pray will help them target the ads more effectively. As far as I know, none of the techniques have been shown to be effective.

  61. Linux users, please, put the tin foil hats down. by Foxhoundz · · Score: 0

    It's one thing to ignorantly bash Microsoft products, but it's another thing to bash them on a surprisingly useful feature. There are a few controversial features on Windows 7, but this one is not one of them. If you're so worried about what Microsoft can do to anonymously submitted public IP addresses, then please turn off your computer and take up the Amish culture. This is 2011. Chances are you have 5-6 tracking cookies being accessed by various web services on the internet. Get over it.

  62. Re:Windows by RightSaidFred99 · · Score: 4, Insightful

    You do know there are companies that sell Linux products, including Linux support, right? You can shill anything that makes someone money. Shit, you can shill free stuff you developed for ego gratification if you really want.

  63. Re:privacy concerns? they know your IP from update by Anonymous Coward · · Score: 0

    trollololololol! :)

  64. Re:First thing I do when I bootup by Sir_Lewk · · Score: 0

    He's commodore64_love. 'Idiot' is implied.

    --
    "linux is just DOS with a UNIX like syntax" -- Galactic Dominator (944134)
  65. The universal kill switch by scsirob · · Score: 1

    As much as I am concerned about Microsoft collecting statistics about me, I am more worried about this text file. What are the chances that Windows actually interprets this file when retrieved? What are that chances that it can be used as a remote command? Of course Microsoft would never do such a thing (..) but it is technically possible.

    They have a database with all IP addresses. If they are able to link it to you, they may be able to send you a different file with a different command. They may be able to identify you by triggering a non-standard GET from you. Which may include your license key. Or other information from you. They may even be able to instruct your computer to do things behind your back. And they may even be able to use this as a universal kill switch.

    But I trust they will never do such a thing...

    --
    To Terminate, or not to Terminate, that's the question - SCSIROB
    1. Re:The universal kill switch by Anonymous Coward · · Score: 0

      Apply the reg hack in the summary and your entire post becomes redundant.

  66. Real answer to privacy concerns by gnasher719 · · Score: 1

    There is a very simple answer to all privacy concern: Just convince Apple, Redhat, Google that all Macs, Linux machines, iOS and Android devices should implement the same functionality by accessing the exact same file, using the exact same request byte for byte as Windows 7 does.

    That way, Microsoft gets _everyone's_ IP address, but there is no information content anymore. All that they would know is that the IP address exists. Today they know that the IP address is using Windows 7; that information would evaporate.

  67. It's the heavy handedness and misleading error by dbIII · · Score: 1

    It's mildly annoying. When a proxy is blocking people from browsing the web at certain times every Win7 user on site gets this message and to start with they were ringing me up to tell me there were network problems. I expect they will do it again each time they come back from holidays.
    As for the blocking policy - I know it is stupid and an actual brake on productivity but management were getting pissed off by seeing a few people on Facebook all day. My solution would have been to redirect everyone going there at work to some site that would scar them for life so it's probably just as well squid is being used to block access at certain hours instead.
    Using http to check connectivity seems a bit heavy handed and implies ignorance of just about everything in networking - but remember that way back Microsoft was the company infamous for not even being able to get "ping" right even when they were handed the source code for free.

  68. Re:Windows by Anonymous Coward · · Score: 0

    Are you serious? All you have to do is look at his posting history to determine that he is in fact probably *not* an astroturfing shill. Paranoid much?

    I don't know if it's astroturfing or not, but the only thing that makes Google a greater threat to privacy than, say, Bing, is the size of their userbase.

    Of course you know, the new Slashdot kneejerk response to anyone who disagrees with your (/the groupmind) view is that they must be paid shills/astroturfers. How else could you explain that they view things differently? The filter bubble indeed.

  69. Re:Worse on Apple^H^H^HLinux? by Anonymous Coward · · Score: 0

    I vaguely remember from firefox-2 days, one had to delete some bookmark settings, otherwise teh firefux would issue some request at every browser startup. Good thing there's tcpdump...

  70. Group Policy Editor by _Shad0w_ · · Score: 1

    Or you could just use the Group Policy Editor and achieve the same thing without faffing about...

    --

    Yeah, I had a sig once; I got bored of it.

  71. It took this long to figure this out? by ZorkZero · · Score: 1

    It took this long for people to figure this out? Did network sniffers go out of style or something?

  72. Re:privacy concerns? they know your IP from update by Geminii · · Score: 1

    Who uses their own IP for Windows Update? Who even updates direct from the Microsoft servers?

  73. Re:Windows by Hazel+Bergeron · · Score: 0

    Pamela Jones was widely considered to be a shill for Linux paid by IBM to secure their Linux-based offerings against Microsoft. Even if she wasn't, well, that's how...

  74. Re:privacy concerns? they know your IP from update by Anonymous Coward · · Score: 0

    It dont have to,
    Dont run WU. Manually download the updates *you* want via another IP.

    Dont let Microsoft boss you around. It's *your* computer.

  75. Re:Windows by petermgreen · · Score: 1

    You can easily turn it off or even change what url it requests.

    If easy is defined as either finding some obscure MS documentation or searching the registry.......

    --
    note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  76. Re:privacy concerns? they know your IP from update by Anonymous Coward · · Score: 0

    Yes but you can change the NTP server there easily, not having to dig in registeries.

    I imagine the load on their server will now drop :)

    FREEZE MSFT NCSI! *flashes badge*

  77. Re:Windows by Anonymous Coward · · Score: 1
    Look more closely and further back. He has many posts promoting MS products and insulting Google products (rarely Apple/Linux), Try looking at how many MS or Google stories he got the FP on, and look at the pattern of what he says. If you focus on that, the pattern is clear. You may not want to believe it but there have been users doing this on Slashdot for months. It's a coordinated PR campaign. You really think MS is above this? You really think because he has made (some) posts not related to MS that he is somehow now legit?

    The pattern is obvious to anyone with half a brain: First post by a non subscriber, often much too long to beat the usual "FP!!!" nonsense. Usually tries to make a positive comment about MS (sometimes lumping them in with other companies to hide the obviousness of the shilling) and a negative comment about it's competitors (namely Google, sometimes lumped in with Apple/Linux) and complete with links to stories. There are several other users in the 2 million+ UID recently that have the exact same pattern. If you watch too, his comment will get modder to +4 or +5 in a matter of minuteswith less than a half dozen posts on the story, before it eventually gets modded back down where it belongs by the real mods. This is indicative of someone using multiple accounts to mod themselves up.

    These shills have been outed several times. Hell, even Facebook JUST admitted to trying to pay bloggers through a PR firm to smear Google.

    http://www.guardian.co.uk/technology/2011/may/12/facebook-pr-firm-google

    This isn't paranoia, it's fucking happening and you're proud of your willfull ignorance. You do realize MS is an investor in FB, right? And that they are still a client of Burson-Marsteller:

    Burson-Marsteller is no stranger to anti-Google stories. In 2007, Microsoft admitted that it had an "ongoing relationship" with the firm, which had been lobbying a number of top UK businesses to raise the issue of Google's dominance in search.

    And they have been known for this in the past: http://www.usatoday.com/tech/news/2001-08-23-microsoft-letters.htm

    And they are also targeting Google heavily in the phone and search market especially with threatened lawsuits.

    So, yeah, a quick glance at a posting history means jack all when someone who knows what they are doing would try and mix normal comments in with the shilling. But you look at the consistent themes on particular topics, the ability to land FPs with prepared essasy with links, and you realize what you're looking at is clearly astroturfing.

    Personally I dont give a shit about Linux, and use Windows and Macs mostly, but I do give a shit when people are paid to shape the conversation. And you should too. It's not tin foil hat stuff when they have ADMITTEDLY paid bloggers to do this.

  78. Re:Windows by thetoadwarrior · · Score: 1

    I hear Microsoft sells the information to advertisers for a tidy sum. As an astroturfer can you prove that wrong?

  79. Re:privacy concerns? they know your IP from update by Anonymous Coward · · Score: 0

    Shush! Don't inject logic into the discussion - let the zealots show the world how paranoia and hate infects the Linux world. After a while you realize why ordinary people don't want to use Linux if there's a risk of becoming one of these losers.

    When the article is about windows 7, the comment you're replying to is about windows update and your comment is about Linux, I really do wonder if the zealotry is perhaps not where you think it is.

  80. Re:First thing I do when I bootup by cpu6502 · · Score: 0

    >>>Spoiling mod points to call you an idiot.

    Actually: "ignorant" is the word you're looking for (to describe someone who doesn't know about msconfig). Please use proper vocabulary.

    Also it's clear you lack experience because if you were familiar with MSconfig, then you'd know that it does NOT turn off all services or programs. Some of them, even after being deactivated via the config screen, still load during the startup process. Adobe Launcher is one of those.

    Hence the need to manually deactivate after bootup completes.

    --
    My AC stalker: " I personally agree with your posts most of the time, but that won't keep me from modding you troll"
  81. Re:privacy concerns? look at Google! by Anonymous Coward · · Score: 0

    Oh wow weee.
    What a useless and idiotic comment.

    Everytime you connect to any website, that website knows your IP, woooo!

    Instead of focusing on Microsoft, use your mind to think about the massive, MASSIVE amounts of data Google has on you.
    Everything from what websites you visit (Search / DoubleClick / Analytics / Syndication), where you live, who you're associated with (mail / buzz / voice), what websites you comment on and possible what comments you make (CAPTCHA, Analytics, DoubleClick), to what you're interested in on the net and where you spend majority of your time.

    And then if you've got Android, then they pretty much know your entire life story from who you're associated with / married to / dating / seeing behind your wife's back ... to where you go.

  82. Re:privacy concerns? they know your IP from update by Anonymous Coward · · Score: 0

    What are you doing on your computer that you are so worried that someone will find out about?

  83. Re:privacy concerns? they know your IP from update by Anonymous Coward · · Score: 0

    It's funny because I make every effort to turn those features off. Both of them.

    I despise ubiquitous automated networking.

    Tell me about more of these so-called "features" and I will make sure they are also turned off.

    I also delete the BBC News RSS Feed from Firefox when I install it. I make sure to open Firefox and disable lots of features before plugging in my network jack.

    No, I still haven't upgraded past Windows XP, and it's features like these that I am wary of.

  84. Re:privacy concerns? they know your IP from update by Anonymous Coward · · Score: 0

    ...and I'm not going into greater detail about what I do, but yes, I am aware that Firefox also has things like automatic updates, phishing and malware checking and Chrome has things like translation services. I don't like those either, and there's more I don't like. But I'm not writing an encyclopedia about the lengths I will go to, to exert control over my computer (...at least not for an anonymous Slashdot comment).

  85. botnet phone home by sgt+scrub · · Score: 1

    just the fact that the destination is editable makes me wonder how many windows machines are reporting information to botnet owners using this "feature".

    --
    Having to work for a living is the root of all evil.
  86. Re:privacy concerns? they know your IP from update by VGPowerlord · · Score: 1

    Who uses their own IP for Windows Update? Who even updates direct from the Microsoft servers?

    Home users and home users.

    Any more questions with obvious answers that I can answer for you?

    --
    GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
  87. Re:no its not by Anonymous Coward · · Score: 0

    Um, just going out on a limb here, but you do realize that you can fairly easily trace an IP address to a street address, right?

  88. Re:Windows by oakgrove · · Score: 1

    IBM was directly questioned by the judge during the SCO trial if they were paying Pamela Jones. They denied this. If they were, you can bet your bottom dollar that SCO would have found the smoking gun and ran to the judge to tell him about it. Judges hate liars and this would have severely tarnished IBM's credibility in his eyes. This didn't happen. PJ is no shill.

    --
    The soylentnews experiment has been a dismal failure.
  89. Re:Windows by Tolkien · · Score: 1

    If you developed it it's hardly being a shill. It's called promotion.

  90. Re:Windows by Tolkien · · Score: 1

    +1 if you follow your beliefs instead of $, the $ will follow, potentially in greater numbers.

  91. Post Anonymously by aldn001 · · Score: 1
  92. Criminals! by LoudMusic · · Score: 1

    Yes! It's true! And once they have everyone's IP address documented they're going to ... !! They'll be able to ... !!

    What exactly is it they're going to do with our IP addresses?

    --
    No sig for you. YOU GET NO SIG!
    1. Re:Criminals! by revlayle · · Score: 1

      They will make a DEATH STAR

  93. Re:privacy concerns? they know your IP from update by Anonymous Coward · · Score: 0

    And the date it gives may be 1984!

  94. Re:Windows by tendrousbeastie · · Score: 1

    It isn't 'astroturfing' if it is simply objectively wrong, and it isn't 'astroturfing' is it is subjectively disagreeable.

    To dismiss a post as astroturfing or trolling because one disagrees with it is not a fair way to hold a discussion.

  95. Re:Windows by tendrousbeastie · · Score: 1

    Or, he/she's someone who prefers Microsoft to Google?

  96. Re:Windows by tendrousbeastie · · Score: 1

    So, assuming the person above was in fact 'astroturfing', your objection is not that they were bending the truth, exaggerating, mis-representing facts, etc. but merely that they are financially benefiting from it.

    If they astroturfed for MS for free would it be OK?

  97. depends on your hardware (still) by Chirs · · Score: 1

    I work as a software developer for linux. I've been running linux for a decade. Some things still don't work properly and it's mostly related to hardware support.

    I recently got a new laptop for the family and then work upgraded my business laptop. Both of them use a touchpad that doesn't have proper linux support because the vendor doesn't want to release the specs. Thus when running Linux all the fancy multi-touch gestures don't work, horizontal scrolling doesn't work, and I can't configure sensitivity, tap-to-click, disable-when-typing, etc.

    Similarly, multi-monitor support is kind of flaky. It doesn't remember which outputs I was using so X always starts up using the laptop display even when it's in a dock.

    Lastly, the wireless networking manager in KDE can't connect to a wireless access point that isn't broadcasting its SSID. You need to enable broadcast, configure the network, then disable broadcast again. This is fine when it's your own network, but if it's not yours this is a real pain.

  98. Most people are admins yet complain about access? by Anonymous Coward · · Score: 0

    A lot of people complain about how Windows has organized the registry and how awful it is that a normal user can actually change these settings. After all; now we're an even bigger target since this news has hit slashdot!

    My guess: those people are running Windows 7 using an Admin account and are now complaining that you they actually have access to all of Windows' tidbits. Talk about ignorance!

    If you're using Windows 7 as regular users (which really is perfectly usable) then guess what? The moment you hit run program -> regedit the access level to this setting stops at "NlaSvc\Parameters". You can't go beyond that. Many other sections aren't even accessible at all.

    As soon as you run regedit as administrator the extra section like "Internet" appears and others become fully accessible again.

    Its like running Linux as root all the time (ok; or using "sudo mc" because then you can get things done) and then whining how all programs you use or run are able to trash your /etc directory. Get a clue already...

    I do agree that running a non-admin account in the past (Win XP anyone?) was hardly usable because even changing your startup menu could sometimes be annoyingly painful (read: stupidly difficult). Yet we're talking about Windows 7 here and although MS has enforced some really stupid things upon us in the past I have to say that I think Win7 is a really going into the right direction.

  99. Re:Windows by Tolkien · · Score: 1
    I think you might have misread me. This is what I was referring to:

    Shit, you can shill free stuff you developed for ego gratification if you really want.

  100. Has this dll been "Fuzzed" with bad input? by Anonymous Coward · · Score: 0

    DNS can be fooled.

  101. Call Al Fraken by Anonymous Coward · · Score: 0

    Now can we please include Microsoft along with Apple and Google on this privacy talks in Congress?

  102. nLite by luk3Z · · Score: 0

    I built my own version of XP with nLite. What do I need more ?

    --
    Recipes for USA bankrupt - http://tinypaste.com/0d66f dd = dollar deluge (printed in the infinity)
  103. Re:Windows by dave87656 · · Score: 1

    You can easily turn it off

    Well it doesn't appear to be that easy (from the article): ...
    It is possible to disable NCSI by a registry setting if you don’t want Microsoft to be able to check your internet connection.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet
    Under the Internet key, double-click EnableActiveProbing, and then in Value data, type: 0.The default for this value is 1. Setting the value to 0 prevents NCSI from connecting to a site on the Internet during checks for connectivity.