1. DennyAmaro

    DennyAmaro MDL Junior Member

    Apr 25, 2018
    63
    21
    0
    Yes, I put each app to the file so this will prevent apps to return when install an update.
     
  2. DennyAmaro

    DennyAmaro MDL Junior Member

    Apr 25, 2018
    63
    21
    0
    Will do this, thank you.
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Have uploaded Toolkit.cmd with quick fix for importing registry settings from registry file would skip renaming the key

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\

    to

    HKEY_LOCAL_MACHINE\TK_SYSTEM\ControlSet001\

    Now the Registry file is converted twice to fix the CurrentControlSet to ControlSet001.
     
  4. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
  5. Zanza-kun

    Zanza-kun MDL Junior Member

    May 28, 2012
    87
    15
    0
    I noticed that when you delete the Notepad on Windows 11, it is still there but you lose all the associations, I thought it would be the opposite.
     
  6. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
  7. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    @MSMG
    I realise the current ToolKitHelper.exe is documented for use with 1904X.1266, but is it safe to use with 19043.1288 or should I wait a little longer for next release?

    Also hoping this arrives soon, but I understand that it is very likely that you are extremely busy just now.
     
  8. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    Good morning.
    Unfortunately I have to delay my tests with W11 at VirtualBox's home that does not accept W11 ISOs due to TPM2.0.
    I hope Oracle resolves the problem.
     
  9. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    #20851 graver.x, Oct 19, 2021
    Last edited: Oct 19, 2021
    But there are ways around the new requirements. Why not use it?
    For example, take Win 10 ISO and replace Win 10 install.wim in it with Win 11 install.wim
    And if you just wait for something, then you can not wait for anything... after all, the problem inconveniences not Oracle, but you. We need to help ourselves somehow. ;)
     
  10. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    I use a registry file to bypass these checks and keep this file on a USB drive. When I need to install Windows 11, I simply attach the USB drive to the machine and it is immediately seen by the installer. I then open a command prompt window (Shift + F10) and type in D:\Bypass.reg which simply imports the registry bypass file into the installer.

    Have attached the Bypass.reg file which I use and I hope can help you.
     

    Attached Files:

  11. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    MSMG, Do I need to apply registry tweaks to Windows 10 Enterprise LTSC to disable Cortana?
     
  12. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    I thank you
    It's possible Insert this registry key into the W11 ISO?
     
  13. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    MSMG, I was unable to disable the Windows Firewall with your registry tweak; and the registry itself does not have your tweak.

    What to do?

    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
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Haven't checked with 1904X.1288 to know what changes the CU has made, will be doing it soon, been busy with lot of issues.

    Right now support for Windows 11 Client v21H2 (v10.0.22000.1/v10.0.22000.282) has been added, if you want will upload just the ToolkitHelper.exe

    Yes Win32Calc fix will added soon, need to create a mui image to extract the resources, if you want will upload just the en-GB resources.

     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    You can try VMware Workstation Player 16.2.0.18760230 released recently which comes with TPM support.

     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes to disable use the registry tweak from Customize menu.

     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Check the Customize->Apply Tweaks menu.

     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    This will add the an entry to the RunOnce command list to disable the Firewall on first boot.

    Isn't the tweak working?