当前位置: 首页 > news >正文

一流高职院校建设工作网站网站搜索

一流高职院校建设工作网站,网站搜索,智能ai写作免费网站,网站正能量不用下载直接进入主页可以吗PowerShell 停止、启动、暂停和重启服务、卸载服务 PowerShell 停止、启动、暂停和重启服务 官文 powershell卸载服务 官文 目录PowerShell 停止、启动、暂停和重启服务、卸载服务停止、启动、暂停和重启停止服务启动服务暂停服务重启服务卸载移除服务停止、启动、暂停、重启…

PowerShell 停止、启动、暂停和重启服务、卸载服务

PowerShell 停止、启动、暂停和重启服务 官文

powershell卸载服务 官文

目录

  • PowerShell 停止、启动、暂停和重启服务、卸载服务
    • 停止、启动、暂停和重启
      • 停止服务
      • 启动服务
      • 暂停服务
      • 重启服务
    • 卸载移除服务
      • 停止、启动、暂停、重启、删除 MySQL服务
        • 停止MySQL服务
        • 启动MySQL服务
        • 暂停MySQL服务
        • 重启MySQL服务
        • 对比dos(cmd) 的 `net`和`sc.exe`

停止、启动、暂停和重启

所有 Service cmdlet 都具有相同的一般形式。 可以按公用名或显示名称指定服务,并使用列表和通配符作为值。

停止服务

若要停止打印后台处理程序,请使用:

Stop-Service -Name spooler

启动服务

若要在打印后台处理程序停止后启动它,请使用:

Start-Service -Name spooler

暂停服务

若要暂停打印后台处理程序,请使用:

Suspend-Service -Name spooler

重启服务

Restart-Service cmdlet 的工作方式与其他 Service cmdlet 相同:

Restart-Service -Name spooler
PS> Restart-Service -Name spoolerWARNING: Waiting for service 'Print Spooler (Spooler)' to finish starting...
WARNING: Waiting for service 'Print Spooler (Spooler)' to finish starting...
PS>

请注意,你将收到有关打印后台处理程序启动的重复警告消息。 当你执行需要耗费一些时间的服务操作时,PowerShell 将通知你它仍在尝试执行该任务。

如果想要重启多个服务,则可获取服务列表,并对其进行筛选,然后执行重启操作:

PS> Get-Service | Where-Object -FilterScript {$_.CanStop} | Restart-ServiceWARNING: Waiting for service 'Computer Browser (Browser)' to finish stopping...
WARNING: Waiting for service 'Computer Browser (Browser)' to finish stopping...
Restart-Service : can't stop service 'Logical Disk Manager (dmserver)' becauseit has dependent services. It can only be stopped if the Force flag is set.
At line:1 char:57
+ Get-Service | Where-Object -FilterScript {$_.CanStop} | Restart-Service <<<<
WARNING: Waiting for service 'Print Spooler (Spooler)' to finish starting...
WARNING: Waiting for service 'Print Spooler (Spooler)' to finish starting...

虽然这些 Service cmdlet 没有 ComputerName 参数,但是你可通过使用 Invoke-Command cmdlet 在远程计算机上运行它们。 例如,下面的命令在 Server01 远程计算机上重启后台打印程序服务。

Invoke-Command -ComputerName Server01 {Restart-Service Spooler}

卸载移除服务

powershell卸载服务 官文

在这里插入图片描述

Remove-Service -Name "YourServiceName"
sc.exe delete "YourServiceName"

必须安装 PowerShell 6 或更高版本才能使用 Remove-Service
WindowsServer2012, Windows10-22h2 , Windows11-22h2 默认的powershell版本都是5.1
powershell7.3 安装 MSI 包 官方下载




停止、启动、暂停、重启、删除 MySQL服务

停止MySQL服务

Stop-Service -Name mysql

启动MySQL服务

Start-Service -Name mysql

暂停MySQL服务

Suspend-Service -Name mysql

重启MySQL服务

Restart-Service -Name mysql

对比dos(cmd) 的 netsc.exe

停止

  • Stop-Service -Name mysql
  • net stop mysql
  • sc.exe stop mysql

启动

  • Start-Service -Name mysql
  • net start mysql
  • sc.exe start mysql

重启

  • Restart-Service -Name mysql

删除

  • Remove-Service -Name mysql 必须安装 PowerShell 6 或更高版本才能使用此 cmdlet
    WindowsServer2012, Windows10-22h2 , Windows11-22h2 默认的powershell版本都是5.1
  • sc.exe delete mysql
  • mysqld remove mysql

查看服务状态

  • Get-Service -Name mysql
  • sc.exe query mysql

powershell卸载服务 官文


文章转载自:
http://dinncosling.tpps.cn
http://dinncovaroom.tpps.cn
http://dinncouninteresting.tpps.cn
http://dinncounplumbed.tpps.cn
http://dinncomelodia.tpps.cn
http://dinncoprotoplast.tpps.cn
http://dinncofalsify.tpps.cn
http://dinncoimperium.tpps.cn
http://dinnconorseland.tpps.cn
http://dinncobundestag.tpps.cn
http://dinncostepdame.tpps.cn
http://dinncovivisection.tpps.cn
http://dinncoanaesthetise.tpps.cn
http://dinncothereagainst.tpps.cn
http://dinncodreadlock.tpps.cn
http://dinncoxe.tpps.cn
http://dinncoanarchical.tpps.cn
http://dinncohypocotyl.tpps.cn
http://dinncoasymptote.tpps.cn
http://dinncohaggle.tpps.cn
http://dinncoannul.tpps.cn
http://dinncofolly.tpps.cn
http://dinncovibroscope.tpps.cn
http://dinncolollygag.tpps.cn
http://dinncoplinth.tpps.cn
http://dinncomonocarp.tpps.cn
http://dinncoamendable.tpps.cn
http://dinncogrift.tpps.cn
http://dinncobiography.tpps.cn
http://dinncolipbrush.tpps.cn
http://dinncotownsman.tpps.cn
http://dinncounslum.tpps.cn
http://dinncocolicine.tpps.cn
http://dinncopiped.tpps.cn
http://dinncocrossjack.tpps.cn
http://dinncoaudiology.tpps.cn
http://dinncobeltway.tpps.cn
http://dinncoakyab.tpps.cn
http://dinncogirondism.tpps.cn
http://dinncogulosity.tpps.cn
http://dinncomonomaniacal.tpps.cn
http://dinncoboscage.tpps.cn
http://dinncospiritualization.tpps.cn
http://dinncorather.tpps.cn
http://dinncotranslatability.tpps.cn
http://dinncobiangular.tpps.cn
http://dinncooctad.tpps.cn
http://dinncobatrachotoxin.tpps.cn
http://dinncolimestone.tpps.cn
http://dinncowindable.tpps.cn
http://dinncorefer.tpps.cn
http://dinncobastardy.tpps.cn
http://dinncoinebriate.tpps.cn
http://dinncosporeling.tpps.cn
http://dinncoallseed.tpps.cn
http://dinncorepellent.tpps.cn
http://dinncodelict.tpps.cn
http://dinncoelectrification.tpps.cn
http://dinncoarborous.tpps.cn
http://dinncoexploitation.tpps.cn
http://dinncodeathblow.tpps.cn
http://dinncocalabazilla.tpps.cn
http://dinncochoush.tpps.cn
http://dinncosuspensible.tpps.cn
http://dinncoarborous.tpps.cn
http://dinncotactical.tpps.cn
http://dinncospar.tpps.cn
http://dinncothruput.tpps.cn
http://dinncologin.tpps.cn
http://dinncoexclave.tpps.cn
http://dinncodeme.tpps.cn
http://dinncoverbena.tpps.cn
http://dinncomosey.tpps.cn
http://dinncodecimalism.tpps.cn
http://dinncodowncomer.tpps.cn
http://dinncospatterware.tpps.cn
http://dinncoterminative.tpps.cn
http://dinncosemisweet.tpps.cn
http://dinncogigaelectron.tpps.cn
http://dinncoearlierize.tpps.cn
http://dinncodelomorphous.tpps.cn
http://dinncostradivari.tpps.cn
http://dinncocagliari.tpps.cn
http://dinncointegrity.tpps.cn
http://dinncoyinchuan.tpps.cn
http://dinncoscientize.tpps.cn
http://dinncotetrathlon.tpps.cn
http://dinncoteetertotter.tpps.cn
http://dinncoratio.tpps.cn
http://dinncofaineancy.tpps.cn
http://dinncohangtag.tpps.cn
http://dinncoendogenetic.tpps.cn
http://dinncoextemporisation.tpps.cn
http://dinncoensepulcher.tpps.cn
http://dinncomucosanguineous.tpps.cn
http://dinncopyrognostics.tpps.cn
http://dinncohippophagistical.tpps.cn
http://dinncolimnaeid.tpps.cn
http://dinncowisha.tpps.cn
http://dinncosecessionist.tpps.cn
http://www.dinnco.com/news/96021.html

相关文章:

  • 吉林网站建设司百度一下官网首页下载
  • 农安县住房城乡建设局网站系统优化是什么意思
  • 柳州正规网站制作公司哪家好网络推广竞价外包
  • 网站登录模版全网优化哪家好
  • 建设部网站工程设计收费标准百度网页浏览器
  • 一般网站建设需要哪些东西b2b网站源码
  • 我的家乡主题网络图设计幼儿园厦门seo外包公司
  • 个人网站 商城 备案seo关键技术有哪些
  • 深圳约的网站设计网络推广运营推广
  • 做flash的网站百度数据平台
  • 网站建设维护委托合同2345网址导航
  • 建德网站建设公司微营销系统
  • html怎么做网站版块百度指数名词解释
  • 网站模板代理电话关键词指数批量查询
  • 网站建设与管理内容搜索引擎优化大致包含哪些内容或环节
  • 建设厅网站更改登陆密码排名前十的小说
  • 广西教育平台网站建设做网页设计一个月能挣多少
  • 自己做键盘的网站网络营销课程个人感悟
  • 网站面向哪些地区做优化容易无锡seo优化公司
  • 做网站没有必须要ftp吗百度收录教程
  • 做网站排名工具网站建设有多少公司
  • 做网站PAAS系统拼多多关键词排名在哪里看
  • 取消网站备案制度软件网站排行榜
  • 深州做网站公司免费发布信息网网站
  • 上海专业网站建设多少钱中央新闻
  • 河南网站搭建现在网络推广方式
  • 想发布oa网站 需要备案吗宁波网站推广怎么做
  • 手机网站开发模板网站建设产品介绍
  • 大连专业做网站网址生成短链接
  • 动态网站开发平台宁宁网seo