How to start an application Maximized using a .bat file?

empleat

I would like to know - how to start an application Maximized using a .bat file. On Windows 10 operating system.

CraftyB

Afternoon,

You can use the following to start an application in full screen:

Inside a batch-file put the following, replace notepad.exe with the application.

start /max notepad.exe

I am unsure if this will be applicable to all applications but I have tested with notepad and MS Word.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

How to read excel file on a Java-Web Start Application

분류에서Dev

Passing credentials to a standalone RCP based application through .bat file

분류에서Dev

How to sign a Windows batch (.bat) file?

분류에서Dev

Replace a middle string in .bat file using AutoHotKey without deleting file

분류에서Dev

How to start GUI application with upstart?

분류에서Dev

How to render the pdf file in web view using android application?

분류에서Dev

How to launch a .bat file in VB without associating the file with the program that launched it?

분류에서Dev

How to start a script file on boot?

분류에서Dev

how to get all the arguments in a command captured in a windows .bat file

분류에서Dev

How to enable user actions after .bat file is executed

분류에서Dev

Excel VBA How to Execute BAT file in folders in current directory

분류에서Dev

How would I send a command if a .bat file is closed?

분류에서Dev

how to call a path from .ini file into bat command string?

분류에서Dev

Windows 7 maximized windows not draggable: how to enable?

분류에서Dev

How to start an application with bottom most property?

분류에서Dev

How to start an application with bottom most property?

분류에서Dev

How to start an application at boot time or as a service

분류에서Dev

Launching a .reg within a .bat file

분류에서Dev

WMIC command not working in .bat file

분류에서Dev

GLFW3, how to tell if a window is currently maximized?

분류에서Dev

How to start sound using picture in javascript

분류에서Dev

How to set default application for a specific file extension

분류에서Dev

How to change file download destination on an android application

분류에서Dev

Is it Possable to Deploy a .bat file via VB.Net Windows Forms WITHOUT Using "ClickOnce" or User's otherwise having to Install it?

분류에서Dev

How to stop a bat process on Windows?

분류에서Dev

Recursive directory processing in a BAT file with a twist

분류에서Dev

Bat file returns error but works correctly

분류에서Dev

What is wrong with my if parameter syntax of this .bat file?

분류에서Dev

Open corresponding remote directory with bat file

Related 관련 기사

  1. 1

    How to read excel file on a Java-Web Start Application

  2. 2

    Passing credentials to a standalone RCP based application through .bat file

  3. 3

    How to sign a Windows batch (.bat) file?

  4. 4

    Replace a middle string in .bat file using AutoHotKey without deleting file

  5. 5

    How to start GUI application with upstart?

  6. 6

    How to render the pdf file in web view using android application?

  7. 7

    How to launch a .bat file in VB without associating the file with the program that launched it?

  8. 8

    How to start a script file on boot?

  9. 9

    how to get all the arguments in a command captured in a windows .bat file

  10. 10

    How to enable user actions after .bat file is executed

  11. 11

    Excel VBA How to Execute BAT file in folders in current directory

  12. 12

    How would I send a command if a .bat file is closed?

  13. 13

    how to call a path from .ini file into bat command string?

  14. 14

    Windows 7 maximized windows not draggable: how to enable?

  15. 15

    How to start an application with bottom most property?

  16. 16

    How to start an application with bottom most property?

  17. 17

    How to start an application at boot time or as a service

  18. 18

    Launching a .reg within a .bat file

  19. 19

    WMIC command not working in .bat file

  20. 20

    GLFW3, how to tell if a window is currently maximized?

  21. 21

    How to start sound using picture in javascript

  22. 22

    How to set default application for a specific file extension

  23. 23

    How to change file download destination on an android application

  24. 24

    Is it Possable to Deploy a .bat file via VB.Net Windows Forms WITHOUT Using "ClickOnce" or User's otherwise having to Install it?

  25. 25

    How to stop a bat process on Windows?

  26. 26

    Recursive directory processing in a BAT file with a twist

  27. 27

    Bat file returns error but works correctly

  28. 28

    What is wrong with my if parameter syntax of this .bat file?

  29. 29

    Open corresponding remote directory with bat file

뜨겁다태그

보관