跳转至

Windows

Windows

  • 重启nginx powersell -> stop-service nginx -> start-service nginx 或 restart-service nginx
  • windows 11 自带截屏 WIN + Shift + S
  • windows 11 下有时候输入法切换失效了, 重启电脑或kill explorer->启动explorer
  • windows 11 域管理员设置了不能设置环境变量
    [System.Environment]::SetEnvironmentVariable("变量名", "变量值", "User")
    
  • win terminal 安装
  • 强制停止处于StopPending状态的Service, 需要先找到service 的 pid
    sc queryex jenkins-agent
    taskkill /f /pid 2944
    Start-Service -Name "jenkins-agent"
    
  • 电池健康度 powercfg/batteryreport