如何 运行 IoTCorePShell.cmd
How to run IoTCorePShell.cmd
我尝试将 Prolific USB 移植到 COM 转换器以解决我的其他问题:
我找到了这本手册:https://docs.microsoft.com/en-us/windows/iot-core/learn-about-hardware/peripheraldrivers 并将所有必要的文件复制到单独的文件夹:
- oem6.inf
- ser2pl64.sys
- serenum.sys
我安装了:
- Windows 10 个物联网核心包
- Windows 评估和部署工具包,包括 Windows PE 插件
现在我尝试按照手册中的说明为 运行 New-IoTInf2Cab
启动 IoTCorePShell.cmd
。
我尝试了 cmd
和 Power Shell
,都有管理员权限和没有管理员权限。
在 Power Shell
我得到:
PS C:\Users\olga\Desktop\COMDriver> New-IoTInf2Cab
New-IoTInf2Cab : The term 'New-IoTInf2Cab' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ New-IoTInf2Cab
+ ~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (New-IoTInf2Cab:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
我怎样才能运行New-IoTInf2Cab
?
好的,有必要克隆存储库。
IoTCorePShell.cmd
留在根目录中。
我尝试将 Prolific USB 移植到 COM 转换器以解决我的其他问题:
我找到了这本手册:https://docs.microsoft.com/en-us/windows/iot-core/learn-about-hardware/peripheraldrivers 并将所有必要的文件复制到单独的文件夹:
- oem6.inf
- ser2pl64.sys
- serenum.sys
我安装了:
- Windows 10 个物联网核心包
- Windows 评估和部署工具包,包括 Windows PE 插件
现在我尝试按照手册中的说明为 运行 New-IoTInf2Cab
启动 IoTCorePShell.cmd
。
我尝试了 cmd
和 Power Shell
,都有管理员权限和没有管理员权限。
在 Power Shell
我得到:
PS C:\Users\olga\Desktop\COMDriver> New-IoTInf2Cab
New-IoTInf2Cab : The term 'New-IoTInf2Cab' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ New-IoTInf2Cab
+ ~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (New-IoTInf2Cab:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
我怎样才能运行New-IoTInf2Cab
?
好的,有必要克隆存储库。
IoTCorePShell.cmd
留在根目录中。