Recent content by Sinisa

  1. S

    Windows 10 ESU (Extended Security Updates) for EEA not working

    I reinstaled Microsoft Store but I still cant log in. I don't know what that mean: Find the entry whose APPID matches the GUID from your Event Log (APPID {15C20B67-12E7-4BB6-92BB-7AFF07997402}). If the friendly name column is blank, find the matching key in the registry: What is "matching...
  2. S

    Windows 10 ESU (Extended Security Updates) for EEA not working

    If I try to Confirm WebView2 is present, after copy/paste your comand I get: PS C:\WINDOWS\system32> Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall* -ErrorAction SilentlyContinue | >> Where-Object { $_.DisplayName -like 'WebView2' } | >> Select-Object DisplayName...
  3. S

    Windows 10 ESU (Extended Security Updates) for EEA not working

    Please, can you post again your last post where you ask me to install MicrosoftEdgeWebview2. For some reason I lost this post. BTW, I try to install it and I get message: "Installation failed. Microsoft Edge Webview2 Runtime is already installed for the system"
  4. S

    Windows 10 ESU (Extended Security Updates) for EEA not working

    PS C:\WINDOWS\system32> $start = Get-Date >> Start-Process ms-settings:windowsupdate PS C:\WINDOWS\system32> Get-WinEvent -FilterHashtable @{LogName='Application'; StartTime=$start} -ErrorAction SilentlyContinue | >> Where-Object { $.Message -match...
  5. S

    Windows 10 ESU (Extended Security Updates) for EEA not working

    PS C:\WINDOWS\system32> $start = Get-Date >> Start-Process ms-settings:windowsupdate PS C:\WINDOWS\system32> Get-WinEvent -FilterHashtable @{LogName='Application'; StartTime=$start} -ErrorAction SilentlyContinue | >> Where-Object { $.Message -match...
  6. S

    Windows 10 ESU (Extended Security Updates) for EEA not working

    I copy/pasted commands before also.
  7. S

    Windows 10 ESU (Extended Security Updates) for EEA not working

    Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Try the new cross-platform PowerShell Install PowerShell on Windows, Linux, and macOS - PowerShell PS C:\WINDOWS\system32> $start = Get-Date PS C:\WINDOWS\system32> Start-Process ms-settings:windowsupdate PS...
  8. S

    Windows 10 ESU (Extended Security Updates) for EEA not working

    Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Try the new cross-platform PowerShell Install PowerShell on Windows, Linux, and macOS - PowerShell PS C:\WINDOWS\system32> $start = Get-Date PS C:\WINDOWS\system32> Start-Process ms-settings:windowsupdate PS...
  9. S

    Windows 10 ESU (Extended Security Updates) for EEA not working

    I dont know why smily's are there. should be (:)
  10. S

    Windows 10 ESU (Extended Security Updates) for EEA not working

    After Confirming wlidsvc is running, I get: PS C:\WINDOWS\system32> Get-Service wlidsvc, DiagTrack, VaultSvc, LicenseManager | Format-Table Name, Status, StartType Name Status StartType ---- ------ --------- DiagTrack Running Automatic LicenseManager Running...
  11. S

    Windows 10 ESU (Extended Security Updates) for EEA not working

    After I run correct re‑register commands and confirm the packages exist before re‑registering, I reboot but still after kliking on "Enrol Now", I have only short time some empty grey window (maybe for a second). Confirming the packages Install Location: PS C:\WINDOWS\system32> Get-AppxPackage...
  12. S

    Windows 10 ESU (Extended Security Updates) for EEA not working

    In third point, after I open an elevated PowerShell and run: Get-AppxPackage -AllUsers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($.InstallLocation)\AppXManifest.xml"} I get answer in red: $.InstallLocation : The term '$.InstallLocation' is not...
  13. S

    Windows 10 ESU (Extended Security Updates) for EEA not working

    Updates I have instaled are: KB5001716, KB5063523, KB5065957 Cumulative Update, KB5066198 (OS Build 19045.6396) Preview, KB5066747 Cumulative Update, KB5068164, KB5066791
  14. S

    Windows 10 ESU (Extended Security Updates) for EEA not working

    How to confirm the required cumulative/SSU patch is installed (KB5063709 or later)?
  15. S

    Windows 10 ESU (Extended Security Updates) for EEA not working

    My Windows Version 22H2 (OS Build 19045.6456) I,m signed into Windows with a Microsoft account. wlidsvc was stoped VaultSvc was running LicenseManager was running After restarting, "Enrol Now" still not working. After Windows Update troubleshooter run, not problems find. sfc /scannow...
Back
Top