Add a program on windows startup
> Open command line (cmd)
> Execute the following command:
reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v myapp /t REG_SZ /d myapp.exe |
/v – value name
/t – data type
/d – data
All about Information Technology!
> Open command line (cmd)
> Execute the following command:
reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v myapp /t REG_SZ /d myapp.exe |
/v – value name
/t – data type
/d – data