windows:autoit:reset_outlook_ost_cache
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | windows:autoit:reset_outlook_ost_cache [2015/11/19 09:24] (current) – created biggi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | This could also have been a .bat file, there is no specific reason that I made it into an AutoIT script. So, now you know that ;) | ||
| + | <code - ResetOSTFile.au3> | ||
| + | ; Kill Outlook | ||
| + | RunWait(@ComSpec & " /c taskkill /f /im outlook.exe" | ||
| + | ; zZz | ||
| + | Sleep(1000) | ||
| + | ; Delete OST file | ||
| + | RunWait(@ComSpec & " /c del %LOCALAPPDATA%\Microsoft\Outlook\*.ost" | ||
| + | ; zZz | ||
| + | Sleep(1000) | ||
| + | ; Start Outlook | ||
| + | RunWait(@ComSpec & " /c start outlook" | ||
| + | </ | ||
windows/autoit/reset_outlook_ost_cache.txt · Last modified: 2015/11/19 09:24 by biggi
