About system volume information

Last updated:

#WINDOWS#POWERSHELL
# Take ownership
takeown /f "C:\System Volume information"  

# Grant permission
icacls "C:\System Volume Information" /grant domain\user:F

## Revert
icacls "C:\System Volume Information" /setowner "NT Authority\System"
icacls "C:\System Volume Information" /remove domain\user

System Volume Information drives usually contain snapshot. Windows delete shadow copies


references:

How to Clean Up System Volume Information Folder on Windows | Windows OS Hub