我試圖設置一個名爲「GbpSv」的Windows進程禁用,雖然我的用戶是管理員,但所有命令都被禁用。無法禁用/停止GbpSv Windows服務
例:
C:\Users\Andre>sc config "GbpSv" start=disabled
[SC] OpenService FAILED 5:
Access is denied.
C:\Users\Andre>net stop "GbpSv"
The requested pause, continue, or stop is not valid for this service
我使用的是Windows 8.1。
試圖殺死進程:
C:\Program Files (x86)\GbPlugin>tasklist | FindStr Gbp
GbpSv.exe 104 Services 0 16.520 K
GbpSv.exe 5324 Console 1 13.448 K
C:\Program Files (x86)\GbPlugin>taskkill /pid 104
ERROR: The process with PID 104 could not be terminated.
Reason: This process can only be terminated forcefully (with /F option).
C:\Program Files (x86)\GbPlugin>taskkill /f /pid 104
ERROR: The process with PID 104 could not be terminated.
Reason: Access is denied.