Hello, meet you again with some Windows Tips. Now, I'll share you some computer tips about making auto run a program. We decide it into two parts.
From the registry, we have four Windows tricks:
- HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run. Values defined under this key cause tasks to run for every users that logs on to the systems.
- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RuValues defined under this key cause tasks to run for every user that logs on to the system.
- HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce. Values defined under this key cause a task to run the next time any user logs on to the system (and not after that).
- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce. Values defined under this key cause a task to run the next time the current user logs on to the system. From the Startup Folders
- Programs placed in the following folder are run after any user logs on to the system: %ALLUSERSPROFILE%\Start Menu\Programs\Startup
- Programs placed in this folder are run for a specific user: %USERPROFILE%\Start Menu\Programs\Startup
Adopted from Windows Server Cookbook @Team LiB. Say thank to them.
No comments:
Post a Comment