1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
  2. niche99

    niche99 MDL Junior Member

    Oct 5, 2009
    79
    14
    0
    I am having no luck with integrating Custom Fonts. Toolkit is installed in D:\MSMG
    Am I correct in thinking that fonts should be placed in D:\MSMG\Custom\Fonts?

    However when I put fonts in the Fonts folder I am now getting the following error:
    Code:
    Integrating Envy Code R Bold (TrueType) (Envy Code R Bold.ttf) Font...
    Copy-Item : Cannot bind argument to parameter 'Path' because it is an empty string.
    At D:\MSMG\Bin\AddFonts.ps1:19 char:7
    +         cpi $fPath -destination $mountPath -force
    +             ~~~~~~
        + CategoryInfo          : InvalidData: (:) [Copy-Item], ParameterBindingValidationException
        + FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Microsoft.PowerShell.Commands.CopyItemCommand
    
    I guess integrating fonts is just not possible for me.
     
  3. evaw

    evaw MDL Novice

    Jan 7, 2021
    14
    4
    0
    Hi, guys.
    I need help - how to totally disable Windows update?
    (try to disable services - but update available after install, try to insert reg-keys - the same. Only when Windows installed i can disable it, but how to do it before).
     
  4. iskakfatoni

    iskakfatoni MDL Novice

    Mar 19, 2010
    13
    1
    0
    #18766 iskakfatoni, Mar 13, 2021
    Last edited: Mar 14, 2021
    How to Integrate WHDownloader into MSMG? Especially Windows 10. Just copied?
     
  5. haz367

    haz367 MDL Addicted

    Jan 11, 2020
    798
    1,444
    30
    Hey @MSMG

    I assume there's no problem then with those (other) nr's on some folder/files? And thx in advance for verifying once more.

    Seems your busy....so take your time :) And keep up the great work with all those updates!

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    #18768 MSMG, Mar 14, 2021
    Last edited: Mar 14, 2021
    (OP)
    Your pack files appears to be free from folder permission bugs, only difference is those d:X XXX do changes, don't know if it changes for different installation.

    I have checked with my packs and the original Windows installation WIM's they do have the same d:X XXX.

    Do advise you to use a VM for creating packs so that the originality won't get change.

     
  7. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    hmm I often wonder how a simple Windows 10 user should feel when it comes to SSU's and LCU's I think this philosophy of M$FT is purposely made for these users not to try to modify anything within the operating system is just remember the UAC; but thank heavens that I am not part of this group and change even what is necessary, I remove the useless s**t and add many useful things that ironically come from the Git hub that happen to be owned by M$FT itself ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Robotnik247

    Robotnik247 MDL Junior Member

    Nov 21, 2012
    83
    12
    0
    #18770 Robotnik247, Mar 14, 2021
    Last edited: Mar 14, 2021
    Hello. Is 19043.867 considered as a release candidate? Because all I can find is that it was pushed to the beta channel.

    edit: nvm as bleeping gave me the answer I was looking for,
     
  9. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    how can I remove onedrive using a script that shows hidden packages in the image? I need to do this completely automatically
     
  10. meilenstein

    meilenstein MDL Novice

    Nov 22, 2015
    22
    12
    0
    #18772 meilenstein, Mar 14, 2021
    Last edited: Mar 14, 2021
    Hi
    Hm, actually I'm having problems to get key-strokes being accepted in the Remove-Panel. I'm typing 'A' ( for Example ), but this Letter vanishes as soon as I let go the key and nothing happens.
    'X' for ' back ' is being accepted. I tried to change the Rights of the Folders, but vain.
    Thanks for a Hint in Advance
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    May be its the spaces in the font filename creating issues, do try removing the spaces in the filename.

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    Use the menu Disable Windows Update in Customize->Apply Tweaks.

     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    Just copy all the updates to <WHD\w10\x64\10.0.19041> and use the menu Integrate Updates->Integrate WHD Updates Menu-Integrate to Windows Installation Image.

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    OneDrive Package names

    Microsoft-Windows-OneDrive-Setup-Package
    Microsoft-Windows-OneDrive-Setup-WOW64-Package

     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    When you press A to select all components the + sign prefixed to component name will change to - sign, this means all components are selected.

    Now go to previous menu (3->1>2 - Start Removing Windows Components) to start removing the components.

     
  16. niche99

    niche99 MDL Junior Member

    Oct 5, 2009
    79
    14
    0
    I have checked with fonts that have no spaces in their names with the same error.
    As far as I can see the path variable referred to in the error is the copy path that the fonts are copied from? Indeed
    Code:
    $fPath = "$($folder.getDetailsOf($obFont, 194))"
    
    is empty

    Someone more knowledgeable than myself on powershell scripts may know what is going on?
    Anyway it's not essential for me right now.
    Thanks for your help.
     
  17. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10

    Will I need to mount registry keys to remove packages?

    Do I need to use your script to show hidden packages in this case?