Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
- On my pc (same config as yours) its c:\windows\fonts (633 items).
- Pull up a DOS prompt (Start / All Programs / Accessories / Command Prompt).
DOS window should launch.
- Go back to root if necessary (type in cd)
- You should now be at:-
C:>
- Now type in:-
cd\windows\fonts\
You should now be at:-
C:\Windows\Fonts>
- Type in:-
dir /p
Hit any key to get you down this list.
If I do this I get 633 files.
- Are you are not seeing that? (the file extensions for my fonts are .ttf .fon).
- This is where you should be now:-
C:\Windows\Fonts>
- Type in:-
cd\
to get you back to root:-
C:>
- Now search for the files for which you are looking (.ttf files or .fon files):-
dir *.ttf /s /p
The above will search for .ttf files. To search for .fon files just change the command and put in .fon instead of .ttf
- Running the above command should echo back with the directory(ies) of what you are looking for.
If my comments have helped please Vote As Helpful.
Thanks.