[Reg]登入後自動啟動程式

將需執行的程式之路徑寫到下列Registry Key底下即可
Current User:
\\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

Local Machine:
\\HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run

一樣可以加入command line來使用。

KeyValue的Type為String,KeyValue名稱可自定

已知所支援之平台:
XP、Vista、Server2008

No comments:

Post a Comment

Build docker image from multiple build contexts

Build docker image from multiple build contexts ...