Clear SharePoint Deisgner cache
This is batch file clearing SharePoint Designer cache
Copy this code and paste it in your HTML
REM (c) http://Plumsail.com
REM Clear SharePoint Designer cache
rmdir "
%LOCALAPPDATA%\Microsoft\WebsiteCache\" /s /q
rmdir "
%APPDATA%\Microsoft\SharePoint Designer\ProxyAssemblyCache\" /s /q
Report this snippet
Comments
Subscribe to comments