Share via

how to access CSP and edit them

AlainCh2 0 Reputation points
2025-12-26T16:24:06.7033333+00:00

Nothing more to add :-(

I need to change them to auto update non-microsoft-softwares

Moved from Sysinternals
I followed all the link and they ask me to modify that in CSP

Strange as it can be it's about PhoneLink ... an Ms SoftwareUser's image

Windows for business | Windows Client for IT Pros | Devices and deployment | System management components

2 answers

Sort by: Most helpful
  1. VPHAN 28,740 Reputation points Independent Advisor
    2025-12-28T05:23:14.97+00:00

    Hello AlainCh2,

    I'm checking in to see if you were able to successfully lift the update restriction on Phone Link. As previously detailed, the Configuration Service Provider (CSP) paths you found in documentation are API interfaces for MDM servers and cannot be edited directly on a local machine; instead, you must modify the underlying Group Policy that controls them. The specific setting governing the error in your screenshot is Turn off Automatic Download and Install of updates located within Computer Configuration > Administrative Templates > Windows Components > Store. Setting this to Disabled (or deleting the AutoDownload value in HKLM\SOFTWARE\Policies\Microsoft\WindowsStore) is the definitive fix to allow Store apps to update again.

    If the issue has been successfully resolved, please consider accepting the answer as it helps other people sharing the same question benefit too. Thank you!

    VP

    0 comments No comments

  2. VPHAN 28,740 Reputation points Independent Advisor
    2025-12-26T18:03:20.41+00:00

    Hello AlainCh2,

    The confusion stems from a misunderstanding of how Windows configuration works. "CSPs" (Configuration Service Providers) like ApplicationManagement/AllowAppStoreAutoUpdate are interfaces designed specifically for Mobile Device Management (MDM) servers such as Microsoft Intune, not for direct local editing. You cannot "open" a CSP editor on a standalone Windows machine. To modify the underlying setting locally, you must edit the Group Policy Object (GPO) or the Windows Registry, which maps directly to that CSP. The error you are seeing confirms that a restriction is active on the Microsoft Store update mechanism, which governs Phone Link.

    To resolve the "App update policies on this PC are preventing you from receiving a required app update" error, you need to disable the restriction using the Local Group Policy Editor. Open gpedit.msc and navigate to Computer Configuration > Administrative Templates > Windows Components > Store. Look for the policy named Turn off Automatic Download and Install of updates. If this policy is set to Enabled, it effectively sets the CSP value to block updates. You must double-click it and set it to Disabled or Not Configured. This single policy controls the update mechanism for all Store applications, including Microsoft's own Phone Link and third-party software; there is no granular distinction between the two in this specific policy.

    If you are on Windows Home edition or prefer the direct registry method (which is what the CSP actually modifies in the background), open regedit.exe and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore. Look for a DWORD value named AutoDownload. If the value data is set to 2, updates are blocked. You should delete this AutoDownload value entirely, or change its data to 4 to force automatic updates on. You may also need to check HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate and ensure AutoDownload is not set to 2 there either. A reboot is required for these changes to take effect.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    VP

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.