本文介绍了使用/ accepteula接受EULA时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
引用
基本上我正在PowerShell ISE中执行脚本
解决方案
调用可执行文件时必须使用命令行开关。它们绑定到该应用程序。仅在命令行上输入 / accepteula
是一个错误,因为没有上下文,没有东西可以接受切换。
yourprogram.exe / accepteula
Referring filter worker processes list by User Name
I'm able to retrieve expected output in above URL but stuck while using/accepteula to accept EULAI'm getting below error message. Might be that's not correct way to accept EULA
Basically I'm executing script in PowerShell ISE
解决方案
Command-line switches have to be used when calling the executable. They are bound to that application. Just entering /accepteula
on the command line is an error because there's no context, nothing to accept the switch.
yourprogram.exe /accepteula
这篇关于使用/ accepteula接受EULA时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!