Windows之常用命令

2021-06-06 20:04

阅读:586

标签:int   nbsp   问题解决   命令   网关   常用命令   时间   sock   默认网关   

 

  1. 重启/关机

    shutdown命令

#关机
shutdown -s -t 30 -f

#重启
shutdown -r -t 30   //30秒之后,重启  00是立即

#注销
shutdown -l  -t 30

#休眠
shutdown -h -t 30  

#指定时间关机
at 23:00 shutdown -s

#取消所有的shutdown命令,但是不能取消上一步的命令;
shutdown -a

 

 

 

 

 

 

 

 

 

  常见问题解决:

  1.默认网关不可用

    

netsh winsock reset

netsh int ip reset reset.log

 

Windows之常用命令

标签:int   nbsp   问题解决   命令   网关   常用命令   时间   sock   默认网关   

原文地址:https://www.cnblogs.com/xingxia/p/windows_commands.html


评论


亲,登录后才可以留言!