Fix Drag and Drop From Outlook Failing in File Explorer on Windows 11

Dragging an email or attachment from Outlook into a File Explorer folder normally saves the item as a file. When this drag-and-drop operation fails, you see the “not allowed” symbol or the file simply does not appear. The cause is usually a conflict between Windows 11’s drag-and-drop system and a third-party application that intercepts mouse … Read more

How to Disable Cloud Files Filter on a Specific Folder in Windows 11

Windows 11 integrates tightly with cloud storage providers such as OneDrive. The Cloud Files Filter is a Windows component that syncs file status and metadata between your local folders and the cloud. This filter can cause delays when opening folders, slow down file operations, and produce unexpected sync prompts for folders you want to keep … Read more

How to Disable Quick Access Recent Files Per User on Windows 11

Quick fix: Open File Explorer, click the three-dot menu in the toolbar, choose Options, and uncheck both Show recently used files and Show frequently used folders. Click Clear next to Clear File Explorer history to wipe the existing list. The change is per-user and survives sign-out. Quick Access in File Explorer shows recently used files … Read more

Why Right-Click Show More Options Resets After a Feature Update

Quick fix: The classic context menu setting is stored in HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32. Feature updates wipe this user-specific override. Re-apply via PowerShell: reg add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve then restart Explorer. You set Windows 11 to use the classic full context menu (skipping the “Show more options” submenu) because the new compact menu was missing entries you needed. … Read more

Fix Thumbnail Cache Bloating Past 5 GB on Windows 11 Workstations

Quick fix: Thumbnail cache lives in %LocalAppData%\Microsoft\Windows\Explorer as thumbcache_*.db files. Bloat usually comes from repeatedly viewing folders with thousands of images. Clear with Disk Cleanup (cleanmgr.exe), then limit growth by capping image preview density in Folder Options → View. You noticed your C: drive is filling up. You ran WinDirStat or TreeSize and found thumbcache_*.db … Read more