1 頁 (共 1 頁)

木馬設定開機自動啟動可能會常修改的地方

文章發表於 : 週五 12月 8日, 2006年 11:56 am
DarkSkyline
[Windows 98/ME]

%windir%\Start Menu\Programs\啟動

AUTOEXEC.BAT
WIN.INI 的 [WINDOWS] LOAD= 和 RUN=

**********************************************************************************

[Windows NT 4]

%USERPROFILE%\「開始」功能表\程式集\啟動

**********************************************************************************

[Windows 2000/XP/2003]

%USERPROFILE%\「開始」功能表\程式集\啟動

**********************************************************************************

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run (Windows 98/Me/NT 才有)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce (都有)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx (都有)
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices (都有, 除 NT)
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce (Windows 98/Me 才有)

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run (Windows NT/2000/XP 才有)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce (Windows 98/Me/2003 才有)

HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Run (Windows NT/2000/XP 才有)
HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\RunOnce (Windows 98/Me/2003 才有)