Settings

Theme

LOL Storage Bug on Microsoft Windows 11 Could Eat Up 500 GB Disk Space

itsfoss.com

12 points by abdelhousni a month ago · 1 comment

Reader

DarSFX a month ago

The issue is caused by a memory/write leak in the Capability Access Manager (CAM) service, which locks and bloats the CapabilityAccessManager.db-wal file inside the protected C:\ProgramData\Microsoft\Windows\CapabilityAccessManager\ folder. │ How to verify if you are affected (Run CMD as Admin): robocopy "C:\ProgramData\Microsoft\Windows\CapabilityAccessManager" "%TEMP%\CAMCheck" /L /B /R:0 /W:0 /BYTES /NP │ Free Manual Fix (PowerShell as Admin): If your file is massive, you must stop the service to release the file lock, delete it, and restart: │ Stop-Service -Name "camsp" -Force Remove-Item -Path "C:\ProgramData\Microsoft\Windows\CapabilityAccessManager\CapabilityAccessManager.db-wal" -Force Start-Service -Name "camsp"

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection