How to change Office365 's update from half-year channel to monthly channel

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.