Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找解决方案,我想使用devcon.exepython 脚本禁用/启用 Windows 系统中的特定设备。我可以单独使用devcon.exeWindows禁用/启用,cmd.exe但我正在寻找使用 python 脚本完成此活动来验证 10 次迭代。
devcon.exe
cmd.exe
我需要自动化一个测试用例,该测试用例必须devcon.exe连续使用 10 次迭代来验证 Windows 中禁用/启用特定设备并记录日志。
我知道这已经很晚了。但是您的问题可以通过 subprocess 模块解决。如果您找不到所需的内容,请告诉我,然后我将发布代码。谢谢