View Single Post
(#11)
Old
DefectiveProduct is Offline
The Best
DefectiveProduct is on a distinguished road
 
Posts: 771
Join Date: Jul 2006
Location: O_o
Default 08-19-2006, 10:07 PM

Quote:
Originally Posted by kevthedude
Didn't I give you that idea over at l0sers? If you can't move it to the startup folder then you could add the program to the registry. Even worse, 90% of people don't know the location to that registry file. Hell, most people don't even know how to access the registry.
And I never figured out exactly how to do that. >_>

Quote:
Originally Posted by PlasmaShock
the only hard part would be making the program and putting it in the person's startup folder.
The only hard part would be to make the program copy itself in the registry/startup folder. Making it shut down the computer is easy. It just takes one line of coding.

Code:
Shell ("SHUTDOWN -S -t 1")






Reply With Quote