We’ve been using Classic Shell since Day 1 of course. I modded it to quit qBittorrent when Mom opens the Shutdown dialog* (yes, she always opens that awful window) because that takes the longest to terminate. I’ll use it plus Explorer Patcher on 10, a semi-transparent taskbar without blur is so handy
* Classic Shell Start Menu can run arbitrary and predefined commands from buttons but not both at once. The Shutdown dialog can only be triggered with a JS script so I’m using a VBS script (unlike BAT or JS, it can run silently) that runs the JS script and taskkill command.
Man 8.1 Metro was the worst UI pick Windows has had
We’ve been using Classic Shell since Day 1 of course. I modded it to quit qBittorrent when Mom opens the Shutdown dialog* (yes, she always opens that awful window) because that takes the longest to terminate. I’ll use it plus Explorer Patcher on 10, a semi-transparent taskbar without blur is so handy
* Classic Shell Start Menu can run arbitrary and predefined commands from buttons but not both at once. The Shutdown dialog can only be triggered with a JS script so I’m using a VBS script (unlike BAT or JS, it can run silently) that runs the JS script and
taskkillcommand.