# Stuck Reboot
Sometimes when you send a shutdown command you will get an error that `A system shutdown is in progress.(1115)`. Use the following command to get the computer "un-stuck".
```bash
TASKKILL /F /IM LSASS.EXE /T
TASKKILL /PID 1230 /T
TASKKILL /PID 1230 /PID 1241 /T
```