Friday, 21 October 2016

Shut Down Windows Computer With with Notepad


Just write Following code in your notepad ..


@echo off
cls
msg * (write any message here...)
shutdown -s -c " write any message here.."



and save this code with  .bat < dot bat >  extension  

whenever someone click on that file ...computer will show that messages and will shut down within a minute.
you can send this file to any one :-)



try  it.

watch this video

No comments:

Post a Comment