Kill process by id [Link of detail api]
TaskKill /f /pid {pid}
Check process by name [Link of detail api]
rem e.g. wmic process get processid,executablepath | find "msedgedriver.exe"
wmic process get processid,executablepath | find "{Process Name}"
Check windows version
win+R to call out Run Dialogwinver
Shortcut key to open system path Below two command can open system path setting pannel
systempropertiesadvanced
rundll32 sysdm.cpl,EditEnvironmentVariables
View Windows Certificates
Open MMC through Run Dialog
Open File > Add/Remove Snap-in...
select Certificates to view
CertificatesCertificates
press Add button
expend the certificate to view the certificates for the selected user
A simple snippet to find process by name and kill the process
Tried using scala repl in windows, chinese words now showing …