追觅H60 Ultra洗地机评测:以「四极寰宇净地系统」重构家庭清洁标准
2025-09-05
执行命令:
net time "\\OhterComputerName" /set /yes 可以保证名称为OhterComputerName 的计算机与本机时间同步。
Public Sub SyncTime()
Dim thecomp As String
Dim theshell As String
thecomp = "\\computername"
theshell = "net time " & Chr(34) & thecomp & Chr(34) & " /set /yes"
x = Shell(theshell)
End Sub
评论 {{userinfo.comments}}
{{child.content}}
{{question.question}}
提交