Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 15 submissions in the queue.
posted by martyb on Sunday January 10 2016, @01:10AM   Printer-friendly
from the PSA dept.

If you're using a PC running Windows 7 or 8, you may be getting a little sick of endless popup screens telling you to upgrade to version 10. And you may be worried about inadvertently installing the upgrade as part of a security update.

Microsoft will start pushing out a Windows 10 upgrade as a recommended, virtually mandatory, update very soon (it's right now only an optional download). Some people are tempted to turn off Windows Update completely to avoid getting the new operating system – don't. It'll leave your computer vulnerable to attack as you'll no longer get security patches.

It's actually rather easy to turn off the Windows 10 upgrade function without losing vital regular software updates. Microsoft even has an official document [*] explaining how to do it.

[...] Make sure you follow all the steps, but essentially you have to:

        1. Open the Registry Editor (search for regedit in the Start Menu and run it).
        2. Set [DWORD value] DisableOSUpgrade to 1 in HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
        3. Set [DWORD value] ReservationsAllowed to 0 in HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade

Or, the obligatory recommendation to run FOSS instead.

[*] Javascript required.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by HiThere on Tuesday January 12 2016, @07:39PM

    by HiThere (866) Subscriber Badge on Tuesday January 12 2016, @07:39PM (#288748) Journal

    What does "the system won't boot without bash" have to do with "You have to use bash too much". (Yeah, I know that isn't what you said. But trying to figure out what you meant by "too much of a crutch" isn't making any sense to me.)

    Yes, the SYSTEM uses bash a lot. So what. The user doesn't need to use it, and for well over a decade perfectly useable accounts have been createable which had access to ALL shell scripting languages forbidden. I once made accounts for people who only had access to a database script which I wrote, and the only access they had to it was via a graphics interface. (Well, OK, this was actually under an old Altos AT&T UNIX system, but doing the same thing under Linux would be trivial.)

    It's my suspicion that most Linux users these days never touch shell scripting. This is certainly true for many users. That the system uses shell scripts is totally irrelevant.

    --
    Javascript is what you use to allow unknown third parties to run software you have no idea about on your computer.
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 2) by Hairyfeet on Wednesday January 13 2016, @09:44AM

    by Hairyfeet (75) <bassbeast1968NO@SPAMgmail.com> on Wednesday January 13 2016, @09:44AM (#288997) Journal

    Because it shows how badly ingrained in the minds of the devs it is? Everyone else moved away from using shells as a critical part of the boot process because its a bad idea as it can cause all kinds of dependency hell and version hell, but not Linux, because the devs simply cannot fathom doing squat without Bash.

    Here is a simply experiment that will show you I am right...pick a support forum, any forum, be it Ubuntu, PCLOS, you take your pick. Now give them a simple problem, say "graphics driver won't load" or "sound hardware not detected", now ask them for a GUI solution when they immediately start their "open up Bash and type" mantra and see what you get...you will get cursed, insulted, accused of being a shill, when the simple fact of the matter is they can't do it without bash because no matter how simple the issue they only know how to go to Bash, its a crutch they just will not let go of.

    this is why I will always compare Linux NOT to Win2K on up but to Win9X, because just like with Win9X where every solution offered was to bypass the OS and go straight for the shell? The same holds true for Linux. this is fine in a server role where there usually isn't a GUI in the first place but its simply unacceptable in a consumer OS. Ironically the most popular consumer OS that uses Linux is Android by far and what was the very first thing Google did, in the very first release? Removed the shell. Because of this apps do not depend on the shell and frankly the OS is better for it. Now look at how many "programs" in Linux are nothing more than glorified screen scrapers that simply use the GUI to create a list of commands for Bash, hell there is hundreds and hundreds of them, video and text conversion just to name 2 are practically all screen scrapers, why? Because they have leaned on bash for so long they simply do not know how to write a proper program without it.

    I wish it weren't so but I've seen enough to know its sadly all too true.

    --
    ACs are never seen so don't bother. Always ready to show SJWs for the racists they are.
    • (Score: 2) by HiThere on Wednesday January 13 2016, @07:43PM

      by HiThere (866) Subscriber Badge on Wednesday January 13 2016, @07:43PM (#289237) Journal

      OK, I understand that you don't like even the system shell scripting. That's a good reason for you to use something else. I don't think it's an argument that many people would even understand, and of those who understood it I believe that most would disagree.

      --
      Javascript is what you use to allow unknown third parties to run software you have no idea about on your computer.