Prevent resize IE window & other tweaks

  • Thread starter Thread starter Sylvain
  • Start date Start date
S

Sylvain

Hi,

I am looking for a possibility (utilities, add-ons...etc) that prevent

- the resize of IE windows by sites
- sites to show IE windows without the menu toolbar
- to show different information in the IE window status bar then URL's

Furthermore, I am looking for a possibility to directly acces the different
IE options tabs .

Does anybody know something here ?

Sylvain
 
Start>Settings>Control Panel>Internet Options. Opens the IE Options outside
the browser.

Also, same steps as above except RIGHT CLICK the Internet Options and select
Create Shortcut. This creates a shortcut on your desktop where you can
either drag and drop into Start or onto your Quick Launch bar (lower left
section of bar). Click to make sure it works. Right click icon and click
"Find Target" to make sure it opens Control Panel. Then, delete the desktop
shortcut.

As for the other stuff....don't have a solution yet, but if I find one, will
post back.
 
I am looking for a possibility to directly acces the different
IE options tabs .

Which one(s)? FYI you can look for entrypoints in inetcpl.cpl
For example, I use this as a quick way to access the Connections tab:

rundll32 inetcpl.cpl,LaunchConnectionDialog
 
Back
Top