to put into toolkit... from Code: if "%Tweak%" equ "DisableWindowsFirewall" Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /v "DisableFirewall" /t REG_SZ /d "%%windir%%\System32\netsh.exe advfirewall set allprofiles state off" /f >nul 2>&1 to Code: if "%Tweak%" equ "DisableWindowsFirewall" ( Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1 Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\PublicProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1 Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\StandardProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1 Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /v "DisableFirewall" /t REG_SZ /d "%%windir%%\System32\netsh.exe advfirewall set allprofiles state off" /f >nul 2>&1 )
Has NET5 pack been updated to new version which is Microsoft .NET Desktop Runtime 5.0.11 Build 30524 ?
@MSMG - Sir i see frequent updates for toolkithelper.exe and toolkit.cmd. These are meant for the latest toolkit v11.8 right ?. Correct me if I am wrong. Thank you edit: toolkithelper.exe is flagged as a malware in kaspersky. Previously there was no such issue. Can you kindly rectify this ?. May be some new virus definitions and signatures were added to the antivirus and this is causing the toolkithelper.exe to be flagged as a virus. Is there anything which can be done to avoid this ?. I have excluded the toolkit directory in KIS but still previously there was no such issue even if the toolkit folder was not placed in the exclusion list of KIS.
The registry tweak Bypass TPM\SecureBoot\RAM\CPU\Storage check should be integrated into BootSetup image (boot.wim: 2), in order to disable this checks of PC components during installation. If you want to follow MSMG's advice, then go to the Toolkit in Customize->Apply Tweaks menu. And just select Bypass: [A] Disable Windows 11 Installer Hardware Check, you will see the desired option there. Toolkit will do everything you need by itself. You will no longer need additional actions. Toolkit will perform all the same settings that the registry tweak that Feartamixg offered you will contain: (MSMG has already added them all before) Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig] "BypassCPUCheck"=dword:00000001 "BypassRAMCheck"=dword:00000001 "BypassSecureBootCheck"=dword:00000001 "BypassStorageCheck"=dword:00000001 "BypassTPMCheck"=dword:00000001 Therefore, it is not necessary to additionally place this tweak in Toolkit_v11.8\Custom\Registry\w11\x64 and integrate it using the option to import custom registry settings [4] - Customize -> 7 - Importing Custom Registry Settings from Registry File, since this will not give you the desired result. In this way, it will be integrated only into install.wim, and this will not disable check of PC components during installation.
ToolKitHelper.exe works independently of Toolkit, the frequent updates for ToolKitHelper.exe and ToolKit.cmd is meant for next version to be released but you can use it with the current version. If you are sticking to source image with older CU specified in the current version, then you can skip the ToolKitHelper.exe and just use the ToolKit.cmd. The AV programs flagging the ToolKitHelper.exe as Virus/Malware/Trojan is just a false positive sign and it's due to the code protection programs used to protect the code.
Good morning. I set in toolkit [4] Customize > [8] Apply Tweaks A] Disable Windows 11 Installer Hardware Check I also applied via toolkit the registry key as suggested in the post # 20882 The ISO regularly installs on the latest version of VirtualBox, I tried in the host computer, unfortunately I always get the message that the installation is not possible because of the TPCM.
I done this to my image [4] Customize > [8] Apply Tweaks A] Disable Windows 11 Installer Hardware Check and i use the final version of VM Player 15.5.7. It dosent work without the Tweak, after Ver. 10.0.22000.184
Add this to computer registry: Code: [HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup] "AllowUpgradesWithUnsupportedTPMOrCPU"=dword:00000001
Use the latest VMware Workstation Pro or Player 16.2.0.18760230 Adding the below software level TPM to Workstation Pro and Workstation Player will enable you to run the VM without entering the Encryption password each time. - Go to the directory where the VM is stored (for example C:\VM\Windows 11) - Open the file with the .vmx extension with Notepad - Add the line managedvm.autoAddVTPM = "software" - Save the file by closing it - Double click on it to open it in VMware Workstation Pro or Player - Start your VM