Link to home
Start Free TrialLog in
Avatar of LeeGolding
LeeGolding

asked on

Saving window size and positions

Hi friends,

I would like to set my explorer windows, application windows and internet explorer windows to a default size and position on the screen every time I open them.

How do I achieve this?

Thanks,

Lee.
ASKER CERTIFIED SOLUTION
Avatar of Rob Stone
Rob Stone
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jhance
jhance

It's up to the individual applications to manage their initial window sizes.  Some "remember" their positions, some don't.  Some let you specify a window size from their command lines, others don't.

About all you could do here is write a program to launch these programs one at a time and either specify the window sizes if supported or send a WM_SIZE message to the application's window after it has been created.
Avatar of LeeGolding

ASKER

Is there are software available that will launch any application and resize the windows and position it to what I want?

Where does Internet Explorer store its last opened window size and position in the registry?

Thanks,

Lee.
You might be able to find it with regmon from www.sysinternals.com.
Is there a piece of software that sits in the system tray and can monitor applications such as 'explorer.exe', 'iexplore.exe', etc. And when they are run this software will automatically resize and position the window according to settings that the user configured in this software?

Therefore, all new IE windows that open will be correctly positioned and sized automatically.

Thanks,

Lee.