abdulrahman20242/shutdown-guard — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Windows 10 and 11 app called Shutdown Guard that helps enforce bedtime by shutting down the computer at night unless the correct passwords are entered.

It should run quietly in the background as a Windows service and start automatically. At 11:00 PM show a full screen password prompt with limited tries. At 11:30 PM show a second password prompt. From midnight until 7:00 AM show a night menu where the user can enter different passwords to snooze for 30 minutes, 1 hour, 2 hours, or disable protection until 7 AM. Wrong passwords or letting the timer run out should shut down the computer immediately.

Make it hard to bypass. If someone kills the guard during the protected hours, shut down. If they change the system clock, do not let that extend snooze time. If the user signs out, wait for them to log back in instead of shutting down.

Include simple install, uninstall, logs, password config, and Arabic friendly messages.

Want more depth? Deep Reverse