1. mehdibleu

    mehdibleu MDL Expert

    Jun 14, 2017
    1,008
    251
    60
  2. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    It will allow search but disable Cortana. You will still see the Cortana Icon in the Start menu, but you will not be able to use her. Personally, I think you should keep Cortana, but... btw, that is NOT my script. I forget whose it is, but credit goes to the author, not me.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    #3564 Enthousiast, Aug 5, 2017
    Last edited: Aug 5, 2017
    Does MSMG Toolkit perform a full resetbase when the host has resetbasedisabled set to "1" or is it a cleanupimage only?

    EDIT: No full /resetbase is performed, only cleanup image :)
     
  4. kronflux

    kronflux MDL Member

    May 11, 2011
    114
    23
    10
    honestly, this isn't the place to ask, this thread is for content related to MSMG toolkit, but as far as I know that's the only method of changing that value, without getting into complicated ShellState values, which I know very little about.

    For example, you're changing a hex value from(this is from my own system and will likely NOT reflect your own):
    Code:
    24 00 00 00 37 A8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 13 00 00 00 00 00 00 00 62 00 00 00
    to
    Code:
    24 00 00 00 33 A8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 13 00 00 00 00 00 00 00 62 00 00 00
    Anyway, if you want more info on this, I suggest starting a thread in the appropriate forum, or experiment with this yourself with some googling. :)
     
  5. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    372
    107
    10
    OK. Sorry for the Out Thread.
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    No I haven't yet added that option to check for resetbasedisabled flag status.

     
  7. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,739
    1,009
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    It was good news to me, resetbase on, at least 15063, breaks the resetpc option.
     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #3573 MSMG, Aug 6, 2017
    Last edited: Aug 6, 2017
    (OP)
    I have mentioned this earlier regarding Event Errors and it's due to Dism not fully removing the associated from files WinSXS folder and the Registry, and so it requires manual removal process.

    The below mentioned Apps aren't removed by the ToolKit for RS2 and removing this entries from the registry needs further testing as these are system apps removing this might break the any functionality like StartMenu

     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    If using WHD Repo then you need to copy the Files/Folders from the Repo to <Packs\WHD\<OS>\<Arch>> folder and use the Integrate WHD Update Pack Menu.

    The ToolKit checks for the edition and integrates the respective update.

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Sorry I don't have a list yet and it changes from each OS/Branch.

     
  12. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    MSMG -- did you check out why store does not work on 16257 on removing all apps EXCEPT store?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Right now that option is not there but the option to load/unload Image Registry is been provided for users to import registry.

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Not yet, just modified the ToolKit to support 16257, will check out installing the modified image.

     
  15. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    You need to change your .reg file to reflect the paths in the mounted registry. You can do this manually, then import by merging your modified .reg file.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30