Ok, let me clarify. The problem only occurs with internet shortcuts (i.e.,
.url files saved as shortcuts on the desktop.) I want the window to open in
normal mode (i.e., fill up the screen) when I click on it. I don't want
fullscreen mode. The problem is that after I maximize the window (click on
the second option in the upper right of the screen to get the screen size I
want), close it, and then click again on the shortcut again from the desktop,
the window size does not change--it does not fill the screen. This problem
does not occur when I run IE 6 from the start button.
The question is: How can I get the internet shortcuts to open and fill the
screen, just as they do when I run IE 6 from the start menu?
Thanks
> > Unfortunately, neither of your suggestions works. The size of the window
> > does NOT persist when I maximize and close it. When I right-click on the
[quoted text clipped - 21 lines]
> Robert
> ---
> Ok, let me clarify. The problem only occurs with internet shortcuts (i.e.,
> .url files saved as shortcuts on the desktop.)
> I want the window to open in normal mode (i.e., fill up the screen)
> when I click on it.
Then you have to resize that window and close it *then*,
further making sure that by closing that window you remove
all instances of iexplore.exe from the list of active processes
(e.g. as checked by using Task Manager).
> I don't want fullscreen mode.
> The problem is that after I maximize the window (click on
> the second option in the upper right of the screen to get the screen size I
> want), close it,
The problem is that you can't do exactly what you want.
As I have been explaining to you can not use the Maximized *mode*
to try to indicate that you want your normal mode windows
maximally sized. You have to resize one and save it
so that it is the last instance of iexplore.exe being closed.
> and then click again on the shortcut again from the desktop,
> the window size does not change--it does not fill the screen.
> This problem does not occur when I run IE 6 from the start button.
So, what are you using when you use the Start button?
Probably a Desktop shortcut and not an Internet shortcut,
in which case it can have the Run: Maximized attribute
in its Properties.
> The question is: How can I get the internet shortcuts to open and fill the
> screen, just as they do when I run IE 6 from the start menu?
Resize one maximally and close it in the normal mode...
BTW an alternative to resizing a window is to "tile" a single window
e.g. using the Taskbar's right-click Tile... command. Tiling one window
has the useful property of maximally sizing it. If you have more than
one open window it is sufficient to minimize all the others in order
to have the Tile command applied to just one.
Also, if this procedure does not work for a particular Internet shortcut
chances are that the page being opened is resizing the window using
scripts. You could avoid that from happening by disabling scripting.
> Thanks
BTW I did mention that this is a FAQ. Did you try looking for others'
presentations of this concept, since you seem to have so much difficulty
understanding or believing mine? ; }
HTH
Robert
---
>> > Unfortunately, neither of your suggestions works. The size of the window
>> > does NOT persist when I maximize and close it. When I right-click on the
[quoted text clipped - 21 lines]
>> Robert
>> ---
TrojanOne - 04 Sep 2008 23:16 GMT
To solve the "window is not maximized when a URL shortcut is made" problem,
try this...
Make a normal shortcut file instead (right click desktop, choose new >
shortcut), then make the shortcut file point to the following target (without
quotes):
"start /max http://www.theurlyouwanttoopen.com"
This works because "start.exe" works out you want to start a URL and uses
your default browser, you can use the "/max" switch to specify the default
start-up state.
Hope that helps.
TrojanOne - 04 Sep 2008 23:24 GMT
A CORRECTION!!!
Not all versions of Windows have the application "start.exe" - it's pretty
old!
Instead, use the following with quotes included as the shortcut's target path:
"C:\Program Files\Internet Explorer\iexplore.exe" http://www.theurl.com
Then right-click the shortcut and change the run type to "Maximised".
Sorry, hope that helps!
> To solve the "window is not maximized when a URL shortcut is made" problem,
> try this...
[quoted text clipped - 10 lines]
>
> Hope that helps.