Can I configure startup processes using Command Prompt?
Yes, you can configure startup processes using CMD Commands Prompt:
Launch System Configuration:
cmd Copy code start msconfig
Manage Services:
cmd Copy code sc config [service_name] start= [mode]
Open Task Scheduler
cmd Copy code start taskschd.msc
Add Programs to Startup Folder:
cmd Copy code copy [program_path] "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\"
Edit Startup Registry Keys
cmd Copy code reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v [Name] /t REG_SZ /d "[Path]"
FOr more info visit: https://datarecovee.com/command-prompt-commands/
1
vote
Datarecovee
shared this idea