Hi Marko,
Please open an admin Command Prompt window and run these commands one by one:
***********************************************
mountvol Y: /s
cd /d Y:\EFI\Microsoft\Boot\Fonts
del *.ttf
powershell -command "GCI Y:\ -File -Recurse | Sort Length -descending | Select FullName, Length -first 10"
dir Y:\
***********************************************
Post the output here.
Thank you so much for your quick reply Ramesh! Here's the output:
C:\Windows\System32>mountvol Y: /s
C:\Windows\System32>cd /d Y:\EFI\Microsoft\Boot\Fonts
Y:\EFI\Microsoft\Boot\Fonts>del *.ttf
Could Not Find Y:\EFI\Microsoft\Boot\Fonts\*.ttf
Y:\EFI\Microsoft\Boot\Fonts>powershell -command "GCI Y:\ -File -Recurse | Sort Length -descending | Select FullName, Length -first 10"
FullName Length
Y:\EFI\HP\DEVFW\firmware.bin 39809897
Y:\EFI\HP\DEVFW\MePending.bin 9965100
Y:\EFI\HP\DEVFW\Realtek.bin 2713854
Y:\EFI\Microsoft\Boot\bootmgfw.efi 1692168
Y:\EFI\Boot\bootx64.efi 1692168
Y:\EFI\Microsoft\Boot\bootmgr.efi 1675240
Y:\EFI\Microsoft\Boot\memtest.efi 1472008
Y:\EFI\Microsoft\Boot\kd_02_10ec.dll 443776
Y:\EFI\Microsoft\Boot\kd_02_8086.dll 333184
Y:\EFI\Microsoft\Boot\kd_02_14e4.dll 279920
Y:\EFI\Microsoft\Boot\Fonts>dir Y:\
Volume in drive Y has no label.
Volume Serial Number is A4C1-A9A1
Directory of Y:\
-
- 2024 17:42 EFI
0 File(s) 0 bytes
1 Dir(s) 22.334.464 bytes free
Y:\EFI\Microsoft\Boot\Fonts>