python同步windows系统时间
程序员文章站
2022-05-07 20:18:51
...
import os com1 = 'net use \\\\192.168.0.90\\ipc$ PPss01!123/user:administrator' os.system(com1) com2='net time \\\\192.168.0.90 /set /yes ' os.system(com2) com3='pause' os.system(com3)
import os
com1 = 'net use \\\\192.168.0.90\\ipc$ PPss01!123/user:administrator'
os.system(com1)
com2='net time \\\\192.168.0.90 /set /yes '
os.system(com2)
com3='pause'
os.system(com3)
推荐阅读
-
windows10系统中安装python3.x+scrapy教程
-
Python使用ntplib库同步校准当地时间的方法
-
Python使用ntplib库同步校准当地时间的方法
-
python使用wmi模块获取windows下的系统信息 监控系统
-
python同步windows和linux文件
-
Windows系统下安装Python的SSH模块教程
-
Windows系统下使用flup搭建Nginx和Python环境的方法
-
Windows系统配置python脚本开机启动的3种方法分享
-
windows系统中Python多版本与jupyter notebook使用虚拟环境的过程
-
在Windows系统上搭建Nginx+Python+MySQL环境的教程