QuakeMode
Normal QuakeMode is active by default, you can return to it by setting
$Host.PrivateData.Settings.QuakeMode = "Top" but you can also try {[ $Host.PrivateData.Settings.QuakeMode = "Bottom" }} -- the "Left" and "Right" modes aren't fully implemented yet (it will dock, but not hide), because I don't think anyone would use them anyway...
If you don't like QuakeMode, you can disable it completely by setting
$Host.PrivateData.Settings.QuakeMode = "None" , and if you have problems with the default hotkey (Win+C) to unhide it, you can set set it to
$Host.PrivateData.Settings.FocusKey = "Ctrl+Alt+P" or something else that's easier to type.
I'm hoping that in the next release I can make it so that the ShowInTaskBar setting is either "Auto" (the way it behaves now) "Never" or "Always" ... for now it dissapears from the taskbar when the window is hidden in QuakeMode.
Full Size Image (Does anyone know how to make a thumbnail image that's a link to the full image in this crazy incomplete wiki markup)?