Force refresh window’s taskbar icons after change
Run it in terminal or powershell: ie4uinit.exe -ClearIconCache And then restart explorer.exe After all you should see updated icon in taskbar.
Run it in terminal or powershell: ie4uinit.exe -ClearIconCache And then restart explorer.exe After all you should see updated icon in taskbar.
To get default dimension: adb shell wm size To get default density: adb shell wm density To change dimension: adb shell wm size XXX To change density: adb shell wm…