Computer shutdown easily for child.

Children can do computer shutdowns in an easy way. The computer will be shut down in one click. To do this we need to create a Bat file on the computer Desktop. This file is very easy to create. Anyone can create this file. In this process, the children will not be able to delete any other files on the computer by mistake, so we have to create a Bat file. But you need to write a few lines on the notepad.

Copy following code-

@echo off

echo message here.

shutdown -s -f -t 60 -c “Type message here”

Shutdown files appear on desktop, when children click on it, Computer automatically shutdown.

Share the Post Others .....

Leave a Reply

Your email address will not be published. Required fields are marked *

%d bloggers like this: