Write the following code to the text:
@ECHO OFF
: Ie10hack
REG ADD "Hklm\software\wow6432node\microsoft\internet Explorer"/V version/t reg_sz/d "9.10.9200.16384"/F
REG ADD "Hklm\software\wow6432node\microsoft\internet Explorer"/V svcversion/t reg_sz/d "10.0.9200.16384"/F
REG ADD "HKLM\Software\Microsoft\Internet Explorer"/V version/t reg_sz/d "9.10.9200.16384"/F
REG ADD "HKLM\Software\Microsoft\Internet Explorer"/V svcversion/t reg_sz/d "10.0.9200.16384"/F
GOTO EXIT
: Revertie
REG DELETE "hklm\software\wow6432node\microsoft\internet Explorer"/V Svcversion
REG DELETE "hklm\software\microsoft\internet Explorer"/V Svcversion
REG ADD "Hklm\software\wow6432node\microsoft\internet Explorer"/V version/t reg_sz/d "8.0.7601.17514"/F
REG ADD "HKLM\Software\Microsoft\Internet Explorer"/V version/t reg_sz/d "8.0.7601.17514"/F
GOTO EXIT
: EXIT
After saving, change the new txt text suffix name to. bat
Right click, select Run as Administrator, and then you can install it properly
Visual Studio 2015 hint IE10 not installed