MSMG hi please i need a help . how to fix this error on msmg toolkit 9.5 : MSMG ToolKit - Integrate Custom UxTheme Patch =============================================================================== Custom UxTheme Patch file "themeui.dll" not found... Please copy the above file to <Custom\UxTheme\w10\x64> folder...
You need to use a tool like UXThemePatcher to patch the UxTheme.dll and ThemeUI.dll. Then copy it to the specified folder and use the ToolKit to integrate the Patch. Note: Using patched DLL's will trigger the SFC to show errors.
Naturally, it is impossible to completely turn off all telemetry. It is worth noting here that the goal is rather not to disable telemetry itself, but to reduce system requirements. Because your computer is turning into an experimental animal. They do not hide this, on the contrary, they want the rest of the developers to follow this example. They are thus trying to lull vigilance!
@MSMG In the new version of the program, the deleted components will not be restored? Have any other errors been confirmed? https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-703#post-1575462
As far as I know, the author has not made any rules yet. This means that the deleted components will be restored.
i copy them and the same error is given thanks for your helping but i copy them and doesn't work i use UltraUXThemePatcher_3.7.1 and i patch themeui and ux theme then copy them to the specific folder but same error gives
@MSMG I need to Apps Pack 14393 (LTSB), Desktop AppInstaller, Windows Store, XBox, Native.Framework, Native.Runtime and VCLibs. Where I find it, please..?? Thanks in advance..!!
MSMG, Code: @echo off reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableLUA" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows" /v "NoLockScreen" /t REG_DWORD /d "1" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AdvertisingInfo" /v "DisabledByGroupPolicy" /t REG_DWORD /d "1" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "AITEnable" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "DisableInventory" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "DisableUAR" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "DisableDeviceDelete" /t REG_DWORD /d "1" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "DisableDiagnosticDataViewer" /t REG_DWORD /d "1" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "DoNotShowFeedbackNotifications" /t REG_DWORD /d "1" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v "AllowGameDVR" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "AllowClipboardHistory" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "AllowCrossDeviceClipboard" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableActivityFeed" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableCdp" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableSmartScreen" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "PublishUserActivities" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "UploadUserActivities" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t REG_DWORD /d "1" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "SpynetReporting" /t "REG_DWORD" /d "0" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "SubmitSamplesConsent" /t "REG_DWORD" /d "2" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform" /v "NoGenTicket" /t "REG_DWORD" /d "1" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableSR" /t REG_DWORD /d "1" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\WMDRM" /v "DisableOnline" /t "REG_DWORD" /d "1" /f start /wait "" "%~dp0Software\WinRAR\winrar-x64-580.exe" /s xcopy "%~dp0Software\WinRAR\rarreg.key" "%programfiles%\WinRAR\" /c /q /h /r /y shutdown /r rmdir /s /q "%windir%\Setup\Scripts" exit Why Setupcomplete ignores some commands, i.e. they are added to the registry, but the registry tweaks themselves do not work? Here are some EnableCdp, NoLockScreen that do not want to work or are not added at all. Are there really any restrictions in Setupcomplete? https://forums.mydigitallife.net/threads/setupcomplete-cmd-ignore-some-commands.81160/
Lockscreen directive will never work like that. The key is incorrect. Code: REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization" /V "NoLockScreen" /T REG_DWORD /D "1" /F Edit: Sorry, I automatically assumed you were using Enterprise, if not then discard my comment. Remember, lockscreen directive is different for Enterprise. Cheers.
You didn't understand. The reg key as you set it is not valid. Not the HKLM part (I know that) but the "Personalization" part. My config is similar to yours and it does work as intended. Try again and you will see. Cheers.
@MSMG: Just found a tiny glitch. When using "setup media updates" for kb4532690, the toolkit correctly recognizes the language of the image mounted. But the update is of course multi-language, and the toolkit just extracts all language resources to the \Sources folder. It should however only include the language folder aplicable to the image language we are working with. Is this something that can be implemented? Also, should kb4632690 be copied to the "WinPE" folder also? Currently it's only applied to the \Sources folder, but not to the boot.wim indexes and not to the recovery image. On a side note, the "dynamic" folder only processes one single update. For now, I have only the microcode update in there, but in the future there may be more than one update. (for example, the now pulled uefi secure boot update) Cheers.
If it's a DU cab file, it's meant for | ISO:\sources" only (copy/paste the extracted files). Was not meant for winpe images, install.wim only.