Multi-OEM/Retail Project {MRP} - Mk3

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

  1. AsaadSoft

    AsaadSoft MDL Addicted

    Jul 29, 2015
    542
    171
    30
    Capture.JPG

    the script Allow_Add-a-Phone_Feature.cmd doesn't do anything
    also disabling Turn off Microsoft consumer experiences either on gpedit or regedit doesn't help
     
  2. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,302
    20,984
    210
    M$ must of changed something in a later update.

    Will see what has changed as soon as i get some free time.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Many Changes in LCU starting from Jan2022 as well as if we compare 19041 to 42 , 43 , 44 lots of changed hidden features too :)
     
  4. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,302
    20,984
    210
    Yeah have noticed that too, seems m$ getting quite aggressive with our previous working tweaks :(
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. yes you are always absolutely correct & doing great :)
     
  6. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,302
    20,984
    210
    Im not always right :D i tend to research for my answers first, and sometimes my Google-foo lets me down as well :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. hehehe so funny sometimes | seems in good mood ;)
     
  8. AsaadSoft

    AsaadSoft MDL Addicted

    Jul 29, 2015
    542
    171
    30
    Capture.JPG

    even this option is not doing anything
     
  9. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,302
    20,984
    210
    The revert phone app script used to work ok, so it has to be a sneaky change m$ has done...

    It could be another part of the registry that also requires a change again...

    But i will see what i can do if not i may have to disable that option or add more notes warning that it harder to revert than before... :g:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,302
    20,984
    210
    I know on Home/Core editions a lot of gpedit etc registry tweaks are not set as you would expect.

    But then i see even Pro being modified now in later updates, more so in W11 in that previous oobe tweaks for creating a local account by disabling network connections temporary are causing setup to fail etc :(
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,302
    20,984
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,302
    20,984
    210
    QT 121 RC2

    Return of the w10/11 'Experience Pack' number reference, for some odd reason it was not showing because a variable flag somehow got removed, maybe when reverting changes at some point? :g: Sorted now :D
    Code:
    Short Display Version      : 21H2
    Full Build Information     : 19041.1.amd64fre.vb_release.191206-1406
    Experience Pack Version    : 120.2212.4170.0 
    Short Reference Version    : 10.0.19041.1 
    Due to recent health issue have not started on next MRP code yet, just managing to get the Query Tool sorted ready for release.

    Uploaded to beta testers website area... :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,766
    7,697
    210
    As per announcement of Windows 11 22572.1, WMIC is back as an optional feature. Just FYI.

     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,302
    20,984
    210
    For the amount of space the WMIC command takes up you would of thought they just put it back!

    Sometimes m$ have the most stupid ideas to remove something that is very useful.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,302
    20,984
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
    MSFT :bashtroll:
     
  17. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,154
    5,961
    150
    #7980 Dark Dinosaur, Mar 10, 2022
    Last edited: Mar 11, 2022
    so .. something like this ?
    Code:
    dism /online /Enable-Feature /FeatureName:WMIC
    Edit.
    Wrong command it's seems
    Found the right command later

    Code:
    DISM /Online /Add-Capability /CapabilityName:WMIC~~~~
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...