IMPORTANT NOTE regarding my initial post ...
I was tired and typed some of that without thinking.
The javascript DOES NOT go on the home page through Internet options as I indicated. Instead, follow the following and you will have maximized windows.
(You can test it for yourself real quickly by simply copying one of the bolded lines to Start | Run then clicking OK.)
1. Right click on the desktop and select to create a shortcut
2. For the command line enter the path to iexplore.exe enclosed in quotes then a space and the following javascript:
javascript:resizeTo(1600,1200);moveTo(0,0);document.location.href='http://www.cnet.com'
3. as example:
"C:\Program Files\Internet Explorer\IEXPLORE.EXE" javascript:resizeTo(1600,1200);moveTo(0,0);document.location.href='http://www.cnet.com'
Be sure to put YOUR desired start page in the single quote marks at the end (example: 'http://datadoctors.com'). The (1600,1200) portion should be set to match your display settings if you want it to be full screen. The above example is for 1600 by 1200 pixels so adjust that to match your own
screen resolution.
To determine your screen resolution setting, right-click on any blank part of your Desktop, then choose Properties to open the Display
Properties window. Click on the Settings tab, then look in the Screen Resolution section for your current setting.
If you do not care about opening to any specific page the following opwns to a blank page with MSIE maximized:
"C:\Program Files\Internet Explorer\IEXPLORE.EXE" javascript:resizeTo(1600,1200);moveTo(0,0);
Was this reply helpful? (0) (0)
Staff pick