REM Disable IE First Run Wizard and RSS Feeds REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Internet Explorer\Main" /v "DisableFirstRunCustomize" /t REG_DWORD /d 1 /f REM Disable Internet Explorer Enhanced Security Enhanced REG ADD "HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073" /v "IsInstalled" /t REG_DWORD /d 0 /f REG ADD "HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A8-37EF-4b3f-8CFC-4F3A74704073" /v "IsInstalled" /t REG_DWORD /d 0 /f REM Force off-screen composition in IE REG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /v "Force Offscreen Composition" /t REG_DWORD /d 1 /f