2018 년 11 월 16 일

Rebuild Font Cache in 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.

Rebuild Font Cache in 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.

Rebuild Font Cache in Windows 10

혹시라도 문제가 생길 경우를 대비해 복원 지점을 만들어 두시기 바랍니다.

방법 1: Windows 10에서 수동으로 글꼴 캐시 다시 작성

1. Windows 키 + R을 누른 다음 입력 services.msc를 Enter를 누르십시오.

services.msc windows | Rebuild Font Cache in Windows 10

2. Scroll down till you find “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 사용할 수 없습니다.

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. 다음으로, 폰트캐시 폴더 및 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 글꼴 캐시 서비스
Windows Presentation Foundation 글꼴 캐시 3.0.0.0

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

13. This will successfully 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 입양 부모로서의 귀하의 적합성을 결정하기 위해 미국 이민국에 다음을 클릭하십시오. 다른 이름으로 저장.

Rebuild Font Cache in Windows 10 using the BAT file

3. From Save as type drop-down select “모든 파일” then under File name type Rebuild_FontCache.bat (.bat 확장자는 매우 중요합니다).

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 그러나 이 튜토리얼과 관련하여 여전히 질문이 있는 경우 의견 섹션에서 자유롭게 질문하십시오.