Disclaimer: I do not accept responsibility for any issues arising from scripts being run without adequate understanding. It is the user's responsibility to review and assess any code before execution. More information

Remove DFSR Folder using CLI

After removing DFS shares on a server there may be some leftover files in the “DFSR” cache, this is a hidden location within the “System Volume Information”. This can be a tricky one to delete but can be completed using some CLI.

Take Ownership of folder

icacls "v:\system volume information" /grant Administrator:F
rd "v:\system volume information\dfsr" /s /q
Previous Post Next Post

نموذج الاتصال