停止“浏览器"完全使用 PowerShell 处理 [英] Stop "explorer" process completely using PowerShell

查看:44
本文介绍了停止“浏览器"完全使用 PowerShell 处理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我正在尝试使用 power-shell 命令停止资源管理器"进程:

Greeting, I'm trying to stop "explorer" process using power-shell command:

Stop-Process -ProcessName explorer -Force

那一行的问题,它会停止进程,但它会自动再次运行,所以它只是重新启动进程而不是停止它.

the problem with that line, it will stop the process but it will run again automatically so it just restarting the process not stopping it.

请建议我如何使用 power-shell 完全停止资源管理器"进程

Please advice me how to stop "explorer" process completely using power-shell

问候,

推荐答案

你可以这样做(虽然我不知道你为什么不希望 explorer 回来):

You can do this ( though I don't know why you wouldn't want explorer to come back):

taskkill /F /IM explorer.exe

这篇关于停止“浏览器"完全使用 PowerShell 处理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆