Multi-OEM/Retail Project {MRP} - Mk3

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

  1. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,796
    19,376
    180
    I can remember a pc i had that had two GF 7300 pci-ex cards and that setup would only work on a certain nvidia driver that came with the pair any other even same version would ignore the sli and just show one card.

    Pity i not got that pc now as it would be useful now!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    867
    1,463
    30
  3. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,796
    19,376
    180
    Lenovo worked ok :)

    Sony is one brand that may have issues , will see if i can find a work around as i got a few sony old laptops about.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,796
    19,376
    180
    Will check tomorrow, seems it ignored Gigabyte.

    Been a while since we had a dmi mix up!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. JanCerny

    JanCerny MDL Senior Member

    Sep 13, 2012
    294
    193
    10
    What happens with Classic System Properties?
    Code:
    shell:::{BB06C0E4-D293-4f75-8A90-CB05B6477EEE}
     
  6. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,796
    19,376
    180
    #7807 mxman2k, Dec 15, 2021
    Last edited: Dec 15, 2021
    (OP)
    In which context:

    Not work on a specific os?
    Or for a new option?

    If for win 10/11, certain shell/explorer/control panel shortcuts are being systematically removed by m$ to be restored in other ways in the settings app.

    There is a 'system properties' option on the admin tools context menu for thispc/computer.

    Sorry if i have missed what you mean, been a busy night and tiredness taking over.

    *edit*
    Explorer.exe shell:::{BB06C0E4-D293-4f75-8A90-CB05B6477EEE} == 'Basic System Information' screen, that works on pre 20h2 win builds, but on later w10 builds m$ have appeared to disable or remove its operation.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,796
    19,376
    180
    #7809 mxman2k, Dec 15, 2021
    Last edited: Dec 15, 2021
    (OP)
    Fixed for MRP 142 :)

    Had another variable if a build was over 20h1 it would set the option as No...

    It can be adjusted again later when m$ remove that shortcut 'feature'. :)

    * Edit *
    No longer works for builds above 22000 as it just goes to settings>about page, so will disable again if build above 22000 is detected.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,796
    19,376
    180
    #7810 mxman2k, Dec 15, 2021
    Last edited: Dec 15, 2021
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,796
    19,376
    180
    Beta Mrp v142, (above post log), using the updated dmi detection looks like it operative. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,796
    19,376
    180
    looks like the dmi detection change has fixed the issue :)

    thanks for testing
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    867
    1,463
    30
  12. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,796
    19,376
    180
    #7816 mxman2k, Dec 22, 2021
    Last edited: Dec 23, 2021
    (OP)
    MRP v142 is progressing :)

    Testing a new option for win 10/11 will see if it works first before i mention it in the project tweaks section, may be useful to many as i personally find it useful as the new way m$ done this change is annoying.

    ** Edit **
    Appears to work :)

    On later builds of Windows 10 the SearchBox in Explorer windows has been changed in how it works, now when you type a search item you then have to press Enter or the [->] arrow to make it do the search.

    This new MRP option/tweak reverts the SearchBox's method back to how it used to be, when you type anything the search instantly begins, plus it can also remember previous searches and allow you to clean up those old entries.

    The new method m$ uses is clunky at best and buggy too because you cant clean up old entries, if it even remembers them!

    I personally find the new method that m$ uses in the GUI is a step backwards, plus just like in Win 11 everything seems to need more actions to perform a simple task..

    Hopefully someone will find this option useful too. :)

    Just hope it will still work after any later Updates/OS upgrades!

    I had this tweak on my PC's for ages but when i added into MRP a couple of months ago it would not work and i gave up and removed the option entirely. Looking at the code again the other day, i found i had put a wrong number in the code :oops: - if i had copy/pasted the code that worked it would of been OK but i had wrote it in manually...

    Just goes to show sometimes copy/paste works as intended!! :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    Yes you are the guy :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. ORZpasserAtw

    ORZpasserAtw MDL Novice

    Sep 8, 2020
    18
    4
    0
    I added SetupComplete.cmd to fixed script doesn't run on LTSC 2021, but somehow doesn't work on IoT LTSC 2021

    <ISO DIR>\sources\$OEM$\$$\Setup\Scripts\SetupComplete.cmd
    Code:
    @echo off
    net accounts /maxpwage:unlimited
    call %WINDIR%\Setup\Scripts\OOBE.cmd
    del /q /f "%0"
     
  15. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,796
    19,376
    180
    Oobe/setupcomplete scripts not work on iot ltsc as far as i know.

    Oobe.cmd in mrp will not run under setupcomplete either if that what you mean.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,765
    450