How to Change the Microsoft 365 Office Update Channel Using CMD
Md Sajid Hossain
Microsoft 365 Solutions Architect | Cloud Security Expert | Systems Administrator | Aspiring DevOps Engineer | Network & Security Enthusiast
Choosing the correct update channel for Microsoft 365 Office apps is essential for aligning with your organization’s needs, whether for regular feature updates, stability, or minimal disruptions. Microsoft 365 offers several update channels, each with its own schedule and benefits. Below is an overview of each channel:
Microsoft 365 Office Update Channels Overview
Beta Channel (Code: BetaChannel)
Current Channel (Preview) (Code: CurrentPreview)
Current Channel (Code: Current)
Monthly Enterprise Channel (Code: MonthlyEnterprise)
Semi-Annual Enterprise Channel (Preview) (Code: SemiAnnualPreview)
Semi-Annual Enterprise Channel (Code: SemiAnnual)
Step-by-Step Guide to Change the Update Channel to Semi-Annual Using CMD
For this example, we will set Microsoft 365 Office to the Semi-Annual Enterprise Channel using the Command Prompt (CMD). This is helpful when the update policy doesn’t immediately reflect on user devices or when a more controlled deployment approach is required.
First, please ensure that you have switched the update channel for your organization to the Semi-Annual Enterprise Channel. Here are the steps for setting the default update channel:
领英推荐
Step 1: Open Command Prompt as Administrator:
Step 2: Navigate to the ClickToRun Directory: Use this command to go to the Office Click-to-Run directory, which contains tools for managing Office update settings.
cd "C:\Program Files\Common Files\Microsoft Shared\ClickToRun"
Step 3: Set the Update Channel to Semi-Annual: Run this command to configure Microsoft 365 Office apps for the Semi-Annual Enterprise Channel:
.\OfficeC2RClient.exe /changesetting Channel=SemiAnnual
Step 4: Apply User Settings for the New Update Channel: Use the following command to apply the update settings for the current user profile:
.\OfficeC2RClient.exe /update user
Step 5: Update the Registry Key to Confirm the Change: Reopen Command Prompt and choose Run as Administrator. Manually setting the registry can reinforce the new update channel. Enter the following command:
reg add HKLM\Software\Policies\Microsoft\Office\16.0\Common\OfficeUpdate /v UpdateBranch /t REG_SZ /d SemiAnnual
Step 6: Restart the Device and Verify:
Benefits of Choosing the Semi-Annual Enterprise Channel
The Semi-Annual Enterprise Channel is well-suited for organizations prioritizing stability and reliability. With updates only twice a year, businesses can minimize disruptions while still ensuring that critical updates are delivered. This approach allows IT teams ample time to prepare for changes, test compatibility, and provide necessary support or training.
By following the steps above, you can easily switch Microsoft 365 Office to the Semi-Annual Enterprise Channel, optimizing the update experience across your organization for both reliability and efficiency.
Microsoft Security & Endpoint Management Consultant | MECM, Intune, Azure & Microsoft Defender, XDR & EOP &| Certified in MS-500, SC-900, AZ-900,AZ-104
3 个月Great advice.Thank You
Microsoft Cloud Solutions Architect | Data Loss Prevention & Information Protection | Copilot for Microsoft 365 | Defender and Purview | Enterprise Mobility+Security | Intune Expert | Hybrid Exchange
4 个月Interesting
M365 Support Engineer
4 个月Useful tips