Open notepad, copy/paste the code below, save the file as
cfc.BAT Code:
@echo off
echo Your computer will restart after this, close all programs/save your work etc. and
pause
taskkill /IM explorer.exe /F
net stop "FontCache"
CD /d %windir%\system32
attrib -h -s -r Fntcache.dat
DEL Fntcache.dat /a
shutdown /r /t 5
Save all your work, close all open programs and then
right click on the file and select "Run as administrator...".