Skip to content

Instantly share code, notes, and snippets.

@INeddHelp
Created February 14, 2023 18:02
Show Gist options
  • Save INeddHelp/71d5cef5935055810bf338f97c3e8605 to your computer and use it in GitHub Desktop.
Save INeddHelp/71d5cef5935055810bf338f97c3e8605 to your computer and use it in GitHub Desktop.
@echo off
for /f "tokens=2" %%a in ('wmic path Win32_Keyboard get DeviceID /value ^| find "="') do (
set "keyboard=%%a"
devcon.exe disable %keyboard%
)
timeout /t 5
' wait 5 secs
shutdown /s /t 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment