摘要:
powershell.exe: script.ps1: # 停止服务 Stop-Service -Name "odooserver" -Force -ErrorAction Stop # 启动服务 Start-Service -Name "odooserver" -ErrorAction Stop 阅读全文
posted @ 2025-02-17 15:26
CrossPython
阅读(7)
评论(0)
推荐(0)
摘要:
创建 PowerShell 脚本 创建一个 PowerShell 脚本来启动和停止服务。 启动服务的脚本(start_service.ps1): Start-Service -Name "jl-tellus" Write-Output "Service jl-tellus started at $( 阅读全文
posted @ 2025-02-17 14:15
CrossPython
阅读(29)
评论(0)
推荐(0)
浙公网安备 33010602011771号