It seems to have worked.
The value VersionToUpdateTo does not exist in my config file. Instead, I have UpdateToVersion
I replaced the value in your command string...
- reg delete "HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration" /v VersionToUpdateTo /f
It successfully deleted the line from my config file.
Also, when trying to run an update from the "Office Account" page, instead of this message...
- "The latest version of Microsoft 365 and Office approved by your system admin is installed on your computer"
I am now getting this one...
- "The latest version of Microsoft 365 and Office are installed on your computer"
I won't know for sure if it works until the next update drops. If it installs correctly, I'll mark this as an "Accepted Answer". If not, I will reach back out with the outcome.
For your perusal, I've attached before and after copies of my Configurations below.
Thank you for your assistance,
Steve
OLD CONFIG FILE:
AudienceId REG_SZ ***PII removed***
ClientFolder REG_SZ C:\Program Files\Common Files\Microsoft Shared\ClickToRun
ClientVersionToReport REG_SZ 16.0.19204.20002
WatcherInterval REG_SZ 3600000
PipelineServerName REG_SZ ClickToRun_Pipeline16
PackageLockerPath REG_SZ C:\ProgramData\Microsoft\Office
VersionToReport REG_SZ 16.0.19204.20002
ScenarioCulture REG_SZ
InstallID REG_SZ ***PII removed***
Platform REG_SZ x64
InstallationPath REG_SZ C:\Program Files\Microsoft Office
ClientCulture REG_SZ en-us
CDNBaseUrl REG_SZ http://officecdn.microsoft.com/pr/***PII removed***
AudienceData REG_SZ Insiders::DevMain
O365HomePremRetail.MediaType REG_SZ CDN
OneNoteFreeRetail.MediaType REG_SZ Local
UpdatesEnabled REG_SZ False
ProductKeys REG_SZ
O365HomePremRetail.ExcludedApps REG_SZ groove
OneNoteFreeRetail.ExcludedApps REG_SZ groove,lync,onedrive,teams
StreamingFinished REG_SZ True
RSODReset REG_SZ False
ProductReleaseIds REG_SZ OneNoteFreeRetail,O365HomePremRetail
Activate REG_SZ
O365HomePremRetail.OSPPReady REG_SZ 1
OneNoteFreeRetail.OSPPReady REG_SZ 1
UpdateChannel REG_SZ http://officecdn.microsoft.com/pr/***PII removed***
UpdateChannelChanged REG_SZ False
DeployedInAuditMode REG_SZ True
ClientXnoneHash REG_SZ ***PII removed***
ClientXnoneVersion REG_SZ 16.0.19204.20002
O365HomePremRetail.TenantId REG_SZ 1,
UpdateUrl REG_SZ http://officecdn.microsoft.com/pr/***PII removed***
UpdateToVersion REG_SZ 16.0.19107.20000
```**NEW CONFIG FILE:**
```powershell
AudienceId REG_SZ ***PII removed***
ClientFolder REG_SZ C:\Program Files\Common Files\Microsoft Shared\ClickToRun
ClientVersionToReport REG_SZ 16.0.19204.20002
WatcherInterval REG_SZ 3600000
PipelineServerName REG_SZ ClickToRun_Pipeline16
PackageLockerPath REG_SZ C:\ProgramData\Microsoft\Office
VersionToReport REG_SZ 16.0.19204.20002
ScenarioCulture REG_SZ
InstallID REG_SZ ***PII removed***
Platform REG_SZ x64
InstallationPath REG_SZ C:\Program Files\Microsoft Office
ClientCulture REG_SZ en-us
CDNBaseUrl REG_SZ http://officecdn.microsoft.com/pr/***PII removed***
AudienceData REG_SZ Insiders::DevMain
O365HomePremRetail.MediaType REG_SZ CDN
OneNoteFreeRetail.MediaType REG_SZ Local
UpdatesEnabled REG_SZ True
ProductKeys REG_SZ
O365HomePremRetail.ExcludedApps REG_SZ groove
OneNoteFreeRetail.ExcludedApps REG_SZ groove,lync,onedrive,teams
StreamingFinished REG_SZ True
RSODReset REG_SZ False
ProductReleaseIds REG_SZ OneNoteFreeRetail,O365HomePremRetail
Activate REG_SZ
O365HomePremRetail.OSPPReady REG_SZ 1
OneNoteFreeRetail.OSPPReady REG_SZ 1
UpdateChannel REG_SZ http://officecdn.microsoft.com/pr/***PII removed***
UpdateChannelChanged REG_SZ False
DeployedInAuditMode REG_SZ True
ClientXnoneHash REG_SZ ***PII removed***
ClientXnoneVersion REG_SZ 16.0.19204.20002
O365HomePremRetail.TenantId REG_SZ 1,
UpdateUrl REG_SZ http://officecdn.microsoft.com/pr/***PII removed***