1. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    728
    540
    30
    Well, it's mostly the x86 multilang support that I was waiting for. For x64 we can use GodHand's powershell script.
    If MSMG x86 works 100%, I can make a lot of people very happy.

    Cheers MSMG and thank you for your work.
     
  2. Dibro

    Dibro MDL Novice

    Nov 4, 2017
    1
    0
    0
    #9822 Dibro, Mar 12, 2019
    Last edited: Mar 12, 2019
    I know it has been asked a lot of times already, but I didn't find any good answer.
    What is the difference: taking the latest available build VS. taking non-refreshed image (build No. 1) and applying the latest cumulative update to it?
    Also, is non-refreshed image safe to install or should I go with build 107? And does the toolkit fully support it?
    Thanks.
     
  3. Soapm

    Soapm MDL Novice

    Mar 23, 2013
    29
    1
    0
    Glad to see the developer back and hope is feeling a lot better and life is going well...

    Anyone ever tried to use the repair option to load a newly chopped image over the top of an image previously chapped?

    I'm trying to add the old photo viewer and Microsoft Store to my machine but I'd hate to totally reimage just for those so I was wondering if I can do a repair and have it just update to the newly chopped image???
     
  4. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    728
    540
    30
    The toolkit does support refreshed image 107.
    But the best would be integrating in a base image, the first released image. That's how I do it.

    Repair option will work, it's a new install anyway and old configs will be imported during the process.
    BTW, for the old photo viewer there are reg entries you can use, for store there is an installer by abbodi.

    Cheers.
     
  5. Soapm

    Soapm MDL Novice

    Mar 23, 2013
    29
    1
    0
    #9825 Soapm, Mar 13, 2019
    Last edited: Mar 13, 2019
    The photo viewer files are missing so the reg tweak doesn't work. This tool did a thorough job or removing photo viewer.

    Is the installer here? Any idea what the installer by abbodi is called? Nevermind, found it.
     
  6. biatche

    biatche MDL Addicted

    Nov 14, 2009
    569
    143
    30
    For a moment, I thought you were giving up on RS5 and planning your return for 1903

    DONT LEAVE US OUR HERO :p
     
  7. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    767
    616
    30
    Honestly MSMG, you have nothing at all to apologise for. If anything, I feel some users should apologise to you for what is almost bordering on harassing you for an update - these users should realise that your work doesn't cost us anything, however it does cost a lot of your time.
     
  8. jmsallo

    jmsallo MDL Novice

    Apr 7, 2016
    5
    2
    0
    UPDATE:

    So I added back:

    ============================================================
    MSMG ToolKit - Remove System Apps Menu
    ============================================================

    [E] FileExplorer - File Explorer App
    [F] LockApp - Lockscreen App
    [O] SettingSync - Setting Sync

    The result is a bigger ISO with the same issues :(
     
  9. hiepbg

    hiepbg MDL Junior Member

    Nov 29, 2008
    52
    24
    0
    U need 17763.1 iso bro. I can only clean sources with this iso.
    You can use SVF2ISO tool to get it.
     
  10. Soapm

    Soapm MDL Novice

    Mar 23, 2013
    29
    1
    0

    I've never done an update to my image but my understanding is that updates may add back some of the features and apps your worked so hard to remove. This is why you want to start and strip down the latest build.
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,233
    94,613
    450
    Afaik, MSMG Toolkit only works properly on the baseline build (no updates integrated).

    But i have seen a post from MSMG, it should work on refresh iso's, but that wasn't so in the past.
     
  12. Soapm

    Soapm MDL Novice

    Mar 23, 2013
    29
    1
    0
  13. Soapm

    Soapm MDL Novice

    Mar 23, 2013
    29
    1
    0
    I can't get group policy editor to work using a bat file that runs the below. Anyone knows what I might have removed to break this?

    Code:
    @echo off
    pushd "%~dp0"
    
    dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt
    dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt
    
    for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
    pause
    

    This is the error I get...


    Code:
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.348
    
    Processing 1 of 1 - Adding package Microsoft-Windows-GroupPolicy-ClientExtensions-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.348
    
    Processing 1 of 1 - Adding package Microsoft-Windows-GroupPolicy-ClientExtensions-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.348
    
    Processing 1 of 1 - Adding package Microsoft-Windows-GroupPolicy-ClientTools-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    An error occurred - Microsoft-Windows-GroupPolicy-ClientTools-Package Error: 0x80070490
    
    Error: 1168
    
    Element not found.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.348
    
    Processing 1 of 1 - Adding package Microsoft-Windows-GroupPolicy-ClientTools-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    [==========================100.0%==========================]
    An error occurred - Microsoft-Windows-GroupPolicy-ClientTools-Package Error: 0x80070490
    
    Error: 1168
    
    Element not found.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    Press any key to continue . . .
     
  14. Soapm

    Soapm MDL Novice

    Mar 23, 2013
    29
    1
    0

    The next question is how do you do a repair without loosing all your stuff? The way I do it is by selecting the setup.exe file and doing an in-place upgrade but there is no setup.exe file in this image???
     
  15. My MSMG was working a couple days ago. I recently started using it again for another ISO, but I re-did the unzipping process and loaded up MSMG, I got this error after trying to load the ISO from DVD folder. Can anyone help?
     

    Attached Files:

  16. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    728
    540
    30
    The output is the wim file. Then you can just replace the install.wim in the .iso with the one you just made with MSMG toolkit.
    The iso will have the setup files you need to complete the process.
    You will want to make a copy of the original .iso, but you probably figured that out already.

    Cheers.
     
  17. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    728
    540
    30
    Don't use a path with spaces. Use simple paths.
    Also, when unzipping the MSMG toolkit, use a fresh folder. Not the old one unless you know what you are doing.

    Cheers.
     
  18. Soapm

    Soapm MDL Novice

    Mar 23, 2013
    29
    1
    0

    Wow, that actually worked (not that I'm surprised) but then I got an error about half way through the update saying, "Cannot Configure Windows on this Computer". It then rebooted and uninstalled everything it just installed and I logged back in to find the attached message.

    Capture.JPG .
     
  19. zcelakdgl

    zcelakdgl MDL Novice

    Nov 21, 2018
    26
    10
    0
    I'm found how to disable "activity history" in regedit, go to HKEY_LOCAL_MACHINE
    SOFTWARE
    Policies
    Microsoft
    Windows
    System

    look at string "PublishUserActivities" change value of this string to 0 in hexadecimal type.
    if you are don't have this string just insert it in a DWORD 32-bit type and set it to 0.
     
    I was using simple paths. I used the local C drive main directory.