Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • I haven't found a way to do this with standard Windows commands, whether with CMD, VBS or PS scripts. What does work is the (freeware) extended CMD replacement TCC-LE, which has many enhancements, including the /fs option to the start command. Note that if an application needs quoting then it must be preceded by a quoted window title (which can be an empty string), eg start "" "Application Name.exe" - this applies to both CMD and TCC-LE. Commented Sep 27, 2018 at 14:05
  • In general you can't, as not all applications actually have (support) a full screen mode, and those that do have different command line switches to do so. Commented Sep 27, 2018 at 20:42
  • If there is really no way to implement the full screen of application through these files, you can try to change the registry. Commented Sep 28, 2018 at 9:57