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
If it would be sufficient to merely maximize your PowerShell window, you can simply add -WindowStyle Maximized to your PowerShell shortcut:
-WindowStyle Maximized
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noexit -WindowStyle Maximized