📎 AI Summary:
The thread discusses how to automatically shut down a Windows or Linux system after a specific time. The original poster asks for a method to shutdown Windows after 3 minutes, and a responder provides the Windows command "shutdown /s /t 180." A subsequent contributor suggests a Linux command "sudo shutdown -h +3," with a reference to Linux shutdown instructions. Overall, the discussion offers different shutdown commands for Windows and Linux environments.

Gabriel Turqos

Active Member
Member details
Joined
Mar 11, 2019
Messages
17
Thread Author #1
How can I shutdown the system after 3 minutes automatically.