单击 更改时间。窗户里的蝙蝠
我正在开发一个系统,其中有几个我必须将日期更改为 2 月 6 日星期日凌晨 3:30:50。
有什么方法可以创建一个.bat,以便通过单击它,系统会自动更改
I am developing a system where several i'm having to change date to Sunday February 06 3:30:50 AM.
Is there any way to create a .bat so that by clicking on it, the system automatically changes
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用时间和日期命令:
use the time and date commands:
从 BlackBear 和 Joey 获得的答案:
以管理员身份运行 cmd
然后输入命令,例如:
time 03:30:50
日期 06/02/2011
Answer obtained from BlackBear and Joey:
Run cmd as Administrator
Then type commands such as :
time 03:30:50
date 06/02/2011