1. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30

    Attached Files:

  2. geese howard

    geese howard MDL Member

    Aug 18, 2009
    102
    15
    10
    I had the same problem with 19043.1082, that dism cannot repair.
    Cannot update to 1083 via windows update (0x800f0984)
     
  3. geese howard

    geese howard MDL Member

    Aug 18, 2009
    102
    15
    10
    i did the same process with 19043.1083 version and the problem persists. (dism error)
     

    Attached Files:

  4. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    Yes, I like to think that perhaps with my small amount of testing @MSMG is able to identify problems or issues sooner.
     
  5. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    Somehow I missed your reply. Which command did you run in the command prompt? I will try the same command and post my results.
     
  6. geese howard

    geese howard MDL Member

    Aug 18, 2009
    102
    15
    10
    DISM /Online /Cleanup-Image /ScanHealth

    DISM /Online /Cleanup-Image /RestoreHealth
     
  7. June's Hill

    June's Hill MDL Novice

    Jul 1, 2021
    8
    3
    0
    #19869 June's Hill, Jul 9, 2021
    Last edited: Jul 9, 2021
    Hello dear friend, I'm on Win10 19043 (21H1). I have also the same problem with Windows Update. I get the error: 0x800f0984

    It's a very strange error, I have good memory so ... Do you use OInstall (Office C2R Install v7.30+) in the last month???

    Because I remember when after uninstall and install Office 2021, I went to the tab "Utilities" and click "Retail-->VL" (in addition to convert retail to volume, it also applies some kind of "tweaks" anti-telemetry) and I really remember all the updates (from .1081 to .1082) worked well before that.

    Now I'm stuck in .1082 and I cannot update to .1083 ... I hope we could find the solution to this. Maybe it's casualty and OInstall never damaged anything and it's (again as always) M1cr0soft's guilt.
     
  8. jinvidia

    jinvidia MDL Member

    Aug 7, 2016
    238
    35
    10
    @MSMG - Is version 11.6 fully compatible with this ISO ?
    en_windows_10_business_editions_version_21h1_updated_jun_2021_x64_dvd_8222df3d.iso

    If not kindly do let me know the latest build of Windows 10 which works flawlessly with 11.6 ?

    Thank you
     
  9. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    Able to replicate the Firefox error today. This happens with the toolkit v11.6, but doesn't with 10.4

    Couple of other issues;

    1. I copy my group profile from a backup and update it straight away. Even so, as soon as I connected to the internet the computer contacted Windows update to download updates. The group policy points to my WSUS server and has the "Do not connect to any Windows Update Internet locations" set.
    2. I'm pretty sure I left the Windows firewall in the image, but after installing, it was not there. I will have to recreate the image again to verify

    Code:
        IF /I "%DoGPO:~0,1%"=="Y" (
            Echo Importing Group Policy
            IF EXIST "%SrcPath%\GroupPolicy\" (
                xcopy "%SrcPath%\GroupPolicy" "%WINDIR%\System32\GroupPolicy" /y/c/k/h/x/i/e >NUL
               gpupdate /force 
            )
        )
    
     

    Attached Files:

  10. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    @Yanta
    I assume you use LGPO.EXE to actually import policies into OS?
    If not, there may be a problem and updating policies (gpupdate /force) is useless here w/o real importing.
    Just to clarify... Or may be I don't know the method you use.
     
  11. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    #19873 Yanta, Jul 10, 2021
    Last edited: Jul 10, 2021
    I don't know lgpo. It's as shown in the code snippet above. I simply copy the group policy (user and machine) files from the existing OS. Which includes the registry.pol file(s). When I reinstall Windows, I just copy the files back. Nothing extravagant. It's always worked for me before. There is something different about how 11.6 removes components (no surprise there).

    I will take a look at lgpo though. Perhaps it's a better way to do it.

    I've also noticed Windows Filtering Platform seems to be missing.

    commands like "netsh wfp set options netevents = off" no longer work.

    Where can I get lgpo from? The official Microsoft link doesn't work.
     
  12. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    @Yanta
    I'm sure it will be much more correct way.
    This way you also could transfer your GPO backup to different Windows generations, because only present policies from the set will be applied (the rest - ignored) w/o any errors.

    I can share my cmd files for the quick Export / Import using LGPO.EXE. For you and for everyone here.
    (I need translate my files (comments inside) to EN first).

    That's true. I noticed this recently, too. Confirmed.
     
  13. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
  14. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    ~~~~~~~~~~~~~~~~~
    GPO : Export-Import
    ~~~~~~~~~~~~~~~~~


    Easily Save or Restore your own set of Group Policies.

    You could transfer your GPO backup to different Windows generations.
    Only present policies from the set will be applied (the rest will be ignored) without any errors.

    EXPORT

    1. Place "MY LGPO" folder on disk
    2. Use scenario: "Export and Saving GPO.cmd"
    3. Saved GPO set will appear inside the BACKUP folder
    4. Copy your set somewhere in the safe place for future use

    Note:
    Every new {GUID} will be different and the number does not matter.
    Scenario will do everything automatically.

    WARNING:
    When creating a new backup, all previous backups will be purged.

    IMPORT


    1. Place "MY LGPO" folder on disk
    2. Copy your backup into the folder: \MY LGPO\BACKUP\<{GUID}>
    3. Use scenario: "Import and Applying GPO.cmd"
     

    Attached Files:

  15. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    HI friend thanks a lot for share, already make download , so after my breakfast I can return with my results :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. LGPO good source for exporting or importing Local group policies :)
     
  17. gdeliana

    gdeliana MDL Senior Member

    Oct 2, 2010
    365
    428
    10
    Actually is not just firefox, there are other memmory allocation errors such as in yuzu a nintendo switch emulator. I initially thought it was the emulator itself which is a WIP project. But the same build of this emulator never crashed on the same normal version of windows. My guess is either kernel debugging or telemetry components are messing around.