Fix: Teams MTR Hard Drive Is Full  Without Reason

Fix: Teams MTR Hard Drive Is Full Without Reason

I recently came across this issue in our MTR.

we found C drive is full without reason.

we downloaded TreeSize software (free) to find what makes our C drive full.

Link to download TreeSize software - Click Here

we found Windows.edb file with a size of 90GB.

The Windows.edb?file is a hidden file, located in the following folder:

C:\ProgramData\Microsoft\Search\Data\Applications\Windows\Windows.edb        

You can check the current size of the Windows.edb file with the following PowerShell command:

((Get-Item $env:programdata'\Microsoft\Search\Data\Applications\Windows\Windows.edb').length/1GB)
        


Next, let’s look at several ways to reduce the size of the huge Windows Search Index (Windows.edb) file.

How to Reset and Rebuild Windows Search Index?

open?Control Panel -> Indexing?Options -> Advanced ->?click?Rebuild

Remove and Recreate the Windows.edb file

?To delete the Windows.edb file, stop the?Windows Search?service, then delete the file and start the service.

net stop "Windows Search"
REG ADD "HKLM\SOFTWARE\Microsoft\Windows Search" /v SetupCompletedSuccessfully /t REG_DWORD /d 0 /f
del %PROGRAMDATA%\Microsoft\Search\Data\Applications\Windows\Windows.edb
net start "Windows Search"
        

The value of the registry parameter?SetupCompletedSuccessfully = 0?in the reg key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Search forces the Windows Search service to reset the current settings and indexing paths at the next start, restore the default wsearch parameters and add the default indexing paths.

Harald Steindl

Collaboration, Workspace management, Hybrid Workplace Technology, combining tech know-how and management experience

3 年

I have to ask: Any idea, why the indexer freaked out?

Graham Walsh

Microsoft MVP | Director, Global Technical Sales, Alliances at Neat | Host of MTDAMA | Merch thegrahamwalsh.com/store

3 年

You might also find Windows.old folder taking up Space. Just remove that.

要查看或添加评论,请登录

Elazar Ohayon的更多文章

  • Teams callback feature is now available in GUI

    Teams callback feature is now available in GUI

    Teams callback feature is now available in the GUI A new feature was released on the Call queue GUI setting "Call…

    5 条评论
  • New Callback Feature: Revolutionizing Call Queue Efficiency

    New Callback Feature: Revolutionizing Call Queue Efficiency

    Important Update: These configuration options are currently only available through PowerShell cmdlets and do not appear…

    4 条评论
  • What’s New in Teams Phone | April 2024

    What’s New in Teams Phone | April 2024

    Teams Phone Voice isolation enables clear and seamless calls or meetings, wherever users are. This feature uses AI to…

    3 条评论
  • Introducing the Queues app

    Introducing the Queues app

    ?? Exciting News: Introducing the Queues App for Microsoft Teams! Microsoft announces the Queues app, a Teams-native…

    7 条评论
  • Farewell Microsoft Stream Classic: A Smooth Transition to Stream on SharePoint

    Farewell Microsoft Stream Classic: A Smooth Transition to Stream on SharePoint

    Introduction As we bid adieu to Microsoft Stream Classic, it’s time to embrace the future with Stream on SharePoint. In…

    3 条评论
  • Copilot in Teams: August 2023 Updates

    Copilot in Teams: August 2023 Updates

    Introducing Microsoft 365 Copilot: Your Effortless Assistant Meet Copilot: the ultimate chat assistant in Microsoft…

    1 条评论
  • AA & CQ Latest Updates

    AA & CQ Latest Updates

    ?? Exciting News! Elevate Your Communication with Teams Auto Attendants and Call Queues! ?? I'm thrilled to share some…

    1 条评论
  • Get your organization ready for Microsoft Loop: A step-by-step guide

    Get your organization ready for Microsoft Loop: A step-by-step guide

    Hi folks, Microsoft announces the Loop App is available in public preview! Microsoft Loop simplifies project…

    4 条评论
  • ChatGPT With Microsoft Teams

    ChatGPT With Microsoft Teams

    Hi folks, ChatGPT is an artificial intelligence chatbot powered by natural language processing (NLP) technology. It is…

    6 条评论
  • What's New in Microsoft Teams 2023 - January

    What's New in Microsoft Teams 2023 - January

    Teams Updates: Jan 2023 New features for Microsoft Teams phone system have been released in Jan 2023 and should be…

    5 条评论

社区洞察

其他会员也浏览了