Reply To: Why won't indesign stay maximized in windows?

Home Page / Forums / General InDesign Topics (CLOSED) / Why won't indesign stay maximized in windows? / Reply To: Why won't indesign stay maximized in windows?

#96206
Anonymous
Inactive

Ah – you can do this without configurator too.

Create the folder “startup scripts” here if it doesn’t exist
C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Scriptstartup scripts

Now, create a new text file here called “startup.jsx” – you can name it something else if you like as long as it has “.jsx” on the end.
Then, paste this code into that jsx file.
The script will run automatically when InDesign starts. Easy!

//automatically maximize InDesign
var window = app.documents[0].layoutWindows[0];
window.maximize();

This article was last modified on July 19, 2017

Comments (0)

Loading comments...