Forum Discussion
Johnwayne77
Sep 23, 2022Copper Contributor
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.
- Johnwayne77Copper ContributorWas able to workaround it by using:
"powershell start-process notepad -windowstyle maximized text.txt -wait"