如何在 Windows 啟動時自動執行某一個程式
|
這只要在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run新增一個字串值就行了 程式如下 | ||||||||||
|
|
||||||||||
|
Private Declare Function RegCreateKey Lib "advapi32.dll" Alias "RegCreateKeyA" _ | ||||||||||
|
|
||||||||||
| ||||||||||
上一篇:如何在IE工作列加入新項目
|
這只要在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run新增一個字串值就行了 程式如下 | ||||||||||
|
|
||||||||||
|
Private Declare Function RegCreateKey Lib "advapi32.dll" Alias "RegCreateKeyA" _ | ||||||||||
|
|
||||||||||
| ||||||||||
上一篇:如何在IE工作列加入新項目