Multi-OEM/Retail Project {MRP} - Mk3

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

  1. mxman2k

    mxman2k MDL Developer

    Joined:
    Jun 20, 2007
    Messages:
    3,714
    Likes Received:
    10,633
    Trophy Points:
    120
    #5841 mxman2k, Apr 8, 2020
    Last edited: Apr 8, 2020
    (OP)
    I have added another new w10 option in MRP but it is one that may work perfectly and then not for some, it seems to depend on the OS build... Very weird :D

    Disable Push/Toast Notifications, according to m$ docs when enabled Toast notifications are silenced, however it appears that System Apps are immune to this setting :g:

    Applications (non system installed) seem to be silenced...

    NOTE: This uses a Group Policy and so some items will be greyed out and not selectable in the Notifications part of the Settings App, there is a revert script if you later change your mind and a system reboot will be required, not just a sign-out cycle!

    On Insider builds like most tweaks etc it may be totally ignored by that preview build.
     
  2. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Joined:
    Dec 27, 2012
    Messages:
    718
    Likes Received:
    1,203
    Trophy Points:
    30
  3. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,638
    Trophy Points:
    450
  4. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Joined:
    Dec 27, 2012
    Messages:
    718
    Likes Received:
    1,203
    Trophy Points:
    30
  5. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Joined:
    Dec 27, 2012
    Messages:
    718
    Likes Received:
    1,203
    Trophy Points:
    30
  6. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Joined:
    Dec 27, 2012
    Messages:
    718
    Likes Received:
    1,203
    Trophy Points:
    30
  7. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Joined:
    Dec 27, 2012
    Messages:
    718
    Likes Received:
    1,203
    Trophy Points:
    30
  8. mxman2k

    mxman2k MDL Developer

    Joined:
    Jun 20, 2007
    Messages:
    3,714
    Likes Received:
    10,633
    Trophy Points:
    120
    MRP v124.0 is now at BC1 so on course for this weekend for release, mainly the tidy up part now and any last re-wording etc, plus the change log to be sorted too. :)
     
  9. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,638
    Trophy Points:
    450
  10. mxman2k

    mxman2k MDL Developer

    Joined:
    Jun 20, 2007
    Messages:
    3,714
    Likes Received:
    10,633
    Trophy Points:
    120
    I am thinking of releasing a special 'BETA' Query Tool as i am testing a method with WMIC that returns all data requested in US English, as i have noticed some data returned could be in the OS's native Language which can cause some results to be ignored when doing internal comparing, this will hopefully prevent that...

    The beta should work as normal but as always with beta software there is a slight chance it may crash or fail to run as expected.

    Once my internal testing is done i will upload the test QT and post the beta link in the respective post #3 - if results show there are no major problems i may add it into the MRP code base too.
     
  11. mxman2k

    mxman2k MDL Developer

    Joined:
    Jun 20, 2007
    Messages:
    3,714
    Likes Received:
    10,633
    Trophy Points:
    120
  12. mxman2k

    mxman2k MDL Developer

    Joined:
    Jun 20, 2007
    Messages:
    3,714
    Likes Received:
    10,633
    Trophy Points:
    120
  13. mxman2k

    mxman2k MDL Developer

    Joined:
    Jun 20, 2007
    Messages:
    3,714
    Likes Received:
    10,633
    Trophy Points:
    120
    I have uploaded this test Query Tool and the 3rd post has been updated with the download link, password (which has NO spaces before, within or after), and archive hashes.

    Normal English installations will work as normal, it is those that have non English installations that are the important ones i am looking for, many thanks.
     
  14. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Joined:
    Dec 27, 2012
    Messages:
    718
    Likes Received:
    1,203
    Trophy Points:
    30
  15. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,638
    Trophy Points:
    450
  16. migascalp

    migascalp MDL Junior Member

    Joined:
    Sep 18, 2009
    Messages:
    56
    Likes Received:
    32
    Trophy Points:
    0
  17. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,638
    Trophy Points:
    450
  18. mxman2k

    mxman2k MDL Developer

    Joined:
    Jun 20, 2007
    Messages:
    3,714
    Likes Received:
    10,633
    Trophy Points:
    120
    Hmm technically it should know where the 'desktop' is as the QT uses the '%UserProfile%\Desktop' location so unless the %userprofile% variable is not being updated then it will look at the 'old' place....

    Not sure why it not find your current desktop :g:
     
  19. migascalp

    migascalp MDL Junior Member

    Joined:
    Sep 18, 2009
    Messages:
    56
    Likes Received:
    32
    Trophy Points:
    0
    I may have expressed myself badly
    These folders have been moved by a simple cut / paste
    Capture-grand.PNG
    Capture2-grand.PNG
     
  20. mxman2k

    mxman2k MDL Developer

    Joined:
    Jun 20, 2007
    Messages:
    3,714
    Likes Received:
    10,633
    Trophy Points:
    120
    Ah i think i can see what has happened, the word for the folder 'Desktop' was changed and so the log could not be created.

    The only way if the 'Desktop' folder was not found (due to a name change etc) would be for the QT to then save the file to the system drive's root (C: / D: etc) as that will not change - at least not mid way during scanning. :)