נאוועמבער קסנומקס, קסנומקס

ריבילד פאָנט קאַש אין Windows 10

Font Cache works the same way as Icon Cache, and Windows operating system creates a cache for fonts to load them faster and to display them to the interface of the app, Explorer etc. If for some reason the font cache is corrupted then the fonts may not appear properly, or it starts displaying invalid font characters in Windows 10. To resolve this issue, you need to rebuild the font cache, and in this post, we will see how to do that.

ריבילד פאָנט קאַש אין Windows 10

The font cache file is stored in the Windows folders: C:WindowsServiceProfilesLocalServiceAppDataLocalFontCache, If you are trying to access this folder then you won’t be able to do that directly as Windows protect this folder. Font’s are cached in more than one files in the above folder. Anyway, without wasting any time, let’s see How to Rebuild Font Cache in Windows 10 with the help of the below-listed tutorial.

ריבילד פאָנט קאַש אין Windows 10

מאַכן זיכער צו שאַפֿן אַ ומקערן פונט נאָר אין פאַל עפּעס גייט פאַלש.

אופֿן 1: ​​מאַניואַלי ריבילד פאָנט קאַש אין Windows 10

1. דרוק Windows Key + R דעמאָלט טיפּ סערוויסעס.מסק און קלאַפּ אַרייַן.

services.msc windows | Rebuild Font Cache in Windows 10

2. מעגילע אַראָפּ ביז איר געפֿינען "Windows Font Cache service” in the services window.

נאטיץ: Press W key on the keyboard to locate the Windows Font Cache service.

3. Right-click on Window Font Cache Service דעמאָלט סאַלעקץ פּראָפּערטיעס.

Right-click on Window Font Cache Service then select Properties

4. Make sure to click on האַלטן דעמאָלט שטעלן די סטאַרטאַפּ טיפּ as Disabled.

Make sure to set the Startup type as Disabled for Window Font Cache Service

5. דריקט צולייגן, נאכגעגאנגען דורך גוט.

6. Do the same (Follow the steps 3 to 5) for Windows Presentation Foundation Font Cache 3.0.0.0.

Make sure to set the Startup type as Disabled for Windows Presentation Foundation Font Cache 3.0.0.0

7. Now navigate to the following folder by going to one folder at a time:

C:WindowsServiceProfilesLocalServiceAppDataLocal

נאטיץ: Do not copy and paste the above path as certain directories are protected by Windows. You need to manually double-click on each of the above folders and click פאָרזעצן to access the above folders.

Manually Rebuild Font Cache in Windows 10 | Rebuild Font Cache in Windows 10

8. Now once inside the Local folder, delete all the files with the name FontCache and .dat as the extension.

Delete all the files with the name FontCache and .dat as the extension

9. Next, double-click on the FontCache טעקע און delete all of its content.

Double-click on the FontCache folder and delete all of its content

10. You need to also delete the file FNTCACHE.DAT פון די פאלגענדע וועגווייַזער:

C: WindowsSystem32

Delete the file FNTCACHE.DAT from Windows System32 folder

11. Once done, reboot your PC to save changes.

12. After the reboot, make sure to start the following services and set their startup type as Automatic:

Windows Font Cache Service
Windows פּרעזענטירונג וויקיפּעדיע פאָנט קאַטשע 3.0.0.0

Start Windows Font Cache Service and set its startup type as Automatic | Rebuild Font Cache in Windows 10

13. דעם וועט הצלחה Rebuild Font Cache in Windows 10.

If you still see the invalid characters after restarting, you need to repair your Windows 10 using DISM.

Method 2: Rebuild Font Cache in Windows 10 using the BAT file

1.Open Notepad then copy & paste the following:

@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"

2.Now from Notepad menu click on טעקע then click היט ווי.

Rebuild Font Cache in Windows 10 using the BAT file

3. From Save as type drop-down select “All Files” then under File name type Rebuild_FontCache.bat (.bat extension is very important).

From Save as type select 'All Files' then under File name type Rebuild_FontCache.bat & click Save

4. Make sure to navigate to desktop then click on היט.

5. טאָפּל גיט אויף Rebuild_FontCache.bat to run it and once done reboot your PC to save changes.

Double-click on Rebuild_FontCache.bat to run it

רעקאַמענדיד:

אַז ס עס, איר הצלחה געלערנט How to Rebuild Font Cache in Windows 10 אָבער אויב איר נאָך האָבן פֿראגן וועגן דעם טוטאָריאַל, פילן פריי צו פרעגן זיי אין די באַמערקונג אָפּטיילונג.