Users who use Win10 technology preview version have a question, where is the Modern version of IE browser (that is, the IE browser designed for touch screen)? At present, it is taken away by Microsoft, but we still have a way to get it back, to see what to do.
First, you need to copy a PowerShell script code written by a foreign user, then create a new text document on the desktop, and then change its suffix name to "ps1"; right click on this file, select Edit Then paste this part of the code into it and click on “File”“Save as ” Save it.
The code is as follows:
$code = @"
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace Win8 {
[ComImport, Guid("2e941141-7f97-4756-ba1d-9decde894a3d"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
interface IApplicationActivationManager
<
IntPtr ActivateApplication([In] String appUserModelId, [In] String arguments, [In] UInt32 options, [Out] out UInt32 processId);
}
[ComImport, Guid("45BA127D-10A8-46EA-8AB7-56EA9078943C")]//Application Activation Manager
public class ApplicationActivationManager : IApplicationActivationManager
{
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)/*, PreserveSig*/]
public extern IntPtr ActivateApplication([In] String appUserModelId, [In] Strin g arguments, [In] UInt32 options, [Out] out UInt32 processId);
}
}
"@
add-type - TypeDefinition $code
$appman = new-object Win8.ApplicationActivationManager
$appman.ActivateApplication("DefaultBrowser_NOPUBLISHERID!Microsoft.InternetExplorer.Default",$null,0,[ref]0)
Finally, right-click on this file and select “Run from PowerShell in the menu.
After the operation, look at the Modern version of IE browser? If not, it may be that you have not set IE browser as the default browser, set to default.
After a Win10 user opens the laptop, a prompt appears in the lower right corner: “N
Win10s start menu has a distinct change from the previous system. The application t
Microsoft has pushed the official version of Win10 TH2, and released the official ISO installation i
Now the computer is a dual graphics card, a single graphics card is still relatively rare. So there
Win10 cancels the method of popping up msn Chinese network
How to upgrade Win10 via Windows Update
How to modify the Spartan browser default search engine
Win10 system how to modify the ring icon of Xiaona Cortana
How does Win10 set the speaker as the default playback device?
How Win10 Customizes Notifications and Action Center Quick Action Buttons
How does Win10 remove the lock screen interface network icon?
What should I do if the Win10 system fails to update?
How to solve the problem that Win10 can boot after a few minutes before entering the BIOS?
Win10 install patch failed error 0x80070002 solution
Win10 preview version 10123 to get started experience the whole process: edge browser new change
Win8 system uses the compatibility mode to install the cheetah browser tutorial
Only two strokes immediately give the right-click menu "Reduce"
Win10 upgrade failure prompt 80070003 solution diagram
Can the Win7 Recycle Bin icon status not be updated in real time?
How to adjust to UEFI mode after installing Win8
Win10 annual upgrade release! Multiple content updates
Windows 2008 Quick Create New User Method
Win7 Home Edition deletes the desktop recycle bin icon
Modifying the Registry to Improve Win8/RT Touch Response
Win10 conference: Which questions are most urgently answered?