windows - Change Registry Value for Trident -


inside windows registry following:

hkey_local_machine\software\microsoft\windows\currentversion\internet settings\5.0\user agent

right have following values:

name:(default)   type: reg_sz value: application value  name:compatible  type: reg_sz value: compatible value  name:version type: reg_sz value: version value  name:platform type: reg_sz value: platform value 

this gets me output whatsmyuseragent.com

application value (compatible value; version value; platform value; trident/5.0)

my question , value of trident/5.0 stored at?

i have bat script used change current values testing our server.

but have no clue after using different programs search value in registry.

any suggestions , how change value in registry?

you should not trying change user-agent header changing settings in registry.

to answer question: not in registry anywhere.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -