C#局域网远程关机 我写了一些代码(如下) 怎么报RPC服务器错误 scope...

发布网友 发布时间:2小时前

我来回答

1个回答

热心网友 时间:1小时前

貌似你 ManagementScope scope = new ManagementScope("\\\\ 192.168.18.23\\root\\cimv2", options); 这里出现问题了,你把它改成
ManagementScope scope = new ManagementScope(@"\\192.168.18.23\root\cimv2", options);再试下

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com