Situatie
Aceasta erroare apare frecvent în Windows 11 când scaling-ul DPI sau compatibilitatea pentru File Explorer se corupe după:
- schimbare de monitor
- update GPU
- Remote Desktop
- scaling >100%
- tool-uri de tweak/UI
- setări Compatibility aplicate accidental
Solutie
1. Restart Explorer
Deschide Windows PowerShell sau CMD:
taskkill /f /im explorer.exe
start explorer.exe
2. Verifică DPI Scaling
Settings → System → Display
Încearcă:
- Scale = 100%
- apoi Sign out / Sign in
Dacă e deja 100%:
- schimbă temporar la 125%
- Apply
- revino la 100%
3. Șterge setările DPI Compatibility
- Navighează la:
C:\Windows
- Click dreapta pe:
explorer.exe
- Properties → Compatibility → Change high DPI settings
Debifează:
- “Override high DPI scaling behavior”
și orice opțiune DPI activă.
4. Șterge registry DPI cache
Deschide PowerShell ca Administrator:
reg delete "HKCU\Control Panel\Desktop" /v PerMonitorSettings /f
Apoi restart.
5. Reset display scaling complet
Rulează:
DpiScaling.exe
sau:
ms-settings:display
și setează:
- Resolution = Recommended
- Scale = Recommended
6. Repară fișierele Windows
În PowerShell Admin:
sfc /scannow
apoi:
DISM /Online /Cleanup-Image /RestoreHealth
7. Dacă folosești ExplorerPatcher / StartAllBack / Windhawk
Acestea cauzează foarte des bug-ul Hi-DPI.
Dezinstalează temporar:
- ExplorerPatcher
- StartAllBack
- Windhawk
și restart.
8. Fix avansat
Șterge cache-ul Explorer:
del /f /q %LocalAppData%\Microsoft\Windows\Explorer\*
apoi restart.
Leave A Comment?