How to go fullscreen in PowerShell

后端 未结 7 2073

Is there a way of making powershell appear in fullscreen? Not only maximize it over the screen, but hiding the top-bar as well?

Also, since this is probably hard to

7条回答
  •  时光取名叫无心
    2020-12-29 18:49

    If it would be sufficient to merely maximize your PowerShell window, you can simply add -WindowStyle Maximized to your PowerShell shortcut:

    C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noexit -WindowStyle Maximized
    

提交回复
热议问题