how to make my application startup with windows
-
hi every body i want to know how can i make my application startup with windows thanks in advance
-
hi every body i want to know how can i make my application startup with windows thanks in advance
Create the full path of your application under the registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
«_Superman_»
-
hi every body i want to know how can i make my application startup with windows thanks in advance
See here: Managing Start-up[^]
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
Create the full path of your application under the registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
«_Superman_»
thank you very much it worked with me
-
hi every body i want to know how can i make my application startup with windows thanks in advance
I'd use a Windows Scheduled Task.