Share via

Cumulative Update: undoing changes

Anonymous
2023-12-22T12:55:42+00:00

Split from this thread.

Hi! Can you help me? I have the same issue.

  1. I'm trying to install KB5033372 update but I got 0x800f0922 error
  2. Running OS build 19045.3693
  3. logs CBS.zip

I already reinstalled Edge and set App Readiness service to manual, but didn't work.

Windows for home | Windows 10 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

7 answers

Sort by: Most helpful
  1. Ramesh 176.5K Reputation points Volunteer Moderator
    2023-12-22T16:04:44+00:00

    For the C:\Windows\Temp folder, please open the advanced security options dialog and configure the permissions as in the image below:

    .

    Here are the special permissions for the "Users" group.

    .

    In short:

    You need to take ownership of the Windows\Temp folder, remove inheritance, add explicit permissions as above, and change the ownership back to SYSTEM.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-12-22T15:54:26+00:00

    C:\Windows\system32>icacls %temp%

    C:\Users\marko\AppData\Local\Temp NT AUTHORITY\SYSTEM:(I)(OI)(CI)(F)

                                  BUILTIN\Administrators:(I)(OI)(CI)(F) 
    
                                  ASUS-X556URK\marko:(I)(OI)(CI)(F) 
    

    Elaborazione completata per 1 file. Elaborazione non riuscita per 0 file

    C:\Windows\system32>icacls c:\windows\temp

    c:\windows\temp NT SERVICE\TrustedInstaller:(I)(F)

                NT SERVICE\TrustedInstaller:(I)(CI)(IO)(F) 
    
                NT AUTHORITY\SYSTEM:(I)(F) 
    
                NT AUTHORITY\SYSTEM:(I)(OI)(CI)(IO)(F) 
    
                BUILTIN\Administrators:(I)(F) 
    
                BUILTIN\Administrators:(I)(OI)(CI)(IO)(F) 
    
                BUILTIN\Users:(I)(RX) 
    
                BUILTIN\Users:(I)(OI)(CI)(IO)(GR,GE) 
    
                CREATOR OWNER:(I)(OI)(CI)(IO)(F) 
    
                AUTORITÀ PACCHETTI APPLICAZIONI\TUTTI I PACCHETTI APPLICAZIONI:(I)(RX) 
    
                AUTORITÀ PACCHETTI APPLICAZIONI\TUTTI I PACCHETTI APPLICAZIONI:(I)(OI)(CI)(IO)(GR,GE) 
    
                AUTORITÀ PACCHETTI APPLICAZIONI\TUTTI I PACCHETTI APPLICAZIONI CON RESTRIZIONI:(I)(RX) 
    
                AUTORITÀ PACCHETTI APPLICAZIONI\TUTTI I PACCHETTI APPLICAZIONI CON RESTRIZIONI:(I)(OI)(CI)(IO)(GR,GE) 
    

    Elaborazione completata per 1 file. Elaborazione non riuscita per 0 file

    Was this answer helpful?

    0 comments No comments
  3. Ramesh 176.5K Reputation points Volunteer Moderator
    2023-12-22T15:43:52+00:00

    Open sysdm.cpl, and click Advanced.

    Click Environment variables.

    Under System Variables, scroll the list and see the values assigned for TEMP and TMP.

    Post a screenshot.

    From admin Command Prompt, run:

    • icacls %temp%
    • icacls c:\windows\temp

    Post the output.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2023-12-22T15:11:36+00:00

    Open admin Command Prompt and run:

    SET

    Please copy the output and include it here.

    C:\Windows\system32>set

    ALLUSERSPROFILE=C:\ProgramData

    APPDATA=C:\Users\marko\AppData\Roaming

    CommonProgramFiles=C:\Program Files\Common Files

    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files

    CommonProgramW6432=C:\Program Files\Common Files

    COMPUTERNAME=ASUS-X556URK

    ComSpec=C:\Windows\system32\cmd.exe

    DriverData=C:\Windows\System32\Drivers\DriverData

    HOMEDRIVE=C:

    HOMEPATH=\Users\marko

    LOCALAPPDATA=C:\Users\marko\AppData\Local

    LOGONSERVER=\ASUS-X556URK

    NUMBER_OF_PROCESSORS=4

    OneDrive=C:\Users\marko\OneDrive

    OS=Windows_NT

    Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Users\marko\AppData\Local\Microsoft\WindowsApps

    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC

    PROCESSOR_ARCHITECTURE=AMD64

    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 9, GenuineIntel

    PROCESSOR_LEVEL=6

    PROCESSOR_REVISION=8e09

    ProgramData=C:\ProgramData

    ProgramFiles=C:\Program Files

    ProgramFiles(x86)=C:\Program Files (x86)

    ProgramW6432=C:\Program Files

    PROMPT=$P$G

    PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules

    PUBLIC=C:\Users\Public

    SystemDrive=C:

    SystemRoot=C:\Windows

    TEMP=C:\Users\marko\AppData\Local\Temp

    TMP=C:\Users\marko\AppData\Local\Temp

    USERDOMAIN=ASUS-X556URK

    USERDOMAIN_ROAMINGPROFILE=ASUS-X556URK

    USERNAME=marko

    USERPROFILE=C:\Users\marko

    windir=C:\Windows

    ZES_ENABLE_SYSMAN=1

    Was this answer helpful?

    0 comments No comments
  5. Ramesh 176.5K Reputation points Volunteer Moderator
    2023-12-22T12:56:20+00:00

    Open admin Command Prompt and run:

    SET

    Please copy the output and include it here.

    Was this answer helpful?

    0 comments No comments