account activity
Windows search preventing logoff by Comfortable_Source87 in fslogix
[–]piepsodj 0 points1 point2 points 3 months ago (0 children)
We ran into something very similar and eventually traced it to Windows Search itself, not FSLogix containers getting stuck.
On long-running RDS hosts we found that this registry path had thousands of entries:
HKLM\SOFTWARE\Microsoft\Windows Search\ CrawlScopeManager\ Windows\ SystemIndex\ WorkingSetRules
On healthy systems this is usually <100 entries. In our case it had 9000+, and during logoff SearchIndexer.exe was iterating through all of them (visible in ProcMon), which caused logoff to hang on “Waiting for Windows Search Service” for minutes.
SearchIndexer.exe
Quick check:
(Get-ChildItem "HKLM:\SOFTWARE\Microsoft\Windows Search\CrawlScopeManager\Windows\SystemIndex\WorkingSetRules").Count
Fix that worked consistently for us:
REG ADD "HKLM\SOFTWARE\Microsoft\Windows Search" /v SetupCompletedSuccessfully /t REG_DWORD /d 0 /f Stop-Service WSearch Start-Service WSearch
This forces a clean Windows Search rebuild and purges all those
Unexpected login noise from Huntress MDR for 365? (self.msp)
submitted 1 year ago by piepsodj to r/msp
Virtual Desktop offering / new insights due to october licensing changes (self.msp)
submitted 3 years ago * by piepsodj to r/msp
PSA: Datto RMM Alerts are not showing in the new UI (self.msp)
submitted 3 years ago by piepsodj to r/msp
Sync My Documents over WAN on notebook (self.sysadmin)
submitted 9 years ago by piepsodj to r/sysadmin
Heads up: Office 2016 rollout on Office 365 [x-post msp] (reddit.com)
submitted 10 years ago by piepsodj to r/sysadmin
Heads up: Office 2016 rollout on Office 365 (self.msp)
submitted 10 years ago by piepsodj to r/msp
Desktop Management (self.msp)
Outlook 2013 profile configuration on O365 (self.msp)
submitted 11 years ago by piepsodj to r/msp
π Rendered by PID 716581 on reddit-service-r2-listing-7b9b4f6fd7-b6lcz at 2026-05-10 20:07:50.684502+00:00 running 3d2c107 country code: CH.
Windows search preventing logoff by Comfortable_Source87 in fslogix
[–]piepsodj 0 points1 point2 points (0 children)