Tuesday, October 13, 2009

How to add a file to startup without the user knowing

This can be quite dangerous and if the program is deleted it will lagg their computer alot. This is mainly used to a batch file also known as a .bat file to run on the start up of windows.... Just copy the following.

@echo off
reg add
HKEY_LOCAL_MACHINE\Software\Mi crosoft\Windows\CurrentVersion \Run /v test /t reg_sz /d C:\Program Files\WHATEVERTHEFILEISYOUWANTTOAD.THEEXTENTION

You must have the file after the /d ready before you add the regkey or it will not work...

No comments:

Post a Comment