Answers for ".bat script on computer startup"

0

.bat script on computer startup

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
Posted by: Guest on October-22-2021
0

.bat script on computer startup

SCHTASKS /Create /SC ONEVENT /MO ONLOGON /TN ON_LOGON /tr "c:\some.bat"
Posted by: Guest on October-22-2021

Code answers related to ".bat script on computer startup"

Browse Popular Code Answers by Language