Forum Discussion
How to change the frequency of Windows store app updates on Windows 10?
in this post
https://social.technet.microsoft.com/Forums/windows/en-US/5ac7daa9-54e6-43c0-9746-293dcb8ef2ec/how-to-force-update-of-windows-store-apps-without-launching-the-store-app
one line powershell command is proposed:
Get-CimInstance -Namespace "Root\cimv2\mdm\dmmap" -ClassName "MDM_EnterpriseModernAppManagement_AppManagement01" | Invoke-CimMethod -MethodName UpdateScanMethod
- HotCakeXFeb 14, 2020MVPThanks, but I don't think it's the one.
the title of that question is entirely different and for a different purpose: "How to force update of Windows Store Apps without launching the Store App?"
and I don't see any specific time in minutes or hours in that Powershell command.
I'm seeing MDM, EnterpriseModernAppManagement and things like that..sounds like an AAD connected device..- noel_lapinFeb 15, 2020Copper Contributor
Dear HotCakeX,
I made a task scheduled to run every morning, which calls the PowerShell command.
By the way, talking about my status, I'm using Windows 10 Home, and I cannot install functions of Active Directory. I managed to install Group Policy Editor, but there is no entry to schedule updating Store Apps. In registry, there is a folder named AllowAppStoreAutoUpdate and it contains some keys, but it seems none with scheduling, alas.
- HotCakeXFeb 15, 2020MVPOkay so I entered it in an elevated Powershell and I get this:
"ReturnValue PSComputerName
----------- --------------
0
"
is this expected?