Solved "Start /Max" from CMD will not open in fullscreen in Win11 22H2


JohnWayne77

New member
Local time
1:22 PM
Posts
2
OS
Windows 11
With Win11 22H2, I am unable to start Notepad in fullscreen from CMD with "Start /Max file.txt".
This was a simple intuitive way for opening a text file in fullscreen, but not working anymore.
Are there any workaround for this? We use this command on several hundred new devices every day. So having to alter the Notepad size on every device before opening the text file is not a valid solution. We need to be able to open the file without needing manual input first.

I have also tested with the latest 521 build
 
Windows Build/Version
22H2

My Computer

System One

  • OS
    Windows 11
Solved it by using:
"powershell start-process notepad -windowstyle maximized text.txt -wait"
 

My Computer

System One

  • OS
    Windows 11

Latest Support Threads

Back
Top Bottom