检测 Windows 10 版本并根据它执行操作的批处理脚本
因此,id 想要的是一个批处理脚本,该脚本将根据用户拥有的 Windows 10 版本进行操作。所以现在我确实有一个带有 case
的基本脚本,但它需要用户输入。所以我想要一些关于如何编写它的帮助/提示。 提前致谢
so what id like to have is a batch script that will act depending on the Windows 10 edition the user has. So right now I do have a basic script with a case
but it requires the user input. So I would like some help/tips on how to write that.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于 Windows 10 具有 WMIC.exe,因此以下可能的解决方案可能对您有所帮助:
As Windows 10 has WMIC.exe, here's a possible solution which may be of assistance to you: