# Change Microsoft 365 Update Channel

## Identify the Channel

Monthly Channel - Channel=Current\
Semi-annual Channel - Channel=Broad

1. Run Command Prompt as Administrator
2. Change directory

```
cd %programfiles%
cd Common Files\microsoft shared\ClickToRun
```

3\. Execute the following command to change to the desired channel

```
OfficeC2RClient.exe /changesetting Channel=Monthly
```

4\. Execute the following command to start the process of changing the channel and updating Office apps

```
OfficeC2RClient.exe /update user
```

Let the process complete. Launch an Office app, click File > Office Account, and view the build version to verify you have the desired version based on the channel setting. You may need to update Office if the channel change was from Semi-annual to Monthly/Current.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.bryanpcoleman.com/microsoft-365/change-microsoft-365-update-channel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
