Windows10 NT Shell ,使用WPF应用程序替换Explorer.exe

Windows10 NT Shell ,using WPF Application to replace Explorer.exe

我的程序开机后不能正常启动,但是标记文字可以正常启动

我是直接替换还是通过 Eshell.exe.

Mark Text

我是不是漏掉了什么?


C++应用程序也可以启动,WPF无法启动

这是什么原因?

你并没有真正付出太多。

我猜你想要 Enable and Configure a Shell Launcher.

在link中他们给出了如下例子;

$ShellLauncherClass = [wmiclass]"\localhost\root\standardcimv2\embedded:WESL_UserSetting"

$ShellLauncherClass.SetDefaultShell("notepad.exe",1)

$ShellLauncherClass.SetEnabled($TRUE)

这里is another resource on How to configure shell launcher