How to run multiple commands in one batch file?
问题 I want to run multiple commands in one batch file. I tried the &, &&, start, /wait, call, :begin and goto begin commands but no luck. Here are my commands: C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f sc config remoteregistry start= auto sc start remoteregistry sc config Schedule start=auto sc start Schedule sc stop McAfeeFramework sc configure McAfeeFramework startup= disabled sc