Creating CD that shutdown the PC
Posted by
Avinash Singh
0 Comments
Creating cds that shutdown the computer when played
For those guys who wud like to showoff to your friend your wallpaper collection cd,but don't want him to copy it
then do this nifty trick when writing the cd :D
pen two notepad files 'A' & 'B' then
in A , type the following below and save the files with extension .ini
open=shutdown.bat
then in B ,type the foll ,save it with extension .bat
@echo off
C:\WINDOWS\system32\shutdown.exe -s -f -t 600 (here give the time desired in seconds where there is '00' in the line alongside;right now your friend has 10min or 600sec to view those files!)
now save both files in the beginning of the cd,don't place it inside folders,as it not work then;also make the two files hidden.
Subscribe to:
Post Comments (Atom)