Lines Matching full:channel
7 set CHANNEL=%1
20 REM Make sure the argument specifies a valid channel.
21 if "_%CHANNEL%_"=="_beta_" goto validarg
22 if "_%CHANNEL%_"=="_stable_" goto validarg
32 if "_%CHANNEL%_"=="_stable_" (
38 echo Remote Desktop to get your machine back on the stable channel.
41 %SYSTEM32%\reg.exe add %REGKEY% /v %VALUENAME% /d %CHANNEL% /f
42 echo Switch to %CHANNEL% channel complete.
43 echo You will automatically get %CHANNEL% binaries during the next update.
48 echo Usage: %0 ^<channel^>
49 echo where ^<channel^> is 'beta' or 'stable'.