Transfer from MSDN, Forward Link: www.cnblogs.com/Charltsing/p/Office365month.html
Author qq:564955427
Create a bat file and write the following:
Setlocal
Reg Query Hkey_local_machine\software\microsoft\office\clicktorun\configuration\/V Cdnbaseurl
If%errorlevel%==0 (goto switchchannel) Else (goto End)
: Switchchannel
REG ADD hkey_local_machine\software\microsoft\office\clicktorun\configuration/v cdnbaseurl/t reg_sz/d "/http Officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60 "/F
Reg delete Hkey_local_machine\software\microsoft\office\clicktorun\configuration/v updateurl/f
Reg delete Hkey_local_machine\software\microsoft\office\clicktorun\configuration/v updatetoversion/f
Reg delete Hkey_local_machine\software\microsoft\office\clicktorun\updates/v updatetoversion/f
reg delete hkey_local_machine\software\policies\microsoft\office\16.0\common\officeupdate\/F
: End
Endlocal
Pause
Save, run can
How to change Office365 's update from half-year channel to monthly channel