In a conversation on Twitter, I lamented with some friends that Hitting Windows+X in Windows 8 and above opens up the admin window, but still–In 2014–lists Command Prompt as the CLI.

With one single line of PowerShell, we can right this grieveous wrong.
Set-ItemProperty HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced ` -Name "DontUsePowerShellOnWinX" -Value 0
And to test it…