Windows10でフォントキャッシュを再構築する
フォントキャッシュは(Font Cache)アイコンキャッシュ(Icon Cache)と同じように機能し、Windowsオペレーティングシステムはフォントのキャッシュを作成してフォントをより高速にロードし、アプリやエクスプローラー(Explorer)などのインターフェイスに表示します。何らかの理由でフォントキャッシュが破損している場合、フォントが破損している可能性があります。正しく表示されない、またはWindows10で無効なフォント文字の表示を開始します。この問題を解決するには、フォントキャッシュを再構築する必要があります。この投稿では、その方法を説明します。
フォントキャッシュファイルはWindowsフォルダーに保存されます:C:\Windows\ServiceProfiles\LocalService\AppData\Local\FontCache,Windowsがこのフォルダーを保護するため、直接アクセスできなくなります。フォントは、上記のフォルダ内の複数のファイルにキャッシュされます。とにかく(Anyway)、時間を無駄にすることなく、以下にリストされているチュートリアルの助けを借りて、Windows10でフォント(Windows 10)キャッシュ(Font Cache)を再構築する方法を見てみましょう。
Windows10でフォントキャッシュを再構築する
何か問題が発生した場合に備えて、必ず 復元ポイントを作成してください。(create a restore point)
方法1:Windows10でフォントキャッシュを手動で再構築する(Method 1: Manually Rebuild Font Cache in Windows 10)
1.Windowsキー+Rを押してから、 services.mscと入力し、Enterキーを押します。
2.サービスウィンドウに「 Windowsフォントキャッシュサービス(Windows Font Cache service)」が表示されるまで下にスクロールします。
注:キーボードの(Note:) W(Press W)キーを押して、Windowsフォントキャッシュ(Windows Font Cache)サービスを見つけます。
3. Window Font Cache Serviceを右クリックして、[(Right-click on Window Font Cache Service)プロパティ]を選択します。(Properties.)
4.必ず[停止]をクリックしてから、[(Stop)スタートアップの種類(Startup type)]を[無効( Disabled.)]に設定してください。
5. [適用]、[ OK]の順にクリックします。(OK.)
6. Windows Presentation Foundationフォントキャッシュ3.0.0.0についても同じようにします(手順3〜5に従います)。(Windows Presentation Foundation Font Cache 3.0.0.0.)
7.次に、一度に1つのフォルダーに移動して、次のフォルダーに移動します。
C:\Windows\ServiceProfiles\LocalService\AppData\Local
注:特定のディレクトリは(Note:)Windowsによって保護されているため、上記のパスをコピーして貼り付けないでください。上記の各フォルダを手動でダブルクリックし、[続行(Continue)]をクリックして上記のフォルダにアクセスする必要があります。
8.ローカル(Local)フォルダ内に移動したら、FontCacheという名前で拡張子が.datのすべてのファイルを削除します。(delete all the files with the name FontCache and .dat as the extension.)
9.次に、FontCacheフォルダーをダブルクリックして、そのすべてのコンテンツを削除します。( delete all of its content.)
10.次のディレクトリからファイルFNTCACHE.DAT( delete the file FNTCACHE.DAT)も削除する必要があります。
C:\Windows\System32\
11.完了したら、PCを再起動して変更を保存します。
12.再起動後、必ず次のサービスを開始し、それらのスタートアップの種類を自動に設定してください。
Windowsフォントキャッシュサービス(Windows Font Cache Service)
WindowsPresentationFoundationフォントキャッシュ3.0.0.0(Windows Presentation Foundation Font Cache 3.0.0.0)
13.これにより、Windows10でフォントキャッシュが正常に再構築されます。(Rebuild Font Cache in Windows 10.)
再起動後も無効な文字が表示される場合は、DISMを使用してWindows10を修復する必要があります。
方法2:BATファイルを使用してWindows10でフォントキャッシュを再構築する(Method 2: Rebuild Font Cache in Windows 10 using the BAT file)
1.メモ帳(Notepad)を開き、以下をコピーして貼り付けます。
@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%\ServiceProfiles\LocalService" folder and contents icacls "%WinDir%\ServiceProfiles\LocalService" /grant "%UserName%":F /C /T /Q :: Delete font cache del /A /F /Q "%WinDir%\ServiceProfiles\LocalService\AppData\Local\FontCache\*FontCache*" del /A /F /Q "%WinDir%\System32\FNTCACHE.DAT" :: Enable and start "Windows Font Cache Service" service sc config "FontCache" start=auto sc start "FontCache"
2.メモ帳メニューから[ファイル( File)]をクリックし、[名前を付けて保存]をクリックします。(Save as.)
3. [ファイルの種類]ドロップダウンから[すべてのファイル(All Files)]を選択し、[ファイル名]にRebuild_FontCache.batと入力し(Rebuild_FontCache.bat)ます(Save)(.bat拡張子は非常に重要です)。
4.必ずデスクトップに移動し、[保存]をクリックします。( Save.)
5. Rebuild_FontCache.batをダブルクリックして実行し、完了したらPCを再起動して変更を保存します。
おすすめされた:(Recommended:)
- 修正BluetoothがWindows10でオンにならない(Fix Bluetooth won’t turn ON in Windows 10)
- Windows10で最近のアイテムと頻繁な場所をオフにする(Turn Off Recent Items and Frequent Places in Windows 10)
- Windows10でインラインオートコンプリートを有効または無効にする(Enable or Disable Inline AutoComplete in Windows 10)
- Windows10のメモリ管理エラーを修正(Fix Memory Management Error in Windows 10)
これで、Windows 10でフォントキャッシュを再構築する方法を(How to Rebuild Font Cache in Windows 10)習得できましたが、このチュートリアルに関してまだ質問がある場合は、コメントのセクションで質問してください。
Related posts
Windows 10でIcon Cacheを修復する方法
Windows 10でARP Cacheをクリアする方法
Flush and Reset Windows 10のDNS Cache
Windows 10のClear All Cache [究極のガイド]
Windows 10でDefault System Fontを変更する方法
Windows 10でFix Alt+Tabが動作しません
Allow or Prevent Devices Windows 10でComputerを鳴らす
Windows 10でPrint Queueを強制的にクリアします
Fix Calculator Windows 10で動作していません
Windows 10 Lock ScreenでCortanaを有効または無効にします
Fix KeyboardがWindows 10号を入力していません
どのようにするには無効にスティッキーCornersでWindows 10
Windows 10にSystem Image Backupを作成する方法
Windows 10のFix Task Host Window Prevents Shut Down
Windows 10のFix Unable~Delete Temporary Files
Fix VCRUNTIME140.dllがWindows 10にありません
どのようにWindows 10から完全にアンインストールMcAfeeへ
キルA ProcessでWindows 10に3 Ways
Defer Feature and Quality Updates Windows 10
Mouse Pointer Lags Windows 10 [解決しよう]