Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Microsoft Network The Internet Windows Technology

Windows Search Went Down For Hours Because of a Microsoft Services Outage (theverge.com) 68

Microsoft's built-in Windows search went down for more than three hours today due to access and latency issues "with multiple Microsoft 365 services." While the issues have since been resolved, it comes just days after Microsoft's Teams service experienced a widespread outage after the company forgot to renew a SSL certificate. The Verge reports: Windows search is built into Microsoft's latest Windows 10 operating system, and it started presenting blank search results for apps or any other search queries at around 8AM ET today. Windows search uses the Bing backend to search for results across the web, and it appears that this was the source of the issue. Microsoft blames a "third-party networking fiber provider" for experiencing a network disruption resulting in multiple Microsoft 365 services issues. "This issue has been resolved for most users and in some cases you may need to reboot your machine," says a Microsoft spokesperson in a statement to The Verge.
This discussion has been archived. No new comments can be posted.

Windows Search Went Down For Hours Because of a Microsoft Services Outage

Comments Filter:
  • Why again... (Score:5, Insightful)

    by TWX ( 665546 ) on Wednesday February 05, 2020 @09:08PM (#59695764)

    ...does a search feature of my local computer have to connect to Microsoft's servers?

    • ...does a search feature of my local computer have to connect to Microsoft's servers?

      It doesn't; see my post [slashdot.org] below.

    • It only connects to the web if you've enabled web search or Cortana integration. There are at least five different ways to turn it off if you don't want it, including a toggle switch for it in the out-of-box-experience wizard.

      • Re:Why again... (Score:5, Informative)

        by sexconker ( 1179573 ) on Wednesday February 05, 2020 @09:27PM (#59695824)

        Wrongo, kiddo.

        I've turned alllllllllllllllllllllll that shit off and rejected every possible permission for Cortana, etc. (The "5 different ways for turning it off" are really 1 single way for turning it off, to be done in 5 places, and if you miss one or get one wrong it's all on, all the time. And they recently ripped out one of the UIs for turning shit off.)

        Then MS pushes a new update pegged to a new registry setting, WITH NO UI TO CONTROL IT, and Bingo Fucko, Start searches the fucking web via Bing.

        • Re:Why again... (Score:5, Informative)

          by AmiMoJo ( 196126 ) on Thursday February 06, 2020 @05:40AM (#59696866) Homepage Journal

          There is an easier way. Open gpedit.msc and go to Computer Policy -> Computer Configuration -> Administrative Templates -> Windows Components -> Search. There is an option called "Enable Cortana", if you disable it then Cortana is dead regardless of any other settings.

          Group Policy Editor is often the easiest and best way to control your computer because it's designed for system administrators on corporate networks who don't tolerate any bullshit.

          • And it's only available on Windows Professional.

            • And until a few months ago, this policy (or a similar one) included something along the lines of "Note, this policy will only come into effect if you are running Windows Enterprise". The day before this outage, I just happened to be going through these policies and noticed that the disclaimer about Windows Enterprise was removed. Not sure it it was true or not, as I disabled everything about web search and Cortona yet the next day search was broken.
      • Re: Why again... (Score:5, Interesting)

        by Z00L00K ( 682162 ) on Wednesday February 05, 2020 @09:42PM (#59695872) Homepage Journal

        It connects if you haven't specifically disabled it through a registry hack. And you have to watch it too since an update can enable it again.

        The result is that Microsoft sees what you are searching for on your own computer by default.

    • Because that's where they store the index of your computer. What? You wanted it stored locally?

    • The confusion is understandable, but you see, it isn't your computer.

      As such, they quite reasonably want control over their data.

    • Same question. I noticed this yesterday on my rarely used Windows laptop which was on to test something Win specific with the touch screen browser interaction. I actually rebooted the thing.

      On my Mac searching does not need a network connection. Spotlight rules.

    • You have to look at it from the point of view of Microsoft's executives.

      From that perspective, for everyone's "personal" computers to rely wholly on Microsoft's servers is not a bug.

      It's a feature.

    • How would MS spy on everything you are doing and sell that information otherwise? Why are you so selfish? :)
  • by fahrbot-bot ( 874524 ) on Wednesday February 05, 2020 @09:10PM (#59695768)
    As noted in a few places, this helps:

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
    "BingSearchEnabled"=dword:00000000
    "CortanaConsent"=dword:00000000

  • by ZorinLynx ( 31751 ) on Wednesday February 05, 2020 @09:11PM (#59695772) Homepage

    Why doesn't search spin off TWO threads, one to search the local computer, and the other to search online, if the user has that feature enabled?

    This way both threads can work and local results can be returned while the other thread tries to search online. This has two WONDERFUL benefits:

    - You will get local results faster, regardless of the state of online search,
    - Local search will work period, even if you're not online.

    This is... common sense shit? Computers can multitask; there's no reason both searches can't happen simultaneously. Sometimes I wonder what they're smoking at Microsoft; I've been wondering this on and off for 25+ years now.

    • Fail gracefully is something should always be part of the design of any web based service.

      • by Aighearach ( 97333 ) on Wednesday February 05, 2020 @09:57PM (#59695922)

        Windows being graceful only amounts to Ballmer wearing a tutu to work again.

      • Fail gracefully is something should always be part of the design of any web based service.

        Who said that first? Was it the Microsoft team that designed this [wikipedia.org] or the Apple team that designed this [wikipedia.org] or this [wikipedia.org]? :-)

        In a semi-related true story, I once got a fatal error message from Tcsh that said, "Assertion Botch. This can't happen!" as the shell failed. Man, talk about a paradox.

        • "the design of any web based service" is compared to a non recoverable kernel panic? I really don't understand. If web search is enabled, it returned no results, not a kernel panic. At least it should have been in the summary if true.

          • If web search is enabled, it returned no results, not a kernel panic.

            It still should have returned local results.

      • You could have left it at:

        Fail gracefully is something should always be part of the design.

    • Why doesn't search spin off TWO threads, one to search the local computer, and the other to search online, if the user has that feature enabled?

      Because without service outages, unpaid interns would never get any breaks.

    • Do you really expect them to be able to write something multi-threaded properly?

    • I'll go. The failure mode for a certificate was considered permanent failure and never tested. It was never considered by anyone part of this team. Not part of the design, not part of the architecture.

      Microsoft consistently fails at code reuse, bubbling up one error as something else and likely inadvertently hiding the source of problems. If you find the right debugging tool, you can usually see the problem.

      And ultimately, it's the choice to hide potentially complicated messages to prevent confusion. A sear

  • Everything (Score:4, Informative)

    by ArchieBunker ( 132337 ) on Wednesday February 05, 2020 @09:23PM (#59695808)

    There is a simple windows program called "Everything" that indexes all your drives and searches as fast as you type. I use it daily and its what windows search should be. https://www.voidtools.com/ [voidtools.com]

    • Love this program. Swear by it. I can find anything on my computer faster than I can type.
    • There is a simple windows program called "Everything" that indexes all your drives and searches as fast as you type. I use it daily and its what windows search should be. https://www.voidtools.com/ [voidtools.com]

      Damn, that's good. Thanks.

    • Not the same thing. Windows Indexing looks at contents of files. Everything looks only at filenames.
    • by cusco ( 717999 )

      There's also DIR filename.ext /s run from the root directory. Since I always have a command prompt open anyway that's always been faster for me. It's likely that your "Everything" is just a pretty shell for DIR.

  • You may need to reboot your own computer because a fiber cable went down somewhere? Yeah, tie me to the web even more ... NOT. Never M$, never will I use Windows 10.
  • by phantomfive ( 622387 ) on Wednesday February 05, 2020 @10:10PM (#59695992) Journal
    I don't like to judge without information, but from the communications they've given, this seems negligent. Even the office wifi where I work has two redundant service providers (and a wired connection to my desk, although that goes through the same providers) in case there is down time with one or the other. What is Microsoft doing here that a customer facing service is dependent on a single provider?
  • Use a DOS window. Search is lightning fast and you don't need no steenking internet

    • I think you mean a "command prompt window" or "command window" DOS has not been part of Windows for many years. The command prompt window can be mistaken for DOS because it looks like DOS running in a window and runs many of the old commands.

      • DOS has not been part of Windows for many years.

        That's what they want you to think!

      • by cusco ( 717999 )

        Since Windows 2000. IIRC Win NT still ran a copy of DOS in a separate memory space to give the command prompt, Win2K rewrote it as a separate app with almost all of the same functionality, and it hasn't changed much since. I still have my DOS 5 book, since it's the best reference I've run across for writing batch files.

  • by cusco ( 717999 ) <brian.bixby@[ ]il.com ['gma' in gap]> on Wednesday February 05, 2020 @11:39PM (#59696266)

    This doesn't bode well for the Pentagon contract. I've worked on the MS campus off and on for years and have repeatedly experienced router loops, DNS corruption, and AD replication storms that lasted days. My coworker's previous job was network support for Azure. When he heard about the Pentagon contract his first comment was, "They're going to regret that."

  • More and more I wish I still had my Radio Shack Color Computer. Life was better back then
  • Comment removed (Score:4, Insightful)

    by account_deleted ( 4530225 ) on Thursday February 06, 2020 @12:15AM (#59696360)
    Comment removed based on user account deletion
  • Both of them.

  • you can't figure out those MS developers, they way they present errors always leaves something to be desired.
    either you get an error, but it is complete gibberish or totally useless or, as in this case - nothing.

  • And it really sucked ... I'm not a big fan of Start menu search but got used to it since the menu structure often makes little sense. E.g. go ahead, try to find the Remote Desktop client in the Start menu if you normally just type "Remote" ...

    Took awhile to find the registry hack. Irritating.

    • by cusco ( 717999 )

      try to find the Remote Desktop client in the Start menu

      Type MSTSC at a command prompt. What, you don't have a command prompt open? Why?

      I have no idea where the icon is, I haven't searched for it that way since shortly after it was introduced. It was under Accessories then, and a sub-entry (Advanced maybe?) with a couple other tools like the modem terminal window.

      • It helps to have been around since Remote Desktop was calle Terminal Services so that you know why it's called mstsc.

      • try to find the Remote Desktop client in the Start menu

        Type MSTSC at a command prompt. What, you don't have a command prompt open? Why?

        I have no idea where the icon is, I haven't searched for it that way since shortly after it was introduced. It was under Accessories then, and a sub-entry (Advanced maybe?) with a couple other tools like the modem terminal window.

        It was just one example. The point is, with a modern GUI you shouldn't have to memorize lots of cryptic commands.

        • by cusco ( 717999 )

          Then make a folder off the Start menu with icons for the programs you use most often. Or create shortcuts on the desktop. Or create a folder off your home drive with shortcuts, or . . .

          There has never been a shortage of ways to do common actions in Windows, more troublesome for helpdesk staff to learn all the different ways users arrive at the same point.

  • This happens every leap year.

    -k.

Any circuit design must contain at least one part which is obsolete, two parts which are unobtainable, and three parts which are still under development.

Working...