There is Insufficient Memory or Disk Space in Word 2010 :august security pacthing
Question
hello team ,
multiple users affected
anyone got the issue with word 2010 after Security pacthing july -aug 2020
currently the below batch script resolved the issue but i am not sure which KB affected the cache . can you please give me some info if facing the same issue ?
====
@echo off
:: Stop and disable “Windows Font Cache Service” service
:FontCache
sc stop “FontCache”
sc config “FontCache” start=disabled
sc query FontCache | findstr /I /C:”STOPPED”
if not %errorlevel%==0 (goto FontCache)
:: Grant access rights to current user for “%WinDir%ServiceProfilesLocalService” folder and contents
icacls “%WinDir%ServiceProfilesLocalService” /grant “%UserName%”:F /C /T /Q
:: Delete font cache
del /A /F /Q “%WinDir%ServiceProfilesLocalServiceAppDataLocalFontCache*FontCache*”
del /A /F /Q “%WinDir%System32FNTCACHE.DAT”
:: Enable and start “Windows Font Cache Service” service
sc config “FontCache” start=auto
sc start “FontCache”
====
Answers ( 2 )
Any feedback on this please? I’m planning to close the thread.
Hello – Have you seen anyother reports from the community?
I have not heard this myslef.