Multi-OEM/Retail Project {MRP} - Mk3

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

  1. case-sensitive

    case-sensitive MDL Expert

    Nov 7, 2013
    1,681
    738
    60
    Thank you Carlos . What do you mean by ' establish an HWID ? With win 7 i just put the $$ folder in the sources folder of the .iso and it activated it .



    Please can someone tell me if it should have worked with this .iso ---- > 18363.753.200326-0714.19H2_RELEASE_SVC_PROD3_CLIENTMULTI_X64FRE_EN-US.ISO and the laptop is


    CSNAME : [HP EliteBook 8540p]
    SYSMODEL : [HP EliteBook 8540p]
    CSVENDOR : [Hewlett-Packard]
    SYSMNF : [Hewlett-Packard]
    BASEMNF : [Hewlett-Packard]
    BASEPRO : [1521]

    BIOS or SLIC ID 1 : HPQOEM - f
    SLIC Information : v2.1 - SLIC table with marker present
    MSDM Information : No MSDM Table Present
     
  2. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,316
    21,051
    210
    #5882 mxman2k, Apr 12, 2020
    Last edited: Apr 12, 2020
    (OP)
    Well as no MSDM then w8.x/10 will not activate as no acpi table with any internal key present.

    SLIC is no use for W8.x/10 only for Vista/7/Servers.

    So unless a HWID was done such as upgrading from win 7 in your case to w10 of same edition then only KMS/Genuine key or 'other' methods will work.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,768
    7,710
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,316
    21,051
    210
    I have noticed that in the memory area the individual slot data is rounded up :g:

    Will have to see about re-doing that vbscript to prevent such rounding errors.

    Only cosmetic as the 'memory present per slot' is correct.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,316
    21,051
    210
    Hmm the context menu bit not work on the GUI QT Display in the way i was expecting :g:

    I may have to re-write the whole GUI as for some reason it is not 'hooking' into the main GUI - i do get the menu appear when right clicking the Title Bar but then it not do anything with the values... :eek:

    At present that is on the to-do later on list.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,768
    7,710
    210
    Yep, 16384MiB per slot.

    Also, the graphics memory reported is wrong (it's an ASUS ROG STRIX GAMING GeGorce 1660Ti OC 6GB). Guess they forgot to update the memory reported from the reference design (normal 1660Ti has 4GB).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,316
    21,051
    210
    I have always had a few glitches with the GPU memory bit.

    I cannot seem to see if there is dedicated only or dedicated and shared system ram with WMIC... At some point i will investigate other ways to get that info - but not using DXDiag which would be a cheating way to parse that data.

    It may be some info not updated as i use WMIC to pull that data so i am unsure if it a QT code issue - unless there are new undocumented ways to retrieve that data correctly.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,768
    7,710
    210
    As already said, it might be reported wrongly by the graphics BIOS or the driver. Nothing we can do.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,316
    21,051
    210
    #5889 mxman2k, Apr 12, 2020
    Last edited: Apr 12, 2020
    (OP)
    Regarding GFX memory I will see if there is another way - when something bugs me i tend to keep having a go at making a working solution :D

    ===========
    With the next QT release - which may be soon due to the save glitch mentioned a few posts ago - i have added a flag to the title bar/log to show which location was/will be used to save the QT's Report to.

    Example:
    MRP - Query Tool v105.1 [Compiled: 04/12/2020 {UTC}] -- Date/Time Ran: 04/12/2020 {UTC} -- 12:43pm [DF]

    [DF] = Desktop Folder -- using '%UserProfile%\Desktop' variable.
    [UF] = User's 'Desktop' Folder -- Reads the 'Current_User' Hive registry area and if it is actually detected at that location.
    [SD] = System Drive.

    Only an indicator that a location was used to make sure it is saved to the specified area and no personal info shown such as the user's name etc.

    An error is shown if no area to save can be done, should not happen but i do like to add extra error checking. :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    870
    1,470
    30
  11. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,316
    21,051
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,316
    21,051
    210
    Query Tool v105.1 has been uploaded and the 2nd post's download link, password and hashes updated. :)

    + Fixed a save location glitch in that the QT may not save the report to the users' desktop. Now the QT will check for the 'Desktop' folder regardless of Language or spelling, if the folder was renamed etc, and then if that still fails to give a result the QT will save the log on the root of the SystemDrive (C: D: etc), you will see a line in the QT display where it has saved to or if there was any error. There is an indicator on the title bar/log header if a location was found and used or an error will show.
    Many thanks to @migascalp for informing me of this glitch and testing the beta QT's.

    + Updated the routines that check for data via WMIC system calls to hopefully return the results in English so the comparison routines work as before if the results was non English then the routine using the calls may fail to pick up the data and either ignore the information or it could confuse the actual results. Many thanks to all those that tested the beta LT1/LT2 QT's.

    + Added VMware Version data if Vmware is present in the installed OS, not 100% perfect as it only a test to see if possible to obtain a file's version also it depends on if the file is installed in the default install location.

    MRP will be delayed probably until tomorrow now as there is a massive storm where i am and not want to risk loosing files.

    Typical we have a few days nice warm/hot weather and in standard British summer time tradition it spoils it with a thunder storm....
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    870
    1,470
    30
  14. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    870
    1,470
    30
  15. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,316
    21,051
    210
    MRP 124.0 has been uploaded, 2nd post's download link, password and hashes have been updated. :)

    + Fixed the odd behaviour of when using the 'Slim Start Menu and Clean Taskbar' option that the 'File Explorer' icon always returned on a reboot/sign-out cycle if the user had deleted the icon. The File Explorer icon is no longer present if you wish to have that icon then you will either have to create your own XML file or manually add the icon later.

    + Added new option to remove the 'Feedback Hub' app - found within the W10 Apps tab on the Creator.

    + Added new option Disable/turn off 'Find My Device' - usually this is auto disabled when using the 'Prevent Telemetry' option, but now have added it as a separate item, this can be reverted by the Settings App slider.

    + Added new W10 options:
    1) Disable or prevent OS/App notifications on the Lock Screen.

    2) Disable majoity of Push/Toast notifications via the Action Center etc.

    [--Notes-Start-->
    This setting turns off toast notifications for applications.

    If you enable this option, applications will not be able to raise push or
    toast notifications.

    Note that this option does not affect taskbar notification balloons.

    Windows system features are not affected by this setting. You must enable or disable system features individually to stop their ability to raise push/toast notifications.

    <--Notes-End--]

    + Updated PhotoViewer associations that should now 'stick' once they have been set even after any later updates added. This may be subject to change if m$ decides to remove all references to the PhotoViewer DLL etc.

    + Various re-wording on some options and log entries.
    Sorry for late upload, it was all ready to go yesterday but the 3 thunderstorms we had last night - i was not wanting to loose files due to power losses. We did loose power a couple of times during the storms, so i was lucky as i had turned off the PC.

    Today i have been busy so unable to upload until a few minutes ago.
     
    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
    aiku-ups-slika13.jpg

    :D:D:D ups
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,316
    21,051
    210
    yeah i have one but the battery has decided to fail the other week and due to lack of immediate funds replacement is a few weeks away :(
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    870
    1,470
    30
  19. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    870
    1,470
    30
    Capture.JPG This is a new folder, something new.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...