Explore tweets tagged as #ProcessID
@guyrleech
Guy Leech
10 months
How to kill an unstoppable service via its process id in (elevated) #PowerShell . kill -id (gcim win32_service -Filter "name = 'dnscache'").ProcessId
Tweet media one
3
39
199
@guyrleech
Guy Leech
2 years
Need to see which IIS worker process (w3wp.exe) is which? #PowerShell . gcim win32_process -Filter "name = 'w3wp.exe'"|select processid,creationdate,commandline
Tweet media one
4
16
87
@honglong0420
原來是擅長來都來了的朋友
3 days
昨天才知道 AWS RDS MySQL 有砍 slow query 的機制,這功能被包成 Stored Procedure.下 CALL mysql.rds_kill_query(processID); 就可以把 process 砍掉.另外這有個有趣的限制 8.x 在 8.0.32 前,5.7.x 在 5.7.41 前,如果 process 的 owner username 長度大於 16 字元會砍不掉 XD
Tweet media one
Tweet media two
0
0
4
@guyrleech
Guy Leech
1 year
I was PowerShell remoted in to a Server Core VM & wanted to see what services had what process ids (pids) which I usually do via task manager so I used WMI/CIM instead to get a list. gcim win32_service -filter "state = 'running'"|select name,displayname,processid|sort processid
Tweet media one
Tweet media two
1
3
20
@guyrleech
Guy Leech
1 year
@manelrodero If the service is still running, this will order by start time. gcim win32_service | where-object processid -gt 0 | select *,@{n='StartTime';e={(get-process -id $_.ProcessId).StartTime}}|select Name,DisplayName,ProcessId,StartTime|sort starttime
Tweet media one
1
6
24
@KUMA_outdoor
KUMA.
2 years
清流で川遊びしながら、絶品スイーツを頬張り、コテージで宿泊する夏の天国。. 【愛媛・霧の森コテージ・じゃらん】.#プロモーション
Tweet media one
0
1
233
@Tyron_kasiba
Tyrone Kasiba
11 months
😂😂taskkill /PID <ProcessID> /F1
Tweet media one
0
0
0
@KUMA_outdoor
KUMA.
2 years
串本・橋杭岩の日の出。.「大江戸温泉物語・南紀串本」の屋上展望台からの絶景です。. 【じゃらんの方が楽天トラベルより安かった】.#プロモーション
Tweet media one
0
5
176
@chaslinux
chaslinux
1 year
If you're running into an issue updating the "software/snap" store on Ubuntu 22.04 try: sudo snap refresh snap-store on the command line. When it bugs out it will give you the process ID of what's preventing it from being updated. Then just kill -9 <processid> (2829 in this case)
Tweet media one
1
0
2
@Toronto_Fire
Toronto Fire Services 🇨🇦
11 months
1924. '#LabourDay Parade, fire engine' . 📷@TorontoArchives #TFS150 #TOhistory #Toronto
Tweet media one
1
5
20
@kustonaut
Akshay Dixit
3 years
Create table in @AzDataExplorer .#365daysofADX Day4. 1: Select db in KWE(.2: Type "create table MyLogs ( Level:string, Timestamp:datetime, UserId:string, TraceId:string, Message:string, ProcessId:int32 )".3: Shift+Enter. Learn more:
0
0
1