6

Normally i like running ie, but it's rendering speed at high-dpi is poor.

More recently i've switched to Chrome, but it does not support high-dpi displays. i'm interested in trying other browsers, but they must support protected mode.

Are there any other browsers, besides IE and Chrome, that support Mandatory Integrity Levels (i.e. protected mode)?

Browsers that i know about:

Browser            Protected Mode   High-dpi Aware
==============     ===============  ==============
Internet Explorer      Yes              Yes
Chrome                 Yes               No
Firefox                 No               No
Opera                   No               No
Safari                  No*              No*

(* not personally tested, reported by others)

Are there any others?


And just as an fyi, the clear, unambiguous, non-argumentative, non-subjective, question is:

Are there any browsers, aside from Internet Explorer, available for Windows, that run at the Windows Low Mandatory integrity level, and support high-dpi (i.e. non-96 dpi) displays?

Ian Boyd
  • 23,066

3 Answers3

1
icacls %UserProfile%\appdata\local\opera\opera /setintegritylevel (OI)(CI)L

icacls %AppData%\opera\opera /setintegritylevel (OI)(CI)L

Apart from these you need to remove NoWriteUp (-nx) from these folder. you can use chml.exe for that

I use chml <folder> -i:l -nx when using chml.exe you have to use one of -nx -nw or -nr else it is taken as -nw. So I use -nx to prevent -nw and -nr.

Works well for me but a couple of seconds delay in starting Opera and an additional application launch security warning.

techraf
  • 4,952
Nidhin
  • 11
1

Purely in the interest of providing a POTENTIAL alternative, you can screw around with Opera to make it do both of those things.

Low Integrity Level: I found a site that experiments with this

icacls %programfiles%\opera\opera.exe /setintegritylevel L

This sets the executible to run at LI, but it wont run.

icacls %UserProfile%\appdata\local\opera\opera /setintegritylevel (OI)(CI)L

It runs, but cannot retain preferences

icacls %AppData%\opera\opera /setintegritylevel (OI)(CI)L

And now it retains most preferences.

I found that here

As for high-DPI display, if you enter opera:config there is a "force DPI" setting, you can set it higher than 96 and see how things look. Perhaps worth a try!

geodave
  • 856
0

You may want to try Internet Explorer 9 Beta.

Zian Choy
  • 1,488