Cycling throught windows in Windows 8

This Lifehacker post  is about a really useful Windows 7 hack, that works fine on Windows 8  and Windows 10. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced New DWORD (32-bit), name it LastActiveClick, value 1. Restart explorer.   Fearing that the link may break someday, here is a copy of the full content: Windows 7’s taskbar is undoubtedly a great addition to …

Good Console solution for Windows

After coming across this stackoverflow post: http://stackoverflow.com/questions/913912/bash-shell-for-windows I discovered Console: http://sourceforge.net/projects/console And I can use it with the Git shell, setting the shell to: “C:\Program Files (x86)\Git\bin\sh.exe” –login -i Just amazing! Update 2017/05/04: The original project is no longer active, but this fork seems to be: https://github.com/cbucher/console