How to set up a boot startup program
(http://blog.9cbs.net/wqf2)
Maybe you have to start booting your own program, maybe you want to find the Trojan. Then this article will help you.
The boot starter can be set by the following methods: 1. Registry key: hkey_users / .default / Software / Microsoft / Windows / CurrentVersion / RunhKey_Users / .default / Software / Microsoft / Windows / CurrentVersion / RunOns
HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / RunHKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / RunOnceHKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / RunOnceExHKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / RunServices
HKEY_CURRENT_USER / SOFTWARE / Microsoft / Windows / CurrentVersion / Runhkey_Current_User / Software / Microsoft / Windows / CurrentVersion / RunOns
HKEY_LOCAL_MACHINE / SYSTEM / CURRENTCONTROLSET / SERVICES
HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows NT / CurrentVersion / Winlogon Userinit item
HKEY_CURRENT_USER / SOFTWARE / Microsoft / Windows NT / CurrentVersion / Windows Run item
HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows NT / CurrentVersion / Windows Run item
2. Batch file autoexec.bat (useful under Win9X)
3. Win.ini (running 16-bit app) [Windows] LOAD = Run =
4. System.ini (running 16-bit app) [boot]
5. Put the shortcut in the following directory: [System Drive]: / Documents and Settings / [User Name] / "Start" menu / program / start [system drive]: / documents and settings / all users / "start Menu / Program / Start
6. Make the application system into NT service