File Explorer is now stuck in Hi-DPI mode with no way to turn it off

Configurare noua (How To)

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

  1. Navighează la:
C:\Windows
  1. Click dreapta pe:
explorer.exe
  1. 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.

Tip solutie

Permanent

Voteaza

(5 din 12 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?