我编写了一个带有两个按钮和两个标签的基本 .NET 应用程序来自动执行多个批处理文件。该程序在 Windows 和 Window 的 powershell 上正常工作。
但是,我使用 PowerShell 创建了一个 Windows PE USB,当我尝试使用 Powershell 5.0 从 Windows PE 启动我的应用程序时,我收到以下错误:
Program "WinImageSetup.exe" failed to run: The subsystem needed to support the image type is not presentAt line: 1 char: 1
+ E:\WinImageSetup.exe
+-------------------
At line:1 char:1
+ E:\WinImageSetup.exe
+--------------------
+CategoryInfo: ResourceUnavailable: (:) [], ApplicationFailedException
+FullyQualifiedErrorId: NativeCommandFailed
从 Windows PE Powershell 运行 .NET 应用程序有什么遗漏吗?