-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
@echo off
REM this file force kills Chrome when it is being a bitch
REM It does not rely an any dependencies and can be run from any Windows installation
REM Written by @AdwareHunter
:check_admin
net session >nul 2>&1
if %errorlevel% == 0 (
taskkill /f /im "chrome.exe"
) else (
echo "You must run this task as administrator."
pause >nul
)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels