Multi-OEM/Retail Project {MRP} - Mk3

Discussion in 'MDL Projects and Applications' started by mxman2k, Oct 15, 2016.

  1. migascalp

    migascalp MDL Senior Member

    Sep 18, 2009
    447
    761
    10
    #10241 migascalp, Oct 15, 2023
    Last edited: Oct 15, 2023
  2. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,317
    21,053
    210
    Will check the code. It has been working ok. It maybe something ms tweaked in the taskbar code via a update if the option no longer operative.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,317
    21,053
    210
    Seems ms is messing about with win 10 like they done with w7 before its eol.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. migascalp

    migascalp MDL Senior Member

    Sep 18, 2009
    447
    761
    10
    I think it's due to the kb5031356 update
    It seemed to me that this couldn't happen on LTSC!?
     
  5. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    575
    970
    30
  6. migascalp

    migascalp MDL Senior Member

    Sep 18, 2009
    447
    761
    10
    Copy/paste error
    Sorry
     
  7. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,317
    21,053
    210
    #10247 mxman2k, Oct 16, 2023
    Last edited: Oct 16, 2023
    (OP)
    Hopefully sorted the SearchBox issue. :)

    It appears these two edits to the registry are also required now, its to do with those new adverts, err i mean suggestions, m$ added to the search box.

    Code:
    
    Reg add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v "DisableSearchBoxSuggestions" /t REG_DWORD /d "1" /f >nul 2>&1
    Reg add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d "0" /f >nul 2>&1
    
    Reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v "DisableSearchBoxSuggestions" /t REG_DWORD /d "1" /f >nul 2>&1
    Reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d "0" /f >nul 2>&1
    
    
    The SearchOnTaskbarMode registry edit is mainly for w11 but it not do anything on w10, (unless m$ have changed that too!).

    Added code into next MRP 154's TC15 beta -- now uploaded for testing. :)

    Updated the win11 Co-Pilot option in creator and MRP 154 to now be 'disable the copilot button' as it appears this 'feature' will be added and shown anyway.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    575
    970
    30
  9. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,317
    21,053
    210
    A reboot may be required as the edge plain white icon will then vanish if you use the no edge option, but most other tweaks would need a reboot as the edits wont set until that happens.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,317
    21,053
    210
    #10253 mxman2k, Oct 16, 2023
    Last edited: Oct 20, 2023
    (OP)
    Seems ms keep changing things on the new search code.

    Not sure why on w10 the option not always work.

    See this later post for more info regarding the search box...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    575
    970
    30
    M$ is intentionally making Windows 10 OS buggy with every update so that more and more people shift to Windows 11 OS.:(
    That's what I think period
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. migascalp

    migascalp MDL Senior Member

    Sep 18, 2009
    447
    761
    10
    I rebooted 3 times. With only activation (MAS KMS38) in setupcomplete.cmd.
    I hadn't noticed it before because I usually use, among other things, the Aveyo script to uninstall Edge.
     
  13. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,317
    21,053
    210
    The edge icon is something i have tried to auto remove when the edge option is used in mrp.

    Not sure how other edge removal scripts work as im not familiar with powershell.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. The_MagicMan

    The_MagicMan MDL Novice

    Oct 11, 2011
    39
    53
    0
    If interested, you can enable group policy editor in win 10 home and win 11 home. As most know it is in Pro editions but can now be enabled in home editions. :clap:
    Just let me know if you would like to add option. :cheers:
     
  15. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,317
    21,053
    210
    #10258 mxman2k, Oct 18, 2023
    Last edited: Oct 18, 2023
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    870
    1,470
    30
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,497
    450