使用.net(C#)在Visual Studio中更新系统时间

如何使用带有C#(。Net)的Visual Studio更新系统时间?

这应该工作。

Process.Start("time", "12:00:00");