Skip to content
Weatherlights edited this page Jan 14, 2023 · 7 revisions

Behind the scenes stuff

How long does it take for the configuration to be applied?

Winget-AutoUpdate-Configurator relies on ADMX backed policies. So everytime Microsoft Intune syncs your device your settings should be applied to the systems registry. As soon as the Intune synchronization cycle is finished the configuration will be applied by the Winget-AutoUpdate-Configurator configuration task.

Are there log files?

Yes. There are two important log files:

  • %PROGRAMDATA%\WinGet-AutoUpdate-Configurator\WinGet-AutoUpdate-Configurator.log: This file contains the logs from the WinGet-AutoUpdate-Configurator.
  • %PROGRAMDATA%\Winget-AutoUpdate\logs: Here you find the Logs from WinGet-AutoUpdate.

New location with version 1.02.0003

With version 1.02.0003 and higher you can collect log files using Intune Collect Diagnostics from the device page. The logfiles are located in the folder FoldersFiles windir_temp_computername_log within the zip file and named:

  • %COMPUTERNAME%-winget-autoupdate-configurator.log: This file contains the logs from the WinGet-AutoUpdate-Configurator.
  • %COMPUTERNAME%-winget-autoupdate-updates.log: Here you find the Logs from WinGet-AutoUpdate.

Some applications fail to update. What can I do?

Please check out the original Winget-Autoupdate project since this issue since this project is only "consuming" WAU. These kind of issues reside within Winget-Autoupdate itself.

Clone this wiki locally