window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-54090852-1', { 'optimize_id': 'GTM-M3QPGKQ'}); Punch B Tech: Notepad Tricks

Sunday, December 1, 2013

Notepad Tricks

Forcefully Shut Down your System after a message:





Open Notepad.

Paste the following code in it:

@echo off
msg * Its time to get some rest.
shutdown -c “Error! You have to take rest! Byeeeeee”.

Save the file with .bat extension and close it. See the magic. Use this trick carefully it may lead to damage for your system.

No comments: