The first time when you boot your new installed Windwos 8 or 8.1 machine, you get the Browser choice screen. In my situation I want to use Internet Explorer and don’t want to let the users choice what browser they are going to use. You can disable the browser choice screen with a simple registry key. You can use the following command to disable the browser choice screen within MDT or SCCM infastructures.
REG ADD HKLM\Software\BrowserChoice /v Enable /t REG_DWORD /d 0 /f
Set the key to 1 if you want to enable the browser choice screen. Set the key to 0 if you want to disable it.