Forum Discussion

Johnwayne77's avatar
Johnwayne77
Copper Contributor
Sep 23, 2022

Start /Max from CMD doesn't work in 22H2

 

The ability to run "Start /Max Text.txt" from CMD and get Notepad to open in fullscreen doesn't work in Win11 22H2. This is a big nuisance for us.

  • Johnwayne77's avatar
    Johnwayne77
    Copper Contributor
    Was able to workaround it by using:
    "powershell start-process notepad -windowstyle maximized text.txt -wait"

Resources