1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    is there in the Remove Menu -> Select Windows Components.
    in [6] SystemApps
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. xCyBx

    xCyBx MDL Senior Member

    Aug 6, 2018
    368
    747
    10
    #18442 xCyBx, Feb 16, 2021
    Last edited: Feb 16, 2021
    The correct way to remove OneDrive completely from windows, First show the hidden component and remove by dism.

    Run by NSudo.

    Code:
    @echo off
    
    REM get windows build
    for /f "tokens=3 delims=." %%x in ('dir "%WinDir%\servicing\Version" /a:d /b 2^>nul') do (
        set "WindowsBuild=%%x"
    )
    
    REM if arch equal x64
    If exist "%WinDir%\SysWOW64" (
        reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-OneDrive-Setup-Package~31bf3856ad364e35~amd64~~10.0.%WindowsBuild%.1" /v "DefVis" /t REG_DWORD /d "2" /f
        reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-OneDrive-Setup-Package~31bf3856ad364e35~amd64~~10.0.%WindowsBuild%.1" /v "Visibility" /t REG_DWORD /d "1" /f
        reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-OneDrive-Setup-Package~31bf3856ad364e35~amd64~~10.0.%WindowsBuild%.1\Owners" /f
    
        reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-OneDrive-Setup-WOW64-Package~31bf3856ad364e35~amd64~~10.0.%WindowsBuild%.1" /v "DefVis" /t REG_DWORD /d "2" /f
        reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-OneDrive-Setup-WOW64-Package~31bf3856ad364e35~amd64~~10.0.%WindowsBuild%.1" /v "Visibility" /t REG_DWORD /d "1" /f
        reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-OneDrive-Setup-WOW64-Package~31bf3856ad364e35~amd64~~10.0.%WindowsBuild%.1\Owners" /f
    )
    
    REM if arch equal x86
    If not exist "%WinDir%\SysWOW64" (
        reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-OneDrive-Setup-Package~31bf3856ad364e35~x86~~10.0.%WindowsBuild%.1" /v "DefVis" /t REG_DWORD /d "2" /f
        reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-OneDrive-Setup-Package~31bf3856ad364e35~x86~~10.0.%WindowsBuild%.1" /v "Visibility" /t REG_DWORD /d "1" /f
        reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-OneDrive-Setup-Package~31bf3856ad364e35~x86~~10.0.%WindowsBuild%.1\Owners" /f
    )
    
    If exist "%WinDir%\SysWOW64" (
        Dism.exe /Online /Remove-Package /PackageName:Microsoft-Windows-OneDrive-Setup-Package~31bf3856ad364e35~amd64~~10.0.%WindowsBuild%.1
        Dism.exe /Online /Remove-Package /PackageName:Microsoft-Windows-OneDrive-Setup-WOW64-Package~31bf3856ad364e35~amd64~~10.0.%WindowsBuild%.1
    )
    
    If not exist "%WinDir%\SysWOW64" (
        Dism.exe /Online /Remove-Package /PackageName:Microsoft-Windows-OneDrive-Setup-Package~31bf3856ad364e35~x86~~10.0.%WindowsBuild%.1
    )
    
    pause
    exit
    
     
  3. xCyBx

    xCyBx MDL Senior Member

    Aug 6, 2018
    368
    747
    10
  4. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,293
    627
    60
    For some reason CCleaner has the ability to uninstall a bunch of windows bloat that usually can't be natively, OneDrive included. DISM++ likely can also remove it from a live system.
     
  5. Bira

    Bira MDL Senior Member

    Oct 4, 2017
    364
    210
    10
    HOW CAN I LOOP LANGUAGES "TIME ZONE" AND "INPUT LOCALE" TO PUT IN THE ASSEMBLED IMAGE
     
  6. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,095
    2,867
    90
    ^ Can you formulate your question better and turn off capslock?
     
  7. Bira

    Bira MDL Senior Member

    Oct 4, 2017
    364
    210
    10
    #18447 Bira, Feb 17, 2021
    Last edited: Feb 17, 2021
    I would like to make a "loop => For", to identify, for each installed language assembled the "Time Zone" and "Input Locale"
     
  8. Fen-X

    Fen-X MDL Novice

    Aug 31, 2019
    27
    31
    0
    I think it s not recomanded to ask for new features or options or adds to MSMG. Indeed, if i were him, with all the work he has, when he connects to his digital life, i think he has, for sure, so many posts to read and to satisfy that he losts his time instead of solving the toolkit app to satisfy the majority.
    If you need the lastest powershell release, there is a command line to update or install the app or make some research to find it on github (its just an examqple).
    We are at the 11.2 version and it s been a long time because he works on many things like the remove components won t reappear after a feature update and many other things.
    For the easy things to solve by ourselves, please, all as we were, we have to just make a research and solve our issue by ourselves. For the hardest work, please, let him the time to work for us as his tool/work is free while other tools less complete are paid ones.
    I say that because i follow silently this thread every day and i noticed that many users ask for somethings easy to solve without asking to the creator
    some asks/purposes are really good but on my side whene i read some posts, i ask myself if is it so interessting or important.

    Sorry if i was too obffended because it was a long day for me today.
    Maybe i m wrong maybe i m right but the only thing i want to say is : "do not believe that things are taken for granted because we have a direct connection with the creator, show patience and be grateful for what is offered to us"
    Have a good night
     
  9. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,611
    270
    yes i agree, i think some users need a little more common sense and research first BEFORE asking our master
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Bira

    Bira MDL Senior Member

    Oct 4, 2017
    364
    210
    10
    #18450 Bira, Feb 17, 2021
    Last edited: Feb 17, 2021
    I would like to do a "loop => For", to identify, for each installed language assembled the "Time Zone" and "Input Locale", ahh just adding here, that I don't want it to be part of the toolkit or make a script for me, I like of the MSMG script like this, as I saw the message from the dear "fen-X", because as I told the MSMG, I helped everyone to have the collection of this wonderful tool that I really like, and yes, I just want to ask sometimes, some lines of command, because I make my scripts sometimes looking at other scripts, command lines to add to my script, and my question was "I would like to do a loop => For", to identify, from each installed language assembled the "Time Zone" and "Input Locale", if someone can help me beauty, otherwise, cool in the same way, I think we are here, always to evolve to learn, and to solve, so that more apprentices, these apprentices, can solve problems of others, and not stay offended or not because we are here in a cause just programming, Good afternoon ...
     
  11. Fen-X

    Fen-X MDL Novice

    Aug 31, 2019
    27
    31
    0
    You re right. My post was not against you or others.
    Your request is legitimate because i think it s a progarmming code request (hard for unexperimented peoples)and if not, it s a good request for all.
    Don t worry, and dont stuck on my post thinking we can t ask for help anymore.
    We just have to think twice before giving more work/thought/problems to MSMG.
    Your request, again is a good one and keep cool.
     
  12. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    I believe that now I understand what you need. Anyway, to obtain this data you will need to have the image mounted or mount image indexes you need and a code that is already present in the toolkit. This is the same code that I used to obtain the correct build number through the reg query command and to be able to correctly automate the nomenclature of the finished ISOs.
    Maybe something obtained from the wim images without needing to mount and you would have to write a code to set the other details based only on the language obtained.

    I'll help you with that tomorrow.

    Beware of the translation of the word "mounted" the translator translates to "assembled".

    Remember to switch to mounted when this occurs. In English assembled and mounted are applied in a specific way. In Portuguese, for example, it would be just the words "motor montado - assembled engine", "imagem montada - mounted image", etc.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Bira

    Bira MDL Senior Member

    Oct 4, 2017
    364
    210
    10
    That's right, I need a Loop=>For directly from the offline image registry, where I have the Language%%j" language variavel ok? that automatically recognizes when I install the language, which with a variable identifies the "Time Zone" and "Input Locale", I apologize, I'm using the translator, where I speak in English, sometimes it leaves me in the hand rs but we will that we go, i thank you for the help "RaiyvaN", every day I enter here, to visualize something, I'm doing a script where sometimes I need help to solve problems on command lines , I see here has have very good people in programming, if you need any help, have any problem in asking here you or not? of course with the permission of MSMG, hugs ...
     
  14. evaw

    evaw MDL Novice

    Jan 7, 2021
    14
    4
    0
    This is some type of script from Microsoft, I tried to remove Edge before apply the update .804 and it worked. After installation Windows - no Edge ^_^, but Windows update start to download .804 despite the fact that it is installed & Edge appears.
     
  15. ultimate_live

    ultimate_live MDL Expert

    Mar 15, 2011
    1,021
    671
    60
    Still didn´t find out, whats happening. Mounted all indexes (14) boot.wim, winre.wim and install.wim. Integrated Dart to boot.wim and winre.wim. Integrated KB4586876 in all indexes. Cleand up source folder, applied and saved. After finishing, the size of install.wim still increased from 4.14 GB to 10.80 GB.
    Usinf lates Version of Toolkit 11.2. Windows Version 19042.844.

    I opened install.wim using 7-Zip, but didn´t find any (DELETE) folder inside. Where is this folder located?
    What option I use to rebuid image?

    How can I fix it, because the size is not normal.

    Thanks again for any help.
     
  16. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #18456 inTerActionVRI, Feb 18, 2021
    Last edited: Feb 19, 2021
    Hey, @Bira!
    Made with parts of the Toolkit code and using the Toolkit folder and BIN structure.
    It will work both automatically mounting and with the image indexes mounted by the Toolkit. It means that if you have toolkit's indexes mounted it will skip the new mount process.

    Directly in the main folder of the Toolkit.
    Run the "Start_RegQueryTool.bat" file normally or run the "RegQueryTool_RaiyvaN2Bira.bat" file as an administrator.
    Note: obviously the ISO must be decompressed in the DVD folder

    Folow the file:
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    @MSMG

    The Tweaks below doesn't work for me from 19042.745 / 804 / 844

    [4] Customize -> [8] Apply Tweaks -> [E] Disable Windows Defender


    [4] Customize -> [8] Apply Tweaks -> [F] Disable Windows SmartScreen

    [4] Customize -> [8] Apply Tweaks -> [H] Disable Windows Update
     
  18. bratskij

    bratskij MDL Novice

    Jun 5, 2016
    10
    1
    0
    Will MSMG ToolKit v11.2 work with Windows 10.0.19043.844 Version 21H1?
     
  19. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    @MSMG hasn't yet posted an updated ToolKitHelper for 19042.804, so I wouldn't be too hopeful about it working with 19043.844. I would try, just as I have with 19042.804 - but remember some components might not be removed fully.
     
  20. Abhitemp9

    Abhitemp9 MDL Novice

    Aug 14, 2018
    16
    3
    0
    Hi,

    I am trying to customize 1809 ISO using MSMG Toolkit 11.2.
    Where can I download the requried updates to bring the version of the Source OS to v1809 (v10.0.17763.1697).

    Steps I followed:

    1. Download v1809 ESD from the link mentioned in the post:
    https://forums.mydigitallife.net/threads/windows-10-esd-repository.59082/#post-992532

    2. Use the ESD to ISO tool as mentioned in the posts:
    https://forums.mydigitallife.net/threads/windows-10-esd-repository.59082/#post-992731
    https://forums.mydigitallife.net/threads/windows-10-esd-repository.59082/page-77#post-1380516

    3. Download the updates using WHDownloader:
    https://forums.mydigitallife.net/threads/whdownloader-download.66243/

    The issue is that the downloaded updates would bring the Source OS version to v1809 (17763.1790.1.7) as mentioned in the post:
    https://forums.mydigitallife.net/th...-17763-xxx-pc-rs5.77945/page-216#post-1490183

    I believe MSMG Toolkit would not be able to service this version as the version mentioned in changelog is lower.
    Please let me know how to create a custom v1809 ISO.

    Thanks.