Porovnat verze

Klíč

  • Tento řádek byl přidán.
  • Tento řádek byl odstraněn.
  • Formátování bylo změněno.

...

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION

 

Blok kódu
languagepowershell
titleOS 32 Bit a IE 11
New-Item -Path 'hklm:SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION' -name 'PanPlayer2.exe'
Set-ItemProperty -Path 'hklm:SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION' -Name 'PanPlayer2.exe' -Value 11001
Blok kódu
languagepowershell
titleOS 64 Bit a IE 11
New-Item -Path 'hklm:SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION' -name 'PanPlayer2.exe'
Set-ItemProperty -Path 'hklm:SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION' -Name 'PanPlayer2.exe' -Value 11001