Yes, 20h2 with last update kb4601319! (without updates - all ok) PS. Edge chromium browser (in internet components menu)
I’m trying this out in a different computer at the moment, and trying to convert the install.esd to wim. In following the command prompt, of... dism /get-wiminfo /wimfile:c:\win10wim-iso\sources\install.esd ...where I have the iso copied to to work with, I’m getting an “Error: 11 An attempt was made to load a program with an incorrect format. The DISM log file can be found at C:\windows \logs \dism\dism.log”. Is there something wrong with my Windows at this point that DISM.exe won’t load?
^ hello you don't need to uninstall onedrive, just use the group policy and disable it (gpedit.msc) ok
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
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.
I would like to make a "loop => For", to identify, for each installed language assembled the "Time Zone" and "Input Locale"