Taskkill
taskkill /f /im notepad.exe /t
taskkill /f /im chrome.exe /t## check and kill used "ports"
netstat -ano | findstr :8080
taskkill /PID <yourid> /Ftaskkill /f /im Process_name.exe@echo off
:: ganti browser.exe dengan nama target yang mau di kill
:: buka taskmanager pilih -> details -> kemudian ambil namanya
:: jika ingin multiple taskkill process tambahkan hal yang sama seperti fungsi sebelumnya dibawahnya
taskkill /FI "PID gt 1000" /FI "IMAGENAME eq browser.exe" /F /T
cls
taskkill /FI "PID gt 1000" /FI "IMAGENAME eq code.exe" /F /T
cls
taskkill /FI "PID gt 1000" /FI "IMAGENAME eq spotify.exe" /F /T
cls
taskkill /FI "PID gt 1000" /FI "IMAGENAME eq chrome.exe" /F /T
cls
exit
Also in C++:
- curl test https
- installing git on ec2
- Illuminate\Http\Exceptions\PostTooLargeException Ubuntu
- how to change a project of changing from private to public in github?
- git branch delete remote
- install git ubuntu
- convert biom to tsv
- fuser install linux
- vim move to specific line
- how to delet file comand promt linux
- git branch
- untar multiple archives into thier own folders linux command
- install package in r
- how to know version of tensorflow in linux command line
- git config global
- goodix debug linux
- how check status docker in ubuntu
- git fatal remote hung up unexpectedly
- uninitialize git
- echo to file bash
- git diff between branches file
- how to install mongodb server in ubuntu
- ssh agent start
- get latitude and longitude based on user entered place android