reg add "HKCU\Software\Microsoft\
reg add "HKLM\SYSTEM\ControlSet001\
reg add "HKCU\Software\Microsoft\
reg add "HKLM\SYSTEM\ControlSet001\
When Configuration Manager takes a long time to update device collections, there are several possible causes to evaluate.
First, go to Monitoring - Collection Evaluation Queue and review Full Evaluation Queue and Manual Evaluation Queue
Any evaluation exceeding 2 minutes is suspect. If it is a handful of collections, carefully evaluation the collection selection criteria.
If there a numerous collections exceeding 2 minutes (in our case we found numerous exceeding 20 minutes), evaluation of the SQL database performance tuning is recommended as Configuration Manager may run better when the site database is configured at a different SQL Server CE compatibility level.
Refer to the following Microsoft Article:
Configuration Manager installs utilizing SQL Server 2014, SQL Server 2016, SQL Server 2017, SQL Server 2019, and SQL Server 2022 experiencing slower than normal collection evaluations can be improved when the site database is configured at a SQL Server CE compatibility level of 110.
Compatibility level can be set by running the following SQL Query:
ALTER DATABASE <ConfigurationManager_DataBase Name>
SET COMPATIBILITY_LEVEL = 110;
GO
"C:\Program Files\Google\Chrome\Application\chrome.exe" --profile-directory=Default --uninstall-app-id=fhihpiojkbmbpdjeoajapmgkhlnakfjf
"C:\Program Files\Google\Chrome\Application\chrome.exe" --profile-directory=Default --uninstall-app-id=aghbiahbpaijignceidepookljebhfak
"C:\Program Files\Google\Chrome\Application\chrome.exe" --profile-directory=Default --uninstall-app-id=mpnpojknpmmopombnjdcgaaiekajbnjb
"C:\Program Files\Google\Chrome\Application\chrome.exe" --profile-directory=Default --uninstall-app-id=fmgjjmmmlfnkbppncabfkddbjimcfncm
"C:\Program Files\Google\Chrome\Application\chrome.exe" --profile-directory=Default --uninstall-app-id=agimnkijcaahngcdmfeangaknmldooml
"C:\Program Files\Google\Chrome\Application\chrome.exe" --profile-directory=Default --uninstall-app-id=kefjledonklijopmnomlcbpllchaibag
C:\Program Files\Azure Data Studio\unins000.exe /SILENT
C:\Program Files\Attribute Changer\unins000.exe /SILENT
Windows 11 Machines With MECM / SCCM Client Installed Do Not Have Check for Online for Updates from Microsoft Update Drop down From Windows Update
Two registry keys set by MECM client causes this issue (which does NOT cause this issue with Windows 10). Deleting these two registry values returns this functionality:
reg delete "HKLM\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows\WindowsUpdate" /V UpdateServiceUrlAlternate /F
reg delete "HKLM\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows\WindowsUpdate" /V DoNotConnectToWindowsUpdateInternetLocations /F
If you need a computer to check against Microsoft for latest updates and the option is missing in the Settings menu, the following will enable it.
1-Close Settings menu.
2-Open Registry Editor.
3-Navigate to :
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
4-Modify the value of key from 0 to 1
5-Launch Setting and check the updates menu for drop down options for expected 'link' option
(Restart is not needed)