Package & Telemetry Removal Guide v1.0

Discussion in 'Windows 10' started by dobbelina, Aug 13, 2016.

  1. Mvp77

    Mvp77 MDL Junior Member

    May 16, 2016
    58
    4
    0
    Sorry, but still don't understand if this tool works (or if DISM works I should say...).
    Apart from some errors due to the fact that DISM tries to remove packages that do not exist, the first time I used it the winload.efi has been corrupted, the second one I did not even understand what it did, but the system did not start anymore.
    I'm almost certain, but I have to do other tests, that the Common Drivers can not be removed, but there are other packages that can not be touched (even those you think are safe to remove; the problem is not the package itself, it's how it is removed...).
    Make a safe list please, we can not rely on Microsoft and DISM.

    OS: Windows 7 x64 HomePremium.
     
  2. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    >>>>>>
    Use MSMG tool: https://forums.mydigitallife.net/threads/msmg-toolkit.50572/unread
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Mvp77

    Mvp77 MDL Junior Member

    May 16, 2016
    58
    4
    0
    #123 Mvp77, Feb 2, 2018
    Last edited: Feb 2, 2018
    Ok so basically I have to use the packages list created with CBSEnum... right?
    Copy & paste... but in which file? RemoveAppsList.txt or RemovePkgsList.txt?

    EDIT.
    Ok it's RemovePkgsList.txt, but Access is denied... lol...
    What's the trick? How to take control...?
     
  4. Mvp77

    Mvp77 MDL Junior Member

    May 16, 2016
    58
    4
    0
    I did some research on the forum to see if there was a solution to the problem, to find out that this batch is just "errors and access denied".
    Now some idiot would say: it's your fault... you're a newbie ... lol...
    But why do you post this s**t?
    Did you make any test...?
    Version 8.0... looolll...
     
  5. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,671
    1,708
    150
    #125 endbase, Feb 3, 2018
    Last edited: Feb 3, 2018
    That it does not work for you but for many other people it works why should it be a BS program because you don't read the tutorial right or have lack of skillz ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Mvp77

    Mvp77 MDL Junior Member

    May 16, 2016
    58
    4
    0
  7. Mvp77

    Mvp77 MDL Junior Member

    May 16, 2016
    58
    4
    0
    Post 5.
    Now I can add links.
    Sorry :)
     
  8. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,671
    1,708
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Mvp77

    Mvp77 MDL Junior Member

    May 16, 2016
    58
    4
    0
  10. Mvp77

    Mvp77 MDL Junior Member

    May 16, 2016
    58
    4
    0
  11. yatopp

    yatopp MDL Novice

    Jul 17, 2011
    41
    12
    0
    Is there a safe/good way to remove flash from 1809? I can't see it in the package list.
     
  12. slayer9450

    slayer9450 MDL Member

    Aug 3, 2015
    211
    87
    10
    You can remove Flash with the free version of NTLite, but only for offline images. Live system modification is only available in the licensed version.
     
  13. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,172
    1,055
    60
    I use this, not sure if it works properly though. It is more of an experiment.
    Code:
    takeown /f "%SystemRoot%\System32\Macromed\Flash\FlashUtil_ActiveX.exe" /a
    icacls "%SystemRoot%\System32\Macromed\Flash\FlashUtil_ActiveX.exe" /inheritance:r /grant:r Administrators:F /c
    del "%SystemRoot%\System32\Macromed\Flash\FlashUtil_ActiveX.exe" /f /q
    takeown /f "%SystemRoot%\System32\Macromed\Flash\FlashUtil_ActiveX.dll" /a
    icacls "%SystemRoot%\System32\Macromed\Flash\FlashUtil_ActiveX.dll" /inheritance:r /grant:r Administrators:F /c
    del "%SystemRoot%\System32\Macromed\Flash\FlashUtil_ActiveX.dll" /f /q
    takeown /f "%SystemRoot%\SysWow64\Macromed\Flash\FlashUtil_ActiveX.exe" /a
    icacls "%SystemRoot%\SysWow64\Macromed\Flash\FlashUtil_ActiveX.exe" /inheritance:r /grant:r Administrators:F /c
    del "%SystemRoot%\SysWow64\Macromed\Flash\FlashUtil_ActiveX.exe" /f /q
    takeown /f "%SystemRoot%\SysWow64\Macromed\Flash\FlashUtil_ActiveX.dll" /a
    icacls "%SystemRoot%\SysWow64\Macromed\Flash\FlashUtil_ActiveX.dll" /inheritance:r /grant:r Administrators:F /c
    del "%SystemRoot%\SysWow64\Macromed\Flash\FlashUtil_ActiveX.dll" /f /q
     
  14. jbonga

    jbonga MDL Novice

    Jan 24, 2019
    1
    0
    0
    #135 jbonga, Feb 14, 2019
    Last edited: Feb 14, 2019
    here is a simple powershell command for removing packages without needing any external scripts or files. (update this may have worked perhaps because I already ran wim_tweak list, unlocking everything without knowing it)

    get-appxpackage | grep PackageFullName
    Remove-AppxPackage -Package *name* -AllUsers

    great for removing store/provisioned & system apps anyway; is there a reason to use dism over this? or does this basically do the same thing?

    Picker 1527c705-839a-4832-9118-54d4Bd6a0c89
    File Explorer c5e2524a-ea46-4f67-841f-6a9465d9d515
    App Resolver UX E2A4F912-2574-4A75-9BB0-0D023378592B
    Add Suggested Folders To Library F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE


    Remove-AppxPackage -Package windows.immersivecontrolpanel_10.0.2.1000_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package 1527c705-839a-4832-9118-54d4Bd6a0c89_10.0.17763.1_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package c5e2524a-ea46-4f67-841f-6a9465d9d515_10.0.17763.1_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package E2A4F912-2574-4A75-9BB0-0D023378592B_10.0.17763.1_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE_10.0.17763.1_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package InputApp_1000.17763.1.0_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.AAD.BrokerPlugin_1000.17763.1.0_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.AccountsControl_10.0.17763.1_neutral__cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.AsyncTextService_10.0.17763.1_neutral__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.BioEnrollment_10.0.17763.1_neutral__cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.CredDialogHost_10.0.17763.1_neutral__cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.ECApp_10.0.17763.1_neutral__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.LockApp_10.0.17763.1_neutral__cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.MicrosoftEdgeDevToolsClient_1000.17763.1.0_neutral_neutral_8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.MicrosoftEdge_44.17763.1.0_neutral__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.PPIProjection_10.0.17763.1_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.Win32WebViewHost_10.0.17763.1_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.Windows.Apprep.ChxApp_1000.17763.1.0_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.Windows.AssignedAccessLockApp_1000.17763.1.0_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.Windows.CapturePicker_10.0.17763.1_neutral__cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.Windows.CloudExperienceHost_10.0.17763.1_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.Windows.ContentDeliveryManager_10.0.17763.1_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.Windows.Cortana_1.11.5.17763_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.Windows.NarratorQuickStart_10.0.17763.1_neutral_neutral_8wekyb3d8bbw -AllUserse
    Remove-AppxPackage -Package Microsoft.Windows.OOBENetworkCaptivePortal_10.0.17763.1_neutral__cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.Windows.OOBENetworkConnectionFlow_10.0.17763.1_neutral__cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.Windows.ParentalControls_1000.17763.1.0_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.Windows.PeopleExperienceHost_10.0.17763.1_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.Windows.PinningConfirmationDialog_1000.17763.1.0_neutral__cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.Windows.SecHealthUI_10.0.17763.1_neutral__cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.Windows.SecureAssessmentBrowser_10.0.17763.1_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.Windows.ShellExperienceHost_10.0.17763.1_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.Windows.XGpuEjectDialog_10.0.17763.1_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.XboxGameCallableUI_1000.17763.1.0_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Windows.CBSPreview_10.0.17763.1_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Windows.PrintDialog_6.2.1.0_neutral_neutral_cw5n1h2txyewy -AllUsers
    Remove-AppxPackage -Package Microsoft.Services.Store.Engagement_10.0.1610.0_x86__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.Services.Store.Engagement_10.0.1610.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.NET.Native.Runtime.1.7_1.7.25531.0_x86__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.NET.Native.Runtime.1.7_1.7.25531.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.NET.Native.Framework.1.7_1.7.25531.0_x86__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.NET.Native.Framework.1.7_1.7.25531.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.BingWeather_4.25.12127.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.DesktopAppInstaller_1.0.22011.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.GetHelp_10.1706.10441.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.HEIFImageExtension_1.0.11792.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.Messaging_3.43.27001.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.Microsoft3DViewer_4.1808.15012.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.MicrosoftOfficeHub_17.8918.5926.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.MicrosoftSolitaireCollection_4.1.5252.0_x86__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.MicrosoftStickyNotes_2.0.13.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.MixedReality.Portal_2000.18081.1242.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.MSPaint_4.1807.12027.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.OneConnect_5.1807.1991.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.People_10.1805.1361.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.Print3D_3.0.1521.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.ScreenSketch_10.1806.2112.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.SkypeApp_14.26.95.0_x64__kzf8qxf38zg5c -AllUsers
    Remove-AppxPackage -Package Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.VP9VideoExtensions_1.0.12342.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.Wallet_2.2.18179.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.WebMediaExtensions_1.0.12341.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.WebpImageExtension_1.0.11551.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.Windows.Photos_2018.18051.21218.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.WindowsAlarms_10.1805.1361.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.WindowsCalculator_10.1805.1201.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.WindowsCamera_2018.425.120.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package microsoft.windowscommunicationsapps_17.9330.21365.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.WindowsFeedbackHub_1.1805.2331.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.WindowsMaps_5.1805.1431.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.WindowsSoundRecorder_10.1805.1941.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.Xbox.TCUI_1.11.28003.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.XboxApp_41.41.18001.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.XboxGameOverlay_1.32.17005.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.XboxGamingOverlay_2.20.22001.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.YourPhone_0.0.12084.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.ZuneMusic_10.18052.20211.0_x64__8wekyb3d8bbwe -AllUsers
    Remove-AppxPackage -Package Microsoft.ZuneVideo_10.18052.20211.0_x64__8wekyb3d8bbwe -AllUsers
     
  15. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    581
    365
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    581
    365
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. markokk888

    markokk888 MDL Senior Member

    Aug 13, 2012
    292
    67
    10
    cbsenum is a good stuff but is there any list for what each package means ?
     
  18. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,204
    978
    90
    ManifestEnum can help with that