1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #20881 inTerActionVRI, Oct 20, 2021
    Last edited: Oct 20, 2021
    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
           )
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. tefor

    tefor MDL Senior Member

    Apr 5, 2017
    317
    240
    10
    Has NET5 pack been updated to new version which is Microsoft .NET Desktop Runtime 5.0.11 Build 30524 ?
     
  3. jinvidia

    jinvidia MDL Member

    Aug 7, 2016
    238
    36
    10
    #20883 jinvidia, Oct 20, 2021
    Last edited: Oct 20, 2021
    @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.
     
  4. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    #20884 graver.x, Oct 20, 2021
    Last edited: Oct 20, 2021
    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.
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes had misplaced the code, now have fixed it.

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Okay will check and make the necessary changes, need to check with server OS too.

     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Not yet, there are too many packs to be updated this time.

     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    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.

     
  9. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    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.
     
  10. JLT2000

    JLT2000 MDL Junior Member

    Nov 3, 2020
    69
    20
    0
    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
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Titanos

    Titanos MDL Novice

    Dec 11, 2019
    31
    28
    0
    Add this to computer registry:
    Code:
    [HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup]
    "AllowUpgradesWithUnsupportedTPMOrCPU"=dword:00000001
    
     
  12. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    With VirtualBox 6.1.28 works, the problem is with the host computer.
     
  13. umut24

    umut24 MDL Novice

    Sep 18, 2009
    4
    1
    0
    When will 11.9 be released ???
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    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