Slashdot Mirror


Microsoft's Windows 10 Upgrade Screen Interrupts Meteorologist's Live Forecast (hothardware.com)

Reader MojoKid writes: If you're a Windows 7 or Windows 8 user who hasn't yet upgraded to Windows 10, you've probably been bombarded at some point by Microsoft to upgrade, and not always at the most convenient times. Such was also the case with one meteorologist who saw a Windows 10 upgrade prompt show up during a very inopportune time -- right in the middle of a live forecast. Metinka Slater, a meteorologist with Des Moines CBS affiliate KCCI 8, was going about her business, giving viewers a rundown of the 12-hour rainfall totals in the area when a nagging Windows 10 upgrade screen popped up, just like it has for thousands of everyday Windows users. But rather than get flustered or give into Microsoft's demands, Slater laughed off the annoyance. "Ahh, Microsoft recommends upgrading to Windows 10. What should I do?" Slater joked. "Don't you love when that pops up?"From the looks of it, either the concerned computer is running Windows 98, or is using classic theme.

28 of 235 comments (clear)

  1. Here's a good idea by Nidi62 · · Score: 5, Insightful

    The TV station should send an invoice to Microsoft to bill them for the advertising time.

    --
    The only thing necessary for evil to triumph is for it to be pitted against a slightly greater evil
    1. Re:Here's a good idea by Mr.Intel · · Score: 5, Informative

      Having worked IT for a TV station, i can tell you that the weather graphics workstations are often NOT on the local AD domain. This is deliberate and the local IT guy usually doesn't "own" that particular workstation. It's usually up to the weather guy and weather software vendor to provide support. Likely, this little insightful nugget was lost on that pair or they simply didn't care. Either way, it might not be the IT guy's fault at all.

      --
      ASCII tastes bad dude.
      Binary it is then.
    2. Re:Here's a good idea by Anonymous Coward · · Score: 5, Insightful

      > This is the TV station's fault for not deploying their computers correctly.

      Captain Perfection Has Spoken.

      I say it's Microsoft's fault for being so annoyingly intrusive and persistent.

    3. Re:Here's a good idea by Anonymous Coward · · Score: 5, Insightful

      Sorry but I have to say stfu with all this MS defending. If Microsoft wasn't trying to shove Win10 down everyone's throat via that deceptive dialog, none of this would be an issue. Enterprise or home edition, doesn't matter. Full stop.

      Now if it had something to do with security or other non-marketing issue then yeah, slam their IT dep't. But this is solely under the purview of marketing.

      TL;DR: Don't embarrass yourself by defending Microsoft's stupid marketing fuckup.

    4. Re:Here's a good idea by theskipper · · Score: 4, Funny

      That's not true. As a matter of fact I'm trying to catch up on paying hundreds of invoices right now that were emailed to me recently. Only inconvenience is it's a pain to unzip each one.

      Oh there's another one...back to it.

    5. Re:Here's a good idea by Anonymous Coward · · Score: 5, Insightful

      It's the user's fault when their software is working against them?

      Microsoft apologists always blame the user for Microsoft's low quality software. When Microsoft produce a trainwreck of a UI apologists blame users for not being able to learn how to use it. When Microsoft produce an operating system that collects your data and users object, apologists say it's the user being stupid and that data collection is fine. When Microsoft intentionally breaks Windows 7 in a variety of ways it's the user's fault for using ancient software.

      Software you buy should be working for your benefit, not Microsoft's benefit. They shouldn't be hijacking your computer to try and force you to upgrade to Windows 10. They shouldn't be redesiging their UI to try and sell things through the Windows Store so they can take 30% of the proceeds. They shouldn't be treating your as a source of information to be harvested.

      it's not the user's fault when Microsoft's software produces failures like this, it's Microsoft's fault.

    6. Re:Here's a good idea by Jason+Levine · · Score: 4, Funny

      Thankfully, you should be able to pay them with all the money from those dead Nigerian princes.

      As a side note, is "Nigerian prince" the world's most hazardous job? They're constantly dying off!

      --
      My sci-fi novel, Ghost Thief, is now available from Amazon.com.
    7. Re:Here's a good idea by chispito · · Score: 3, Insightful

      Why mod this down? He's right.

      If a Linux system message popped up during a live broadcast, people (here) would assume that the machine was misconfigured for their use case. There is a wealth of information on the Internet about how to deal with these messages, and if you don't have proper IT support to configure systems in your broadcast tool chain, you are clearly doing it wrong.

      --
      The Daddy casts sleep on the Baby. The Baby resists!
    8. Re:Here's a good idea by mysidia · · Score: 4, Insightful

      This is the TV station's fault for not deploying their computers correctly. This issue has been known for months and months now and a fix has been around for quite a while.

      Not an initial deployment issue.

      A surprising unwanted behavior introduced in a patch, that the administrator would not have noticed, unless they were reading many online articles about it.

      If anybody's fault it's Microsoft's for not having provided the option Years ago, so they could opt-out of Nag Screens and Auto OS upgrades at the time of initial deployment, not AFTER deployment, with a new Opt-Out being required for Novel unwanted behavior.

      However, I would just say it's an understandable accident that anybody could make. It's nobody's "Fault" other than Microsoft management/marketing deciding to introduce the Novel behavior with a NEW Opt-Out option, instead of one that could have been selected Along with the option to turn on Automatic Updates.... back in 2012, 2013, or 2014.

    9. Re:Here's a good idea by sexconker · · Score: 5, Informative

      What about AllowOSUpgrade in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade ?
      This was the original, official way to control it. They then decided to ignore anyone who set AllowOSUpgrade to 0.

      Then they put out the second piece you mention.
      The registry location for this is DisableOSUpgrade in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\WindowsUpdate .
      However the client needs a specific update installed for the setting to actually do anything. This update is not pushed out to WSUS servers, and thus is not pushed out to the majority of clients in a managed domain. It's only available via regular ass Windows Update. Further, there are no complete ADMX/ADML files available containing this definition so you can't set it via Group Policy Editor. They reluctantly put out updated ADMX/ADML files containing the definitions, but they were older, incomplete files. You have to take your existing policy definitions and manually merge the DisableOSUpgrade pieces into them.

      <string id="DisableOSUpgrade_Title">Turn off the upgrade to the latest version of Windows through Windows Update</string>
      <string id="DisableOSUpgrade_Help">Enables or disables the upgrade to the latest version of Windows through Windows Update.

      If you enable this setting, Windows Update will not offer you an upgrade to the latest version of Windows.

      If you disable or do not configure this setting, Windows Update might offer an upgrade to the latest version of Windows.</string>

      <policy name="DisableOSUpgrade_Title" class="Machine" displayName="$(string.DisableOSUpgrade_Title)" explainText="$(string.DisableOSUpgrade_Help)" key="Software\Policies\Microsoft\Windows\WindowsUpdate" valueName="DisableOSUpgrade">
      <parentCategory ref="WindowsUpdateCat" />
      <supportedOn ref="WU_SUPPORTED_Windows7_Or_Win81Update" />
      <enabledValue>
      <decimal value="1" />
      </enabledValue>
      <disabledValue>
      <decimal value="0" />
      </disabledValue>
      </policy>

      If you already have one of the GWX updates installed you're fucked. DisableOSUpgrade didn't come about until hundreds of millions of machines had already been infected with GWX.

      The DisableGWX piece you mention is the official way to suppress the GWX dialog. It does NOT remove GWX, it merely hides the popup. Anyone who has GWX still has it, and likely still has Windows 10 downloaded. The upgrade procedure can be initiated without the GWX dialog.

      On top of all this, they bundled Windows 10 ads into an IE security update. The ads allow users to initiate the update process, regardless of DisableGWX, DisableOSUpgrade, or AllowOSUpgrade. The only thing saving you here is making sure users do not have the privileges to run the EXE located at http://www.microsoft.com/en-us... . I believe this installer will look for the Windows 10 installer in the default download location that GWX uses the same way the official "Media Creation Tool" for clean installation does.

      This means that if a machine had GWX at one point (and most Windows 7 machines have had it), it likely already downloaded Windows 10. Nothing you mentioned removes GWX or the Windows 10 download. A privileged user running IE will see a Windows 10 ad. In 3 clicks and just a few seconds, they can install Windows 10.

      Yo

    10. Re:Here's a good idea by Karlt1 · · Score: 4, Insightful

      Why should any business have to go through this to disable spam that came with the OS?

    11. Re:Here's a good idea by UnknownSoldier · · Score: 4, Insightful

      Because's Microsoft didn't try to pull this upgrade ad shit with Windows XP, WIndows 7, or Windows 8 -- it wasn't until Windows 10 that they started spamming everyone.

      The blames lies with both parties:

      * Microsoft for spamming ads
      * Anyone dumb enough to use Windows 10

    12. Re:Here's a good idea by execthis · · Score: 3, Informative

      Just install GWX Control Panel which not only disables it all, it can actively monitor in the background to prevent it ever becoming enabled again by Windows update.

    13. Re:Here's a good idea by bigfinger76 · · Score: 4, Informative

      This wasn't a system message, or an error. This was an advertisement/nagscreen.

    14. Re:Here's a good idea by michelcolman · · Score: 4, Funny

      That might work. Just send a mail to the invoice guys telling them to contact your financial manager at the nigerian address.

    15. Re:Here's a good idea by Man+On+Pink+Corner · · Score: 4, Insightful

      The fact that it lacks a "Don't remind me again" checkbox places it into the category known as "dark patterns."

      Put simply, if Windows 10 is really that great, why does Microsoft have to borrow tactics from Ukrainian malware authors to shove it down our throats?

  2. Giving you the forecast, indeed by Anonymous Coward · · Score: 5, Funny

    Cloudy with a chance of forced update installs.

  3. Missed opportunity by mrchaotica · · Score: 3, Insightful

    If only the meteorologist had said "and this is a perfect example of why Microsoft is shit and should never be used for anything important," it would have been great.

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  4. Can't Be 98 by Anonymous Coward · · Score: 5, Informative

    From the looks of it, either the concerned computer is running Windows 98, or is using classic theme.

    Since Microsoft isn't offering the free upgrade to anyone below Windows 7, that kinda narrows it down.

  5. Re:It's their own fault for refusing to upgrade. by smooth+wombat · · Score: 4, Funny

    Exactly. Just like car dealers should be able to lock you out of your car if you don't come in for a service notice or upgrade to your software.

    Win/win situation: the dealer gets more business and users get more apps!

    --
    We will bankrupt ourselves in the vain search for absolute security. -- Dwight D. Eisenhower
  6. Updates are just as bad by DidgetMaster · · Score: 5, Insightful

    After installing Windows 10, you get updates pushed to you on a regular basis. During a demo, I needed to reboot. The update facility decided that would be a perfect time to spend about 10 minutes updating my machine. It did not give me a choice to postpone it to a more convenient time.

    1. Re:Updates are just as bad by KiloByte · · Score: 3, Insightful

      If the tech -- and the software company you patronize -- are so incompetent to not know how to do updates without inconveniencing the users, that's not the user's fault.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    2. Re: Updates are just as bad by MobyDisk · · Score: 3, Informative

      DidgetMaster didn't say it restarted spontaneously.

      When restarting on Windows 8 and 10, if there are pending updates that require a reboot, there is a "restart and apply updates" and another "restart witout updates." Unless the user is paying attention it is easy to click the restart and apply updates option.

  7. Waiting by Anonymous Coward · · Score: 5, Interesting

    Waiting for the inevitable live "I'm done installing Windows 10 behind your back, I'm going to reboot now. Screw your unsaved work!", followed by the inevitable "I'm terribly sorry, but it seems that I can't boot. And no, I won't tell you why, but if you are feeling lucky, you can try the system restore function that doesn't work. Or stare at the screen, that's good too".

    Because if you're going to fuck your customers systems, you better make sure that they can't AT LEAST drop to a console and try to unfuck the system. You have to be thorough about these things.

    Yes, I'm bitter. I've had to deal with this twice already.

  8. Re:Classic theme by mrchaotica · · Score: 4, Interesting

    I actually like the Windows 7 theme. (Can't say the same about XP or 10 though.)

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  9. Read the second sentence too, idiot by raymorris · · Score: 5, Informative

    > You're either a liar or an idiot.
    It seems you're the idiot who can't read more than one sentence, and you're a jerk too.

    Try sounding out these words, we'll wait:

    > > During a demo, I needed to reboot. Windows decided this would be the perfect time ...

    In case you're not aware, Windows installs updates when you shutdown or reboot. This can be rather annoying when you're in a hurry to leave. You work until time to leave the office, then click shut down on your laptop to leave. At which point Windows pops up with "Installing Updates. Do not unplug or shut down the computer. Time remaining: 12 minutes. "

  10. Re:Classic theme by Anonymous Coward · · Score: 5, Insightful

    When XP came along, everything was all bubbly and cartoonish looking. Two or three minutes of that and no thanks, I turned on Classic.

    When 7 came along, it had Aero and everything was trying to be translucent and glassy and OSX-y. I disabled that in favor of Classic.

    When 8 came along, Metro was introduced and suddenly everything was somehow even more flat/square/boring than Classic View. It's like the entire experience was designed for touch screens or people who hadn't ever used a mouse before. I disabled Metro in favor of Classic.

    If you want to call me stuck in the 90's, that's fine. But Classic view is by far the most productive and functional interface in Windows, for me.

  11. Re: Classic theme by pgn674 · · Score: 4, Funny

    Most people in my area referred to the XP default theme as the "Fisher-Price Theme." In Windows 8, when there is a CD in your drive, the associated message says something like "Tap here to eject CD." It said "tap," even when you didn't have a touch screen. That is when I knew Windows 8 was designed for touch screens first.