I had the same problem with 19043.1082, that dism cannot repair. Cannot update to 1083 via windows update (0x800f0984)
Yes, I like to think that perhaps with my small amount of testing @MSMG is able to identify problems or issues sooner.
Somehow I missed your reply. Which command did you run in the command prompt? I will try the same command and post my results.
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.
@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
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 ) )
@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.
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.
@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.
~~~~~~~~~~~~~~~~~ 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. Spoiler: How to... 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"
HI friend thanks a lot for share, already make download , so after my breakfast I can return with my results
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.