Win10-1809-17763.195-LTSC-NTLite-Carnage Presets

Discussion in 'Windows 10' started by MonarchX, Dec 25, 2018.

  1. PsychedelicShaman

    PsychedelicShaman MDL Member

    Dec 4, 2017
    134
    319
    10
    Yep, no errors whatsoever :) ContentDeliveryManager is responsible for updating informations of the Start Menu live tiles & downloading the OEM and "sponsored" third party apps such as Disney Magic Kingdom, Candy Crush Soda Saga, SketchBook and other bloatware AFAIK.
    Those apps should not install on LTSC 2019 with the Store integrated anyway, but i like to remove it for the peace of mind.
     

  2. Well to hear the confirmation from you gives me peace of mind as well. Just removed it and tested it out. No SFC errors :) Thanks brother!
     
  3. CommanderHK47

    CommanderHK47 MDL Novice

    Apr 8, 2012
    40
    11
    0
    Would you mind sharing these if you have them in the form of a collection of .reg files?
     
  4. v72dd

    v72dd MDL Senior Member

    Nov 20, 2016
    445
    77
    10
    +1 for share.
     
  5. remek002

    remek002 MDL Junior Member

    Oct 28, 2012
    51
    108
    0
    #25 remek002, Apr 22, 2019
    Last edited: Apr 22, 2019
    Code:
    Windows Registry Editor Version 5.00
    
    ;full admin
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
    "ConsentPromptBehaviorAdmin"=dword:00000000
    "EnableLUA"=dword:00000000
    "PromptOnSecureDesktop"=dword:00000000
    
    ;Make Navigation Pane Show All Folders in Windows 10
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "NavPaneShowAllFolders"=dword:00000001
    
    ;open nfo notepad
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo]
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList]
    "a"="NOTEPAD.EXE"
    "MRUList"="a"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids]
    "MSInfoFile"=hex(0):
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\UserChoice]
    "Hash"="S/jnooZ8qt4="
    "ProgId"="Applications\\notepad.exe"
    
    ;esd/wim ico
    [HKEY_CLASSES_ROOT\.WIM]
    @="WIMfile"
    
    [HKEY_CLASSES_ROOT\WIMfile\DefaultIcon]
    @=hex(2):73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,\
      00,2d,00,31,00,33,00,37,00,00,00
    
    [HKEY_CLASSES_ROOT\.ESD]
    @="ESDfile"
    
    [HKEY_CLASSES_ROOT\ESDfile\DefaultIcon]
    @=hex(2):73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,\
      00,2d,00,31,00,33,00,37,00,00,00
    
    ;remove 3d-objects
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}]
    
    [-HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}]
    
    ;remove sharing - Context Menu
    [-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Sharing]
    [-HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\Sharing]
    [-HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Sharing]
    [-HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\Sharing]
    [-HKEY_CLASSES_ROOT\Directory\shellex\PropertySheetHandlers\Sharing]
    [-HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Sharing]
    [-HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\Sharing]
    [-HKEY_CLASSES_ROOT\LibraryFolder\background\shellex\ContextMenuHandlers\Sharing]
    [-HKEY_CLASSES_ROOT\UserLibraryFolder\shellex\ContextMenuHandlers\Sharing]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shellex\ContextMenuHandlers\Sharing]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shellex\ContextMenuHandlers\ModernSharing]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shellex\ContextMenuHandlers\Sharing]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shellex\ContextMenuHandlers\Sharing]
    
    ;remove Offline Files
    [-HKEY_LOCAL_MACHINE\Software\Classes\Directory\shellex\ContextMenuHandlers\Offline Files]
    [-HKEY_LOCAL_MACHINE\Software\Classes\Folder\shellex\ContextMenuHandlers\Offline Files]
    
    ;remove pin to
    [-HKEY_LOCAL_MACHINE\Software\Classes\Folder\shellex\ContextMenuHandlers\PintoStartScreen]
    [-HKEY_LOCAL_MACHINE\Software\Classes\Folder\shellex\ContextMenuHandlers\{a2a9545d-a0c2-42b4-9708-a0b2badd77c8}]
    [-HKEY_LOCAL_MACHINE\Software\Classes\Folder\shell\pintohome]
    
    ;disable Sharing Wizard
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "SharingWizardOn"=dword:00000000
    
    ;remove pin to quick access
    [-HKEY_CLASSES_ROOT\Folder\shell\pintohome]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\pintohome]
    
    ;remove include in library from Context Menu
    [-HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Library Location]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\ShellEx\ContextMenuHandlers\Library Location]
    
    ;remove set as Desktop background
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp\Shell\setdesktopwallpaper]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\.dib\Shell\setdesktopwallpaper]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\.gif\Shell\setdesktopwallpaper]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jfif\Shell\setdesktopwallpaper]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpe\Shell\setdesktopwallpaper]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpeg\Shell\setdesktopwallpaper]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\Shell\setdesktopwallpaper]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\.png\Shell\setdesktopwallpaper]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\.tif\Shell\setdesktopwallpaper]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\.tiff\Shell\setdesktopwallpaper]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\.wdp\Shell\setdesktopwallpaper]
    
    ;remove edit From Internet Shortcut
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\InternetShortcut\shell\edit]
    
    ;remove paint 3d - Context Menu
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.bmp\Shell\3D Edit]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpeg\Shell\3D Edit]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpe\Shell\3D Edit]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpg\Shell\3D Edit]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpg\Shell\3D Edit]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.png\Shell\3D Edit]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.gif\Shell\3D Edit]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.tif\Shell\3D Edit]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.tiff\Shell\3D Edit]
    
    ;remove Burn Disc Image - Context Menu
    [HKEY_CLASSES_ROOT\Windows.IsoFile\shell\burn]
    "ProgrammaticAccessOnly"="
    
    ;disable Windows Defender
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
    "DisableAntiSpyware"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet]
    "SubmitSamplesConsent"=dword:00000002
    "SpynetReporting"=dword:00000000
    
    [-HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\EPP]
    [-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\EPP]
    [-HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\EPP]
    
    ;disable Malicious Software Removal Tool
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MRT]
    "DontOfferThroughWUAU"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MRT]
    "DontReportInfectionInformation"=dword:00000001
    
    ;tweak explorer
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
    "UserSignedIn"=dword:00000001
    "TelemetrySalt"=dword:00000005
    "GlobalAssocChangedCounter"=dword:00000011
    "FirstRunTelemetryComplete"=dword:00000001
    "AppReadinessLogonComplete"=dword:00000001
    "link"=hex:00,00,00,00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "HideFileExt"=dword:00000000
    "HideIcons"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Xaml]
    "AllowFailFastOnAnyFailure"=dword:00000000
    
    ;Install CAB
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CABFolder\Shell\runas]
    @="Install this update"
    "HasLUAShield"=""
    "NeverDefault"=""
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CABFolder\Shell\runas\command]
    @="cmd /k dism /online /add-package /packagepath:\"%1\""
    
    ;disable automatically installing apps
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent]
    "DisableWindowsConsumerFeatures"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
    "SilentInstalledAppsEnabled"=dword:00000000
    
    ;disable shell new menu items bmp, contact, mslibrary, rtf
    [-HKEY_LOCAL_MACHINE\Software\Classes\.bmp\ShellNew]
    [-HKEY_LOCAL_MACHINE\Software\Classes\.contact\ShellNew]
    [-HKEY_LOCAL_MACHINE\Software\Classes\.library-ms\ShellNew]
    [-HKEY_LOCAL_MACHINE\Software\Classes\.rtf\ShellNew]
    
    ;other tweaks and disable telemetry
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\FileSystem]
    "NtfsDisable8dot3NameCreation"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory Management]
    "DisablePagingExecutive"=dword:00000001
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
    "MaxConnectionsPerServer"=dword:0000000a
    "MaxConnectionsPer1_0Server"=dword:0000000a
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AutoRotation]
    "Enable"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideMyComputerIcons]
    "{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}"=dword:00000001
    "{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}"=dword:00000001
    "{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}"=dword:00000001
    "{088e3905-0323-4b02-9826-5d99428e115f}"=dword:00000001
    "{24ad3ad4-a569-4530-98e1-ab02f9417aa8}"=dword:00000001
    "{d3162b92-9365-467a-956b-92703aca08af}"=dword:00000001
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}]
    "System.IsPinnedtoNameSpaceTree"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}]
    "System.IsPinnedtoNameSpaceTree"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\RemovedFolders]
    "{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}"=""
    "{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}"=""
    "{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}"=""
    "{088e3905-0323-4b02-9826-5d99428e115f}"=""
    "{24ad3ad4-a569-4530-98e1-ab02f9417aa8}"=""
    "{d3162b92-9365-467a-956b-92703aca08af}"=""
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}]
    "System.IsPinnedtoNameSpaceTree"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}]
    "System.IsPinnedtoNameSpaceTree"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
    "System.IsPinnedtoNameSpaceTree"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
    "System.IsPinnedtoNameSpaceTree"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{088e3905-0323-4b02-9826-5d99428e115f}]
    "System.IsPinnedtoNameSpaceTree"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{088e3905-0323-4b02-9826-5d99428e115f}]
    "System.IsPinnedtoNameSpaceTree"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}]
    "System.IsPinnedtoNameSpaceTree"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}]
    "System.IsPinnedtoNameSpaceTree"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{d3162b92-9365-467a-956b-92703aca08af}]
    "System.IsPinnedtoNameSpaceTree"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{d3162b92-9365-467a-956b-92703aca08af}]
    "System.IsPinnedtoNameSpaceTree"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
    "ShowDriveLettersFirst"=dword:00000004
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
    "ShowDriveLettersFirst"=dword:00000004
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}]
    "System.IsPinnedToNameSpaceTree"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}]
    "System.IsPinnedToNameSpaceTree"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}\ShellFolder]
    "Attributes"=dword:b094010c
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WOW6432Node\CLSID\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}\ShellFolder]
    "Attributes"=dword:b094010c
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}]
    "System.IsPinnedToNameSpaceTree"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}]
    "System.IsPinnedToNameSpaceTree"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{679F85CB-0220-4080-B29B-5540CC05AAB6}\ShellFolder]
    "Attributes"=dword:a0600000
     
  6. Edge Tech

    Edge Tech MDL Novice

    Mar 6, 2019
    19
    1
    0
    can i get preset file for 1903 when i remove it i should approx get an size of 2.06 GB of install.wim size
     
  7. rayleigh_otter

    rayleigh_otter MDL Expert

    Aug 8, 2018
    1,121
    933
    60
    #27 rayleigh_otter, Jun 9, 2019
    Last edited: Jul 20, 2019
    ,,
     
  8. NoNamed

    NoNamed MDL Novice

    Jul 20, 2019
    1
    0
    0
    Preset file not available. Could you provide it again please?
     
  9. rayleigh_otter

    rayleigh_otter MDL Expert

    Aug 8, 2018
    1,121
    933
    60
  10. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,384
    2,037
    210
    Not that I care, but definitely 403
     
  11. rayleigh_otter

    rayleigh_otter MDL Expert

    Aug 8, 2018
    1,121
    933
    60
    Tweak the living daylights out of ltsc, 99% of the benefits and none of the aggro. :cool:
     
  12. Pundle

    Pundle MDL Novice

    Sep 2, 2019
    4
    2
    0
    #36 Pundle, Sep 5, 2019
    Last edited: Sep 5, 2019
    Please guys add some mention wether your preset is for Offline or Online servicing.
    Mentions which NTLite version your preset support premium feature up to. (ie. if you're preset require NTLite to have paid feature unlocked up to version X, we need to know.

    I'm currently looking for a "safe*" Online servicing preset for W10 1903.329 (non-LTSC). My NTLite version support new feature up to build v1.6.2.6220 (June 4th 2018) .. (ie: My NTLite can't process any feature introduced after this version..)

    *safe as in "NTLite's lack of documentation and comment makes it hard not to break stuff"
     
  13. formerslave

    formerslave MDL Novice

    May 13, 2018
    1
    0
    0
    #37 formerslave, Oct 15, 2019
    Last edited: Oct 15, 2019
    @PsychedelicShaman @ShinRamYun247 and others, do you have a screenshot showing where these components are listed in NTLite? I want to get an idea of where to go to remove them from the LTSC image I have.

    edit: also, is there a way to search for these components and "jump" directly to their checkbox so I can remove them?
     
  14. perceivedelusion

    perceivedelusion MDL Member

    Mar 10, 2010
    141
    16
    10
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. mongtay

    mongtay MDL Novice

    Oct 6, 2018
    3
    0
    0
    hello everyone. Can you share me the Windows 10 pro 1909 preset file?