MSMG ToolKit

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

  1. GrEaTwArRiOr

    GrEaTwArRiOr MDL Novice

    Joined:
    May 12, 2009
    Messages:
    14
    Likes Received:
    4
    Trophy Points:
    0
    working perfect :)
     
  2. RaiyvaN

    RaiyvaN MDL Senior Member

    Joined:
    Sep 23, 2009
    Messages:
    302
    Likes Received:
    347
    Trophy Points:
    10
    #15742 RaiyvaN, Jun 28, 2020
    Last edited: Jun 28, 2020
    Nice.

    2004 20H1 (with june cumulative update)
    Tested... no error so far. I put it to use at work.

    @MSMG,
    I always mix my changes with your new versions. In these changes I have an option to apply personalized Tweaks. In this case, I always leave Windows Update completely disabled (it causes a problem when installing applications through the store - I still haven't identified which disabled part I should activate again, to return functionality), Defender and Cortana disabled by default, and several others that are presented to the screen during application.

    There is a user here who is blind. I made an option to leave windows lite, but functional. And, as a result, I thought to keep the accessibility options, called AccessibilityCustomSelection. It is not yet implemented (I did it in a separate file because I am researching the essential features). In the Xtreme Lite version, the minimum is left to work with old low-performance PCs (without meter apps, store, defender, smartscreen, etc), keep in mind, consider installing your anti malware, etc.

    I made the menu to be followed by sequential steps. They are interdependent (one prerequisite for the other):
    This is because at each step more components will be removed.

    Step 1.0 - ConservativeCustomSelection (minimum for Maintenance Technicians)

    One Single Step to appling AccessibilityCustomSelection - it is performed Step 1.0 together with the removal step maintaining accessibility in just one single step. (I think if it is necessary to maintain the gamer and mixed reality features ... Because there are people with different special needs. I believe that you should keep such features. But in that way, the conservative version would be the best option. Suggestions are welcome.)

    Note: Main example of difference between the derivatives of Gamer and Personal.

    Step 2.0 - GamerCustomSelection Parental Controls App removed - then remains removed in the following steps)
    Step 2.1 - LiteCustomSelection
    Step 2.2 - XtremeLiteCustomSelection

    Step 2.0 - PersonalCustomSelection (Parental Controls App retained) (useful for my family members - you can edit based on yours)
    Step 2.1 - PersonalSpeedCustomSelection (this is based on my preferences, then I remove what is useless for me)

    If the guys want to test, feel free. If you authorize it, I attach my work with the toolkit, attached.

    Thanks!

    Edit: Accessibility I decided to change the order of Accessibility to be executed in one step and maybe add an option for other needs, everything depends on the feedback.

    Edit: @mhussain, see this post too.
     
  3. rorewe4314

    rorewe4314 MDL Junior Member

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

    RemovePkgsList
    Code:
    ToolKitHelper:WindowsInsiderHub
    ToolKitHelper:SecurityCenter
    ToolKitHelper:BioEnrollment
    ToolKitHelper:Edge
    ToolKitHelper:LockApp
    ToolKitHelper:MapControl
    ToolKitHelper:NarratorQuickStart
    ToolKitHelper:OneDrive
    ToolKitHelper:ParentalControls
    ToolKitHelper:PeopleExperienceHost
    ToolKitHelper:QuickAssist
    ToolKitHelper:RetailDemoContent
    ToolKitHelper:SettingSync
    ToolKitHelper:SkypeORTC
    ToolKitHelper:SmartScreen
    ToolKitHelper:Win32WebViewHost
    ToolKitHelper:WindowsDefender
    ToolKitHelper:WindowsMixedReality
    ToolKitHelper:WindowsReaderPDF
    ToolKitHelper:XboxGameCallableUI
    ToolKitHelper:3DViewer
    ToolKitHelper:AdvertisingXaml
    ToolKitHelper:Alarms
    ToolKitHelper:BingWeather
    ToolKitHelper:Calculator
    ToolKitHelper:Camera
    ToolKitHelper:CommunicationsApps
    ToolKitHelper:Cortana
    ToolKitHelper:DesktopAppInstaller
    ToolKitHelper:FeedbackHub
    ToolKitHelper:GetHelp
    ToolKitHelper:HEIFImageExtension
    ToolKitHelper:Maps
    ToolKitHelper:MixedRealityPortal
    ToolKitHelper:OfficeHub
    ToolKitHelper:OfficeOneNote
    ToolKitHelper:Paint3D
    ToolKitHelper:People
    ToolKitHelper:Photos
    ToolKitHelper:ScreenSketch
    ToolKitHelper:SkypeApp
    ToolKitHelper:SolitaireCollection
    ToolKitHelper:SoundRecorder
    ToolKitHelper:StickyNotes
    ToolKitHelper:VP9VideoExtensions
    ToolKitHelper:WalletService
    ToolKitHelper:WebMediaExtensions
    ToolKitHelper:WebpImageExtensions
    ToolKitHelper:WindowsStore
    ToolKitHelper:XboxApp
    ToolKitHelper:XboxIdentityProvider
    ToolKitHelper:YourPhone
    ToolKitHelper:ZuneMusic
    ToolKitHelper:ZuneVideo
    Here is a list that I have roughly compiled; I do not know if this is right or wrong. Not all applications accessible through the menu are accessible through the list!

    If you delete everything at once through the menu, it deletes for example the necessary components such as File Explorer. Hands to do it for a long time and confused!
     
  4. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Windows Store needs Windows Update to be active.

    Yes you can publish your own customized version.


     
  5. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    The list contains all the components present in the menu, do check the latest list from the Toolkit 10.1

    File Explorer App is the UWP App and not the regular Windows Explorer.

     
  6. RaiyvaN

    RaiyvaN MDL Senior Member

    Joined:
    Sep 23, 2009
    Messages:
    302
    Likes Received:
    347
    Trophy Points:
    10
    @mhussain, I'm sorry for the rudeness, in the previous comment. But even though I was working on your request, I didn't remember that you were the one who asked for help because of your need. I was preparing my menus, and sensitized to your request, I was preparing another one based on the ones I was developing for myself, in order to promote accessibility in the script.

    So... tomorrow or the day after tomorrow I will be posting my version (as already approved by @MSMG) with the quick removal options but maintaining the accessibility features, implemented directly in the toolkit.cmd script.
     
  7. rorewe4314

    rorewe4314 MDL Junior Member

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

    Code:
    ToolKitHelper:SpeechRecognition
    ToolKitHelper:AssignedAccess
    ToolKitHelper:CEIP_SQM
    ToolKitHelper:FaceRecognition
    ToolKitHelper:KernelDebugging
    ToolKitHelper:LocationService
    ToolKitHelper:PicturePassword
    ToolKitHelper:PinEnrollment
    ToolKitHelper:UnifiedTelemetryClient
    ToolKitHelper:WiFiNetworkManager
    ToolKitHelper:WindowsInsiderHub
    ToolKitHelper:HomeGroup
    ToolKitHelper:MultiPointConnector
    ToolKitHelper:RemoteAssistance
    ToolKitHelper:DeviceLockdown
    ToolKitHelper:EaseOfAccessThemes
    ToolKitHelper:EasyTransfer
    ToolKitHelper:FileHistory
    ToolKitHelper:SecurityCenter
    ToolKitHelper:StepsRecorder
    ToolKitHelper:WindowsToGo
    ToolKitHelper:AADBrokerPlugin
    ToolKitHelper:AssignedAccessLockApp
    ToolKitHelper:BioEnrollment
    ToolKitHelper:CBSPreview
    ToolKitHelper:ContentDeliveryManager
    ToolKitHelper:ECApp
    ToolKitHelper:EdgeDevToolsClient
    ToolKitHelper:Edge
    ToolKitHelper:FileExplorer
    ToolKitHelper:LockApp
    ToolKitHelper:MapControl
    ToolKitHelper:NarratorQuickStart
    ToolKitHelper:OneDrive
    ToolKitHelper:ParentalControls
    ToolKitHelper:PeopleExperienceHost
    ToolKitHelper:QuickAssist
    ToolKitHelper:RetailDemoContent
    ToolKitHelper:SecureAssessmentBrowser
    ToolKitHelper:SettingSync
    ToolKitHelper:SkypeORTC
    ToolKitHelper:SmartScreen
    ToolKitHelper:Win32WebViewHost
    ToolKitHelper:WindowsDefender
    ToolKitHelper:WindowsMixedReality
    ToolKitHelper:WindowsReaderPDF
    ToolKitHelper:XboxGameCallableUI
    ToolKitHelper:3DViewer
    ToolKitHelper:AdvertisingXaml
    ToolKitHelper:Alarms
    ToolKitHelper:BingWeather
    ToolKitHelper:Calculator
    ToolKitHelper:Camera
    ToolKitHelper:CommunicationsApps
    ToolKitHelper:Cortana
    ToolKitHelper:DesktopAppInstaller
    ToolKitHelper:FeedbackHub
    ToolKitHelper:GetHelp
    ToolKitHelper:Getstarted
    ToolKitHelper:HEIFImageExtension
    ToolKitHelper:Maps
    ToolKitHelper:MixedRealityPortal
    ToolKitHelper:OfficeHub
    ToolKitHelper:OfficeOneNote
    ToolKitHelper:Paint3D
    ToolKitHelper:People
    ToolKitHelper:Photos
    ToolKitHelper:ScreenSketch
    ToolKitHelper:SkypeApp
    ToolKitHelper:SolitaireCollection
    ToolKitHelper:SoundRecorder
    ToolKitHelper:StickyNotes
    ToolKitHelper:VP9VideoExtensions
    ToolKitHelper:WalletService
    ToolKitHelper:WebMediaExtensions
    ToolKitHelper:WebpImageExtensions
    ToolKitHelper:WindowsStore
    ToolKitHelper:XboxApp
    ToolKitHelper:XboxIdentityProvider
    ToolKitHelper:YourPhone
    ToolKitHelper:ZuneMusic
    ToolKitHelper:ZuneVideo
    What is superfluous or what is missing?

    p.s
    What should be the full list, I can’t understand what needs to be left or deleted!
    If I delete at my discretion, I may lose the basic functions, I do not want this to happen!
     
  8. joorno

    joorno MDL Novice

    Joined:
    Sep 4, 2010
    Messages:
    17
    Likes Received:
    3
    Trophy Points:
    0
    How does ToolkitHelper remove FirstLogonAnimation? I removed it, but I want to put it back. Removing it did not change the group policy, so I don't know how it made the change.
     
  9. Great_Gwyn

    Great_Gwyn MDL Novice

    Joined:
    Jun 4, 2020
    Messages:
    10
    Likes Received:
    5
    Trophy Points:
    0
    Hello @MSMG

    Does v10.1 prevent removed items to be restored after installing updates?

    Thanks for your hard work ^^
     
  10. Igor147

    Igor147 MDL Member

    Joined:
    Oct 20, 2016
    Messages:
    107
    Likes Received:
    47
    Trophy Points:
    10
    Deleted components are restored. It will not be fixed in the near future.
     
  11. mhussain

    mhussain MDL Member

    Joined:
    Oct 1, 2012
    Messages:
    184
    Likes Received:
    50
    Trophy Points:
    10
    @RaiyvaN
    no worries!
    when you post your version I would advize you post the hole toolkit folder along with your modded script,
    not just the script, would make things far simpler.
    if you have a google account would solidfiles be a good uploader site for you to upload your modded changes etc?
    it has a simple interface well it is accessible to me.
    @MSMG would it be possible to have the possibility to have application integration be a possibility in the toolkit?
    was thinking of when or if narrator is removed by one of the app removals nvda the free screen reader would function in it's place?
    how i forsee app install in the .wim is as folows.
    after the customiseing of the image is completed the last step after system reboots
    the apps you added to the image will be installed maybe away of adding apps to setupcomplete.cmd somehow via the toolkit?
    I hope that makes some sort of sence :)
     
  12. mhussain

    mhussain MDL Member

    Joined:
    Oct 1, 2012
    Messages:
    184
    Likes Received:
    50
    Trophy Points:
    10
    @MSMG
    adding to my last post,
    pasteing the file path to the setup file or a dedicated folder for any apps to be added could be an option?
    thanks for msmg toolkit :)
     
  13. Mzgin

    Mzgin MDL Novice

    Joined:
    Dec 20, 2018
    Messages:
    1
    Likes Received:
    1
    Trophy Points:
    0
    Hi all!
    in option six what is the option "cleanup source images" and "Do you want to cleanup Image Windows folder?" of the next option when changes are applied, what difference does it make? Thank you very much in advance.
     
  14. gdeliana

    gdeliana MDL Junior Member

    Joined:
    Oct 2, 2010
    Messages:
    65
    Likes Received:
    12
    Trophy Points:
    0
  15. windows builder

    windows builder MDL Guru

    Joined:
    Sep 13, 2017
    Messages:
    2,030
    Likes Received:
    1,328
    Trophy Points:
    90
  16. windows builder

    windows builder MDL Guru

    Joined:
    Sep 13, 2017
    Messages:
    2,030
    Likes Received:
    1,328
    Trophy Points:
    90
    @MSMG
    What does it mean? o_O

    2020-06-29 001.png
     
  17. gdeliana

    gdeliana MDL Junior Member

    Joined:
    Oct 2, 2010
    Messages:
    65
    Likes Received:
    12
    Trophy Points:
    0
    Yes sorry :D, corrected to after integrating.
     
  18. kuroda

    kuroda MDL Senior Member

    Joined:
    Aug 25, 2012
    Messages:
    445
    Likes Received:
    32
    Trophy Points:
    10
    .....sorry for my ignorance but this command using the power shell will change what?
    Code:
    DISM /Apply-Image /ImageFile: packs\PowerShell7\PowerShell7_w10.tpk /Index:2 /ApplyDir:Mount\Install
    Reg load HKLM\TK_SOFTWARE "Mount\Install\Windows\System32\config\SOFTWARE"
    Reg load HKLM\TK_SYSTEM "Mount\Install\Windows\System32\config\SYSTEM"
    Reg import Packs\PowerShell7\PowerShell7_w10_x64.reg
    Reg unload HKLM\TK_SOFTWARE
    Reg unload HKLM\TK_SYSTEM
    3) In ToolKit Apply-> Save and Rebuild the image and test it out.
     
  19. windows builder

    windows builder MDL Guru

    Joined:
    Sep 13, 2017
    Messages:
    2,030
    Likes Received:
    1,328
    Trophy Points:
    90
    ISO build 19042.330 + kb4567523 = OS build 19042.292.
    why??? :confused:

    Capture.JPG
     
  20. donkeymand

    donkeymand MDL Senior Member

    Joined:
    Dec 30, 2011
    Messages:
    375
    Likes Received:
    154
    Trophy Points:
    10