如何在Windows 10中获取触摸式Internet Explorer

目录:

视频: Internet Explorer 1.0 on Windows 10? 2024

视频: Internet Explorer 1.0 on Windows 10? 2024
Anonim

不幸的是,在Windows 10技术预览版中,未安装touch Internet Explorer。 但是您不必担心,因为可以使用几种方法来解决此问题。 在本指南中,我们将向您确切显示在Windows 10操作系统中恢复触摸式Internet Explorer所需执行的操作。

因此,如果您想在触摸屏设备上使用Windows 10操作系统,则只需使用以下发布的方法。 如果按照列出顺序进行操作,则应该可以立即安装Windows 10的touch Internet Explorer。

如何在Windows 10中启用触摸Internet Explorer

解决方案1 ​​–运行此脚本

  1. 转到Windows 10操作系统中的桌面。
  2. 右键单击或按住桌面上的空白区域。
  3. 左键单击或点击出现的菜单中的“新建”功能。
  4. 左键单击或点击“新建”菜单中的“文本文档”选项。

    注意:您也可以通过以下方式打开记事本文档:“开始”菜单,然后键入“记事本”。 左键单击或点击出现的“记事本”图标。

  5. 现在将此文档命名为“ touch internet explorer”。
  6. 按下键盘上的“ Enter”按钮。
  7. 打开此记事本文档,然后复制并粘贴以下几行。

    “ $ code = @”

    使用系统;

    使用System.Runtime.CompilerServices;

    使用System.Runtime.InteropServices;

    Win8命名空间{

    IApplicationActivationManager接口

    {

    IntPtr ActivateApplication(String appUserModelId,String arguments,UInt32 options,out UInt32 processId);

    }

    //应用程序激活管理器

    公共类ApplicationActivationManager:IApplicationActivationManager

    {

    公共外部IntPtr ActivateApplication(字符串appUserModelId,字符串参数,UInt32选项,UInt32 processId);

    }

    }

    “ @

    add-type -TypeDefinition $ code

    $ appman =新对象Win8.ApplicationActivationManager

    $ appman.ActivateApplication(“ DefaultBrowser_NOPUBLISHERID!Microsoft.InternetExplorer.Default”,$ null,0, 0)]

  8. 左键单击或点击记事本窗口左上方的“文件”菜单。
  9. 左键单击或点击“保存菜单项”或“另存为..”功能。
  10. 将该文件另存为“ modern ie.ps1”,并在名称中包含引号。
  11. 现在,您需要关闭此记事本文件。
  12. 在Windows 10桌面上,右键单击它或按住不放。
  13. 左键单击或点击“使用Powershell运行”功能。
  14. 这将立即打开您的触摸式Internet Explorer。

    注意:您必须将Internet Explorer设置为默认浏览器。

    注意2:如果此操作无法启动,请重新启动Windows 10操作系统,然后再次运行您在桌面上制作的现代ie.ps1文件。

如何在Windows 10中获取触摸式Internet Explorer