Clear SharePoint Deisgner cache


/ Published in: DOS Batch
Save to your folder(s)

This is batch file clearing SharePoint Designer cache


Copy this code and paste it in your HTML
  1. REM (c) http://Plumsail.com
  2. REM Clear SharePoint Designer cache
  3.  
  4. rmdir "%LOCALAPPDATA%\Microsoft\WebsiteCache\" /s /q
  5. rmdir "%APPDATA%\Microsoft\SharePoint Designer\ProxyAssemblyCache\" /s /q

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.