通过powershell wmiinstance禁用同步中心

时间:2017-05-22 14:58:52

标签: windows powershell administration

我不知道为什么这个命令输出错误。启用的属性应该有效。

Set-WmiInstance -Class win32_OfflineFilesCache -Property Enabled = "False"

如果我将-Property更改为-Arguments,则无法更改“已启用”的值。所以在上面的命令中,我仍然无法改变价值。

任何想法或提示?

1 个答案:

答案 0 :(得分:0)

谢谢大家,我这样解决了:

Set-ItemProperty -Path "HKLM:\System\CurrentControlSet\Services\CscService" -Name "Start" -Value 1