Then at least tell the users what it exactly is meant for and that it only works with TPM 1.2 present?
Afaik, MSMG toolkit doesn't activate the OS, these tools do (among other methods): https://forums.mydigitallife.net/forums/kms-and-other-tools.51/
On unsupported computers, for inplace upgrade, you need moded appraiserres.dll and NO INTERNET connection. (Tested allready) In my previous post is a link about "AllowUpgradesWithUnsupportedTPMOrCPU" tweak: Based on my tests: if you use win10 with multiple tweaks / changes / mods at system level -> a clean install of win11 is the best option.
Yes, the diversity of computers setup is such that there will always be other tactics and tricks to make that bypass. So far I caught computers that allowed InPlace Update with only Rename and the registry tweaks. I did not have the pleasure of having to turn off the Internet or put the patched DLL. But the tool of the friend @Enthousiast is there, ready for this need.
rename/remove/replace appraiserres.dll is for Upgrades only (on ISO for ISO upgrades, in BT~Sources\sources for WU upgrades. Is for boot.wim clean installs, when applied to the live OS it can be used for running setup.exe from the ISO:\Sources folder and you get a dual boot situation, better to install the second OS from boot, so the boot entries are done by the second install. Is needed for ISO uograde scenarios in which the appraiserres.dll gets replaced by the original one because WU applies the DU for Sources and thereby replacing or adding it to BT~Sources\sources.
Yes I know that. But I only had the experiences with Tweaks (clean installation) and with Rename (Inplace Update). Had left this detail pass. It must be why I did not have to disable the internet connection. Note: Also, I never use the online update offered at the time of Inplace Update. Because of the updated and customized ISO already prepared that is being used. Thnks.
MSMG, What can be removed from the image so that only Win32 software and all drivers work? p.s Last time I asked what can be removed at most, but I have concerns that there may be problems with some of the software.
MSMG, Did you know that MS is planning to block the installation of modified versions of Windows with certificates, I mean the beginning of this is already in Windows 11? What further counter-actions will be taken? p.s I'm telling you that what we do today could be a huge problem tomorrow.
Dear MSMG, I would like to integrate some language packs to W11 using your tool. Where could i download them? Actually I have this file: "mul_windows_11_languages_optional_features_x64_dvd_05ae8dae.iso" Is it enough? Where are the needed files? Thank you very much!!
They themselves are open about it. TPM 2.0 will need updated UEFI - it will check system integrity. They need it to separate old PCs.
Greetings! With the latest updates of Toolkit.cmd from 17.10.2021 and ToolkitHelper.exe from 19.10.2021, registry files .reg (Custom-Registry-w10-x64) are not integrated into Windows 10 Pro 21H2_19044.1319 ! Before that, everything was fine. Please fix it!
MSMG knows about Toolkithelper.exe. It has already warned on the day of publication. Read here: https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-1045#post-1698277 edit: But about integration of reg files may have been the change that was made, however it was not for double conversion of reg files to have some interference in W10.
Yes! Thank you for your feedback) now I see that something strange is happening not only for me alone ... I once again analyzed the oddities I noticed well, and came to the same conclusion. And the commands I added to SetupComplete.cmd to delete some system Services that I use all the time didn't work this time. And several custom registry tweaks added to the Toolkit also didn't work. I checked the same commands in the installed system, in the command line from the Administrator, some commands work, and some do not work. Services such as TroubleshootingSvc, WbioSrvc and some others are not deleted as usual, with Administrator rights. But only with Trusted Installer rights. The command to enable the classic menu (win11) in CMD from the Administrator does not work. In PowerShell, it works from the Administrator.
For w11, you checked the ".\Custom\Registry\w10" folder and duplicated the w10 folder already renaming it as w11? Even so, the Double Conversion of *.reg Files is causing this problem below. original file: Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig] "BypassTPMCheck"=dword:00000001 "BypassSecureBootCheck"=dword:00000001 "BypassRAMCheck"=dword:00000001 "BypassStorageCheck"=dword:00000001 "BypassCPUCheck"=dword:00000001 resulted file: Code: Windows Registry Editor Version 5.00 Windows Registry Editor Version 5.00 "BypassTPMCheck"=dword:00000001 "BypassSecureBootCheck"=dword:00000001 "BypassRAMCheck"=dword:00000001 "BypassStorageCheck"=dword:00000001 "BypassCPUCheck"=dword:00000001 So, for now, inside the Toolkit.cmd script file; Keep this line: Code: PowerShell -Executionpolicy Bypass -File "%Bin%\ConvertReg.ps1" "%CustomRegistry%" "%Temp%\CustomRegistry" and remove this line: Code: PowerShell -Executionpolicy Bypass -File "%Bin%\ConvertReg.ps1" "%Temp%\CustomRegistry" "%Temp%\CustomRegistry"
In Toolkit v11.8, folders for w11 were already there initially, so there was no need to create them. As far as I understand, you mean Double Conversion in connection with the solution of the recently discussed problem with the conversion of CurrentControlSet -> ControlSet001. Thanks for the information. I checked my files, they haven't changed.
Yes, well this solution. But you will only be able to view this problem when you import your reg files and pick up the files generated in the "Toolkit\Temp" folder. Originals are never changed. As soon as you finalize the import, check the folder. Note: If you do the Discard and exit Toolkit the Temp and others folder will be clean. Verify that this duplication occurs within the generated files? Code: Windows Registry Editor Version 5.00 Windows Registry Editor Version 5.00 And if the keys are present. In my case you can notice that the key has been deleted, only the values remained.