MSMG ToolKit

Discussion in 'MDL Projects and Applications' started by MSMG, Nov 21, 2013.

  1. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Just Remove Edge, OneDrive, PPIProjection, SecureAssessmentBrowser and Windows Apps.


     
  2. Bira

    Bira MDL Member

    Joined:
    Oct 4, 2017
    Messages:
    104
    Likes Received:
    42
    Trophy Points:
    10
    Does anyone have all the AppX Provisioned packages from Builds 14393 to 19041 that can pass? thanks in advance !
     
  3. slimkim101

    slimkim101 MDL Novice

    Joined:
    Aug 2, 2015
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    #19723 slimkim101, Jun 20, 2021
    Last edited: Jun 21, 2021
    Good evening @MSMG, I would like to build windows 10 OS lite, but after extracting my ISO files using 7zip into DVD folder in toolkit and clicking start.cmd, the SELECT SOURCE FROM DVD FOLDER is not detecting my extracted ISO inside DVD folder.

    How can I make it work please

    And what are the things to put into consideration when building lite windows OS for Video Editing and Graphics System because I'll be using Adobe Photoshop, Lightroom, After Effect, Adobe Premiere Pro, Da Vinci Resolve etc.
     
  4. Supern00b

    Supern00b MDL Addicted

    Joined:
    Dec 30, 2010
    Messages:
    650
    Likes Received:
    423
    Trophy Points:
    30
    Use a short toolkit path without special characters or spaces.

    Cheers.
     
  5. slimkim101

    slimkim101 MDL Novice

    Joined:
    Aug 2, 2015
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    I used a short toolkit path and no special character but still experiencing the same issue. I used the root folder of C:/Toolkit but it doesn't work. I also used desktop path, still the same.
     
  6. Tiger-1

    Tiger-1 MDL Guru

    Joined:
    Oct 18, 2014
    Messages:
    6,206
    Likes Received:
    7,532
    Trophy Points:
    210
    ^
    hmm you have installed .net48 in your system? if not program don't works never ok
     
  7. sergey130270

    sergey130270 MDL Member

    Joined:
    May 15, 2014
    Messages:
    133
    Likes Received:
    25
    Trophy Points:
    10
    #19727 sergey130270, Jun 21, 2021
    Last edited: Jun 21, 2021
    Hello dear MSMG! Can you help me with a code to disable and uninstall OneDrive? Thank you.
    For mountded install.wim
     
  8. rorewe4314

    rorewe4314 MDL Junior Member

    Joined:
    Jun 18, 2020
    Messages:
    70
    Likes Received:
    17
    Trophy Points:
    0

    Code:
    Edge
    OneDrive
    SecureAssessmentBrowser
    3DViewer
    AdvertisingXaml
    Alarms
    BingWeather
    Calculator
    Camera
    CommunicationsApps
    Cortana
    DesktopAppInstaller
    FeedbackHub
    GetHelp
    Getstarted
    HEIFImageExtension
    Maps
    MixedRealityPortal
    OfficeHub
    OfficeOneNote
    Paint3D
    People
    Photos
    ScreenSketch
    SkypeApp
    SolitaireCollection
    SoundRecorder
    StickyNotes
    VP9VideoExtensions
    WalletService
    WebMediaExtensions
    WebpImageExtensions
    WindowsStore
    XboxApp
    XboxIdentityProvider
    YourPhone
    ZuneMusic
    ZuneVideo
    SecurityCenter
    SmartScreen
    WindowsDefender
    XboxGameCallableUI
    I don't know if this RemovePkgsList is correct or not for the latest version, so I asked for the full list (updated)! Why don't you create a menu item to make an LTSC version, I know for a fact that few people are happy with Win 10 as it is released or not at all, the latter being more likely?
     
  9. slimkim101

    slimkim101 MDL Novice

    Joined:
    Aug 2, 2015
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    How can I uninstall the .net48 or where can I find to make MSMG toolkit work
     
  10. ingviowarr

    ingviowarr MDL Senior Member

    Joined:
    Dec 14, 2009
    Messages:
    314
    Likes Received:
    270
    Trophy Points:
    10
  11. Supern00b

    Supern00b MDL Addicted

    Joined:
    Dec 30, 2010
    Messages:
    650
    Likes Received:
    423
    Trophy Points:
    30
    I've just read the post at MS that @ingviowarr mentioned above.
    I didn't know about this method but after reading the article, I think it's a great idea to include this in the toolkit.
    This way, even if you have a single user account, many tweaks can be readily applied.

    Cheers.
     
  12. zero cool root

    zero cool root MDL Senior Member

    Joined:
    Jun 17, 2011
    Messages:
    298
    Likes Received:
    89
    Trophy Points:
    10
  13. sergey130270

    sergey130270 MDL Member

    Joined:
    May 15, 2014
    Messages:
    133
    Likes Received:
    25
    Trophy Points:
    10
    #19734 sergey130270, Jun 22, 2021
    Last edited: Jun 22, 2021
    setupcomplete.cmd
    @echo[/USER] off
    Set xOS=x64
    If "%PROCESSOR_ARCHITECTURE%"=="x86" If Not Defined PROCESSOR_ARCHITEW6432 Set xOS=x86
    if exist "%WINDIR%\Setup\Files\Java\jre-8u291-windows-i586.exe" /s (
    ) else (
    "%WINDIR%\Setup\Files\Java\jre-8u291-windows-x64.exe" /s
    )
    "%WINDIR%\Setup\Files\Silverlight_x64.exe" /q
    "%WINDIR%\Setup\Files\W10DigitalActivation.exe" /activate
    call "%WinDir%\Setup\Files\HKCU.reg"
    rd /q /s "%WINDIR%\Setup\Files"
    del /q /f "%0"
    Exit
     
  14. Supern00b

    Supern00b MDL Addicted

    Joined:
    Dec 30, 2010
    Messages:
    650
    Likes Received:
    423
    Trophy Points:
    30
    A question for those that use the "block windows update" tweak in the toolkit:
    Do you experience that after a while Windows update turns itself on?
    For now I have installed a third party app called "wub" to block it, but I'd rather do it by means of the toolkit, permanently if possible.

    Cheers.
     
  15. ingviowarr

    ingviowarr MDL Senior Member

    Joined:
    Dec 14, 2009
    Messages:
    314
    Likes Received:
    270
    Trophy Points:
    10
    #19736 ingviowarr, Jun 22, 2021
    Last edited: Jun 22, 2021
    @zero cool root
    Via "setupcomplete.cmd" - Example:
    Code:
    reg load HKLM\_TEMP_ %Systemdrive%\Users\Default\NTUSER.DAT
    
    :: You should adopt a root key path for "hkcu.reg" to the "HKLM\_TEMP_" prefix :
    
    reg import %WINDIR%\Setup\Scripts\hkcu.reg
    
    :: Original line: reg add "HKCU\Software\Microsoft\Settings\FindMyDevice" /v "LocationSyncEnabled" /t REG_DWORD /d 0 /f >nul 2>&1
    :: Modified line:
    reg add "HKLM\_TEMP_\Software\Microsoft\Settings\FindMyDevice" /v "LocationSyncEnabled" /t REG_DWORD /d 0 /f >nul 2>&1
    
    reg unload HKLM\_TEMP_
    where: HKLM\_TEMP_ = HKCU (in the future)

    Via AutoSettingsPS (same set of tweaks I posted before)

    This method means you need to get patched NTUSER.DAT first on your present Live OS and then manually replace it in your ISO.

    AutoSettingsPS (ASPS) proceeds with patching NTUSER.DAT when CloudExperienceHost tweak is applied.
    Turn this option ON in the "Presets_EN.txt" (placed in the root AutoSettingsPS folder)

    ASPS will search and patch NTUSER.DAT file in your Live OS folder:
    C:\Users\Default\NTUSER.DAT

    So if you have "ready to go" ISO done by MSMG Toolkit as usual, you can:

    - Backup your present system NTUSER.DAT from C:\Users\Default\
    - Grab NTUSER.DAT from ISO you want install (already modified via MSMG Toolkit)
    - Temporary put it into C:\Users\Default\ for patching via ASPS
    - Apply ASPS tweak for CloudExperienceHost (with NTUSER.DAT patch included)
    - Got it! Copy somewhere patched NTUSER.DAT from C:\Users\Default\
    - Put patched NTUSER.DAT into your ISO
    - Restore back your original system NTUSER.DAT from the backup

    @ ALL - IMPORTANT!

    Fixed a typo in the last tweak I posted before for CloudExperienceHost
    The name of the parameter should be "LocationSyncEnabled"
    Sorry for inconvenience!
     
  16. KleineZiege

    KleineZiege MDL Addicted

    Joined:
    Dec 11, 2018
    Messages:
    525
    Likes Received:
    252
    Trophy Points:
    30
  17. rorewe4314

    rorewe4314 MDL Junior Member

    Joined:
    Jun 18, 2020
    Messages:
    70
    Likes Received:
    17
    Trophy Points:
    0
    MSMG, Windows turns on updates and downloads them, although all the settings in the registry are there! How do I kill updates (disable them)?

    p.s
    I use your settings, and I tell you they are not effective!
     
  18. rorewe4314

    rorewe4314 MDL Junior Member

    Joined:
    Jun 18, 2020
    Messages:
    70
    Likes Received:
    17
    Trophy Points:
    0
    MSMG, In simple terms, I don't know how to fight this evil.
     
  19. ingviowarr

    ingviowarr MDL Senior Member

    Joined:
    Dec 14, 2009
    Messages:
    314
    Likes Received:
    270
    Trophy Points:
    10
    #19740 ingviowarr, Jun 22, 2021
    Last edited: Jun 22, 2021