Mattias Yepp, a simple one liner to restart/shutdown the computer with force instantly. Here you go (Restart): Restart-Computer -Force Here you go: (Shutdown): Stop-Computer -Force