usbkill for Windows 11/10
Go to file
Willy 86daa51ea3 Simplified readme 2023-11-25 19:29:14 -05:00
assets Redid assets 2023-09-13 20:44:27 -04:00
.gitignore Initial commit 2023-09-08 16:50:09 -04:00
LICENSE Initial commit 2023-09-08 16:50:09 -04:00
README.md Simplified readme 2023-11-25 19:29:14 -05:00
python launcher.bat Added about menu and exit notification 2023-09-13 20:39:04 -04:00
requirements.txt Added about menu and exit notification 2023-09-13 20:39:04 -04:00
windows_usbkill.py Added about menu and exit notification 2023-09-13 20:39:04 -04:00
windows_usbkill.spec Changed filename 2023-09-13 22:52:12 -04:00

README.md

windows_usbkill

This script is my version of https://github.com/hephaest0s/usbkill for Windows 11 and 10 which runs in the system tray. The script will shutdown your Windows machine if it detects a device that gets plugged into your computer's USB ports, which will be logged to a .txt file. There is also a pause/unpause feature in the event you need to plug in a USB device.

This script has been tested on Windows 11 22H2.

Install (Python)

  1. Install Python 3 for Windows.
  2. git clone https://git.willys.zone/Willy/windows_usbkill.git
  3. cd .\windows_usbkill\
  4. pip install -r requirements.txt
  5. python3 windows_usbkill.py

I recommend using Non-sucking Service Manager to run the script as a Windows service.

Install (.exe)

Notice: Python executables made with pyinstaller are sometimes falsely flagged as viruses by anti-viruses; if the AV is causing issues, I recommend using the python method above. Keep in mind that since this executable is unsigned, you will get a one-time "unrecognized app" prompt. Press "More Info" and then "Run Anyway.".

  1. Download the latest version from the "Releases" page.
  2. Run executable.

Build

  1. Install Python 3 for Windows.
  2. git clone https://git.willys.zone/Willy/windows_usbkill.git
  3. cd .\windows_usbkill\
  4. pip install -r requirements.txt
  5. pip install pyinstaller
  6. pyinstaller.exe .\windows_usbkill.spec

Notice

This script will shutdown your system if a USB device is plugged in. You will loose ALL unsaved progress/data. Use this script at your own risk. The author is not liable for lost data.