@MSMG Hi, I successfully imported "MediaFeaturePack" into the image, but when I'm trying to install iCloud - it still says - that the MediaFeaturePack is not in system.. What could be the reason?.. maybe imported files - not all? what is missing?
Open toolkit.cmd with notepad and replace all the words nequ with neq. Put a space before and a space after, as these spaces exist in the code. I will demonstrate inside quotes for the best visualization. Avoid mass substitution like this: from "nequ" to "neq" Do like this: from " nequ " to " neq " This issue will be fixed and will no longer break the script. This has already been reported to @MSMG, and he has fixed it. But the next fixes seem to come in the next version. Take the opportunity to apply these corrections suggested in the link below. https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-992#post-1671669
StarterN, StarterKN, HomeBasicN, HomeBasicKN, CoreN, CloudN, ProessionalN, ProfessionalKN, ProfessionalEducationN, ProfessionalEducationKN, EnterpriseN, EnterpriseKN, EnterpriseSN, EnterpriseGN, UltimateN, UltimateKN, EducationN, EducationKN But at the moment, only for the Editions above, the integration takes place. For other non-N Editions, they will bypass the code and, it will look like everything went normally with the integration. Perhaps the option to integrate appears and it looks like it has been integrated. Because the termination message is displayed: Code: ####Finished Integrating Windows Media Feature Pack########################### But the others, relating to the process, do not appear: For example, those that should be displayed for pt-BR, but as there are no N Editions for Brazil, only integrating LanguagePacks. So, the supposed messages below are not displayed. Code: ------------------------------------------------------------------------------- Integrating Microsoft Windows Media Features Package ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- Integrating Microsoft Windows Media Features [pt-BR] Package ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- Integrating Microsoft Windows Media Features WOW64 Package... ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- Integrating Microsoft Windows Media Features [pt-BR] WOW64 Package... -------------------------------------------------------------------------------
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.