Skip to content

how to activate excel with Insider access? #399

Closed Answered by WindowsAddict
wstlxx asked this question in Q&A
Discussion options

You must be logged in to vote

@wstlxx
To change your Office update channel to Insider, open command prompt as admin and enter

reg add HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration /v CDNBaseUrl /t REG_SZ /d "https://officecdn.microsoft.com/pr/5440FD1F-7ECB-4221-8110-145EFAA6372F" /f

reg delete HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration /v UnmanagedUpdateURL /f 2>nul

reg delete HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration /v UpdateUrl /f 2>nul

reg delete HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration /v UpdateToVersion /f 2>nul

reg delete HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Updates /v UpdateToVersion /f 2>nul

reg delete HKLM\SOFTWARE\Policies\Microsoft\Office\16.0\C…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by wstlxx
Comment options

You must be logged in to vote
3 replies
@ittechadmin
Comment options

@wstlxx
Comment options

@WindowsAddict
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #396 on March 19, 2024 17:32.