Optimize-Offline Guide - Windows Debloating Tool, Windows 1803, 1903, 19H2, 1909, 20H1 and LTSC 2019

Discussion in 'Windows 10' started by KedarWolf, Jul 30, 2019.

  1. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    729
    275
    30
    i did read but LOL didnt make any sense to me. i know ill understand it later on. it just that i sort of got lost. too many added info in first post.
    i have never used virtual. i did some research. on you tube is there only virtualbox program or are there anyother. not sure if i rather just use on real pc if it breaks something ill just clean install windows again. but then doing virtual seems easier than clean install windows. thanks
     
  2. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    729
    275
    30
    but those ltsc you have to pay for it right.?
    yes ill be using the retail windows 10 version. i dont think ill go to w11 because my cpu isnt supported. and so i heard that youll suffer performance because it has to do virtual stuff that cpu doesnt support and makes it slower.
    i did some search on you tube about optimize-offline script and it showed one by GodHand
    so this script its just the same but uptodate.
     
  3. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,396
    2,376
    60
    @GodHand's script is the original source on which @gdeliana 's project is based,
    the latter's project is intended to provide a more automated process, making it essentially more user friendly.
    The differences are in the main, some additional (more personalized) tweaks added by some members here.
     
  4. Dgk

    Dgk MDL Member

    Jan 18, 2020
    145
    52
    10
    Looks like LTSC 2021 is out, if anyone will test OO from @gdeliana pleae report back about current issues.
    I'm assuming because of some changes to Windows System Guard and Defender - the latter 2 now can't be deleted properly with odl methods
     
  5. phazer11

    phazer11 MDL Novice

    Jan 20, 2017
    36
    6
    0
    #1445 phazer11, Nov 16, 2021
    Last edited: Nov 16, 2021
    Any suggestions?

    @BAU perhaps you know of a way to update the script for 19044 support? Or perhaps why the issue with the provisioning happens?
     
  6. Dgk

    Dgk MDL Member

    Jan 18, 2020
    145
    52
    10
    @gdeliana
    This is back btw:
    Code:
    PS D:\Mounts\win10LTSC\OO> .\Start-Optimize.ps1
    WARNING: Failed to import the Optimize-Offline module: "D:\Mounts\win10LTSC\OO\Optimize-Offline.psm1"
     
  7. Dgk

    Dgk MDL Member

    Jan 18, 2020
    145
    52
    10
    #1448 Dgk, Nov 16, 2021
    Last edited: Nov 16, 2021
    Current master trunk also has issues, right now it completely skips "WindowsApps" even if you specify "Select".
    I can do that manually, sure, but this defeats the point.
    Also this:

    Code:
    Exception : Cannot bind argument to parameter 'Path' because it is null.
    Category  : InvalidData: (:) [Resolve-FullPath], ParameterBindingValidationException
    ErrorID   : ParameterArgumentValidationErrorNullNotAllowed,Resolve-FullPath
    Target    :
    Command   : If ($Additional.NetFx3 -and (Get-ChildItem -Path (GetPath -Path $ISOMedia.FullName -Child 'sources\sxs') -Filter *netfx3*.cab) -and
                (Get-WindowsOptionalFeature -Path $InstallMount -FeatureName NetFx3 -ScratchDirectory $ScratchFolder -LogPath $DISMLog -LogLevel 1 |
                Where-Object -Property State -EQ DisabledWithPayloadRemoved))
    Script    : D:\Mounts\win10LTSC\OO\Optimize-Offline.psm1
    Line      : 2116
    Column    : 6
    Oh, Interesting, Get-AppxProvisionedPackage returns empty on LTSC iso
    Code:
    PS C:\> Get-AppxProvisionedPackage -Path "d:\Mounts\win10LTSC\OO\_RAW_\"
    PS C:\> Get-AppxProvisionedPackage -Path "d:\Mounts\win10LTSC\OO\_RAW_\" | Select DisplayName
     
  8. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,396
    2,376
    60
    Quick Test (Without using @BAU 's O-O.ps1)
    Pre-Optimization
    Code:
    Copying WIM from "D:\22000.0346_amd64_en-gb\22000.1.210604-1628.CO_RELEASE_CLIENTENTERPRISE_VOL_X64FRE_EN-GB\sources"
    Supported Image Build: [22000]
    Mounting Windows 11 Enterprise
    Pre-Optimization Image Health State: [Healthy]
    populating D:\Optimize-Offline-master_GD3_a3\Content\Lists\WindowsApps\WindowsAppsTemplate.json
    populating D:\Optimize-Offline-master_GD3_a3\Content\Lists\SystemApps\SystemAppsTemplate.json
    populating D:\Optimize-Offline-master_GD3_a3\Content\Lists\Capabilities\CapabilitiesTemplate.json
    populating D:\Optimize-Offline-master_GD3_a3\Content\Lists\Packages\PackagesTemplate.json
    populating D:\Optimize-Offline-master_GD3_a3\Content\Lists\FeaturesToDisable\FeaturesToDisableTemplate.json
    populating D:\Optimize-Offline-master_GD3_a3\Content\Lists\FeaturesToEnable\FeaturesToEnableTemplate.json
    populating D:\Optimize-Offline-master_GD3_a3\Content\Lists\Services\ServicesTemplate.json
    Active mount points detected. Performing clean-up.
    Clearing temp directory...
    
    PS D:\Optimize-Offline-master_GD3_a3>
    
    Optimization
    Code:
    ***************************************************************************************************
    Running Module : Optimize-Offline 4.0.1.9 GD3_a3
    Optimize Start : 11/16/2021 09:57:41 PM
    Identity Name  : W0LF
    Computer Name  : XXXXXXX-XXXXXXX
    ***************************************************************************************************
    
    2021-11-16T21:57:41 [INFO]: Supported Image Build: [22000]
    2021-11-16T21:57:44 [INFO]: Mounting Windows 11 Enterprise
    2021-11-16T21:58:37 [INFO]: Pre-Optimization Image Health State: [Healthy]
    2021-11-16T21:58:43 [INFO]: Removing Provisioned App Package: CortanaApp.View.App
    2021-11-16T21:58:46 [INFO]: Removing Provisioned App Package: Microsoft.BingNews
    2021-11-16T21:58:50 [INFO]: Removing Provisioned App Package: Microsoft.BingWeather
    2021-11-16T21:58:53 [INFO]: Removing Provisioned App Package: Microsoft.GetHelp
    2021-11-16T21:58:56 [INFO]: Removing Provisioned App Package: Microsoft.Getstarted
    2021-11-16T21:59:00 [INFO]: Removing Provisioned App Package: Microsoft.MicrosoftOfficeHub
    2021-11-16T21:59:03 [INFO]: Removing Provisioned App Package: Microsoft.MicrosoftSolitaireCollection
    2021-11-16T21:59:07 [INFO]: Removing Provisioned App Package: Microsoft.MicrosoftStickyNotes
    2021-11-16T21:59:10 [INFO]: Removing Provisioned App Package: Microsoft.Paint
    2021-11-16T21:59:14 [INFO]: Removing Provisioned App Package: Microsoft.People
    2021-11-16T21:59:17 [INFO]: Removing Provisioned App Package: Microsoft.Todos
    2021-11-16T21:59:21 [INFO]: Removing Provisioned App Package: Microsoft.Windows.Photos
    2021-11-16T21:59:24 [INFO]: Removing Provisioned App Package: Microsoft.WindowsAlarms
    2021-11-16T21:59:28 [INFO]: Removing Provisioned App Package: Microsoft.WindowsCalculator
    2021-11-16T21:59:31 [INFO]: Removing Provisioned App Package: Microsoft.WindowsCamera
    2021-11-16T21:59:35 [INFO]: Removing Provisioned App Package: microsoft.windowscommunicationsapps
    2021-11-16T21:59:39 [INFO]: Removing Provisioned App Package: Microsoft.WindowsFeedbackHub
    2021-11-16T21:59:42 [INFO]: Removing Provisioned App Package: Microsoft.WindowsMaps
    2021-11-16T21:59:46 [INFO]: Removing Provisioned App Package: Microsoft.WindowsSoundRecorder
    2021-11-16T21:59:49 [INFO]: Removing Provisioned App Package: Microsoft.YourPhone
    2021-11-16T21:59:53 [INFO]: Removing Provisioned App Package: Microsoft.ZuneMusic
    2021-11-16T21:59:56 [INFO]: Removing Provisioned App Package: Microsoft.ZuneVideo
    2021-11-16T22:00:06 [INFO]: Removing System App: Microsoft.AAD.BrokerPlugin
    2021-11-16T22:00:09 [INFO]: Removing System App: Microsoft.AsyncTextService
    2021-11-16T22:00:11 [INFO]: Removing System App: Microsoft.BioEnrollment
    2021-11-16T22:00:13 [INFO]: Removing System App: Microsoft.ECApp
    2021-11-16T22:00:15 [INFO]: Removing System App: Microsoft.LockApp
    2021-11-16T22:00:17 [INFO]: Removing System App: Microsoft.MicrosoftEdge
    2021-11-16T22:00:19 [INFO]: Removing System App: Microsoft.MicrosoftEdgeDevToolsClient
    2021-11-16T22:00:21 [INFO]: Removing System App: Microsoft.Windows.AddSuggestedFoldersToLibarayDialog
    2021-11-16T22:00:23 [INFO]: Removing System App: Microsoft.Windows.AssignedAccessLockApp
    2021-11-16T22:00:25 [INFO]: Removing System App: Microsoft.Windows.CapturePicker
    2021-11-16T22:00:27 [INFO]: Removing System App: Microsoft.Windows.FilePicker
    2021-11-16T22:00:29 [INFO]: Removing System App: Microsoft.Windows.NarratorQuickStart
    2021-11-16T22:00:31 [INFO]: Removing System App: Microsoft.Windows.OOBENetworkCaptivePortal
    2021-11-16T22:00:33 [INFO]: Removing System App: Microsoft.Windows.OOBENetworkConnectionFlow
    2021-11-16T22:00:35 [INFO]: Removing System App: Microsoft.Windows.ParentalControls
    2021-11-16T22:00:37 [INFO]: Removing System App: Microsoft.Windows.PeopleExperienceHost
    2021-11-16T22:00:39 [INFO]: Removing System App: Windows.CBSPreview
    2021-11-16T22:00:42 [INFO]: Disabling Services, Drivers and Integration Content for Removed Apps.
    2021-11-16T22:00:52 [INFO]: Removing Windows Biometric Capability: Hello.Face.20134~~~~0.0.1.0
    2021-11-16T22:01:01 [INFO]: Importing Custom App Associations.
    2021-11-16T22:01:07 [INFO]: Removing Windows Capability: App.StepsRecorder
    2021-11-16T22:01:14 [INFO]: Removing Windows Capability: App.Support.QuickAssist
    2021-11-16T22:01:22 [INFO]: Removing Windows Capability: Language.Handwriting
    2021-11-16T22:01:30 [INFO]: Removing Windows Capability: Language.OCR
    2021-11-16T22:01:37 [INFO]: Removing Windows Capability: Language.Speech
    2021-11-16T22:01:45 [INFO]: Removing Windows Capability: MathRecognizer
    2021-11-16T22:01:53 [INFO]: Removing Windows Capability: Microsoft.Windows.Ethernet.Client.Intel.E1i68x64
    2021-11-16T22:02:01 [INFO]: Removing Windows Capability: Microsoft.Windows.Ethernet.Client.Intel.E2f68
    2021-11-16T22:02:09 [INFO]: Removing Windows Capability: Microsoft.Windows.Ethernet.Client.Realtek.Rtcx21x64
    2021-11-16T22:02:17 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Broadcom.Bcmpciedhd63
    2021-11-16T22:02:24 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Broadcom.Bcmwl63a
    2021-11-16T22:02:31 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Broadcom.Bcmwl63al
    2021-11-16T22:02:39 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Intel.Netwbw02
    2021-11-16T22:02:49 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Intel.Netwew00
    2021-11-16T22:02:56 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Intel.Netwew01
    2021-11-16T22:03:05 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Intel.Netwlv64
    2021-11-16T22:03:14 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Intel.Netwns64
    2021-11-16T22:03:21 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Intel.Netwsw00
    2021-11-16T22:03:30 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Intel.Netwtw02
    2021-11-16T22:03:41 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Intel.Netwtw04
    2021-11-16T22:03:50 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Intel.Netwtw06
    2021-11-16T22:03:59 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Intel.Netwtw08
    2021-11-16T22:04:07 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Marvel.Mrvlpcie8897
    2021-11-16T22:04:14 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Qualcomm.Athw8x
    2021-11-16T22:04:23 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Qualcomm.Athwnx
    2021-11-16T22:04:31 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Qualcomm.Qcamain10x64
    2021-11-16T22:04:39 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Ralink.Netr28x
    2021-11-16T22:04:47 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Realtek.Rtl8187se
    2021-11-16T22:04:55 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Realtek.Rtl8192se
    2021-11-16T22:05:02 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Realtek.Rtl819xp
    2021-11-16T22:05:09 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Realtek.Rtl85n64
    2021-11-16T22:05:17 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Realtek.Rtwlane
    2021-11-16T22:05:25 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Realtek.Rtwlane01
    2021-11-16T22:05:32 [INFO]: Removing Windows Capability: Microsoft.Windows.Wifi.Client.Realtek.Rtwlane13
    2021-11-16T22:05:40 [INFO]: Removing Windows Capability: Microsoft.Windows.WordPad
    2021-11-16T22:05:48 [INFO]: Removing Windows Capability: OneCoreUAP.OneSync
    2021-11-16T22:05:57 [INFO]: Removing Windows Capability: OpenSSH.Client
    2021-11-16T22:06:04 [INFO]: Removing Windows Capability: Print.Fax.Scan
    2021-11-16T22:06:13 [INFO]: Removing Windows Capability: Print.Management.Console
    2021-11-16T22:06:28 [INFO]: Disabling Optional Feature: MicrosoftWindowsPowerShellV2Root
    2021-11-16T22:06:34 [INFO]: Disabling Optional Feature: MSRDC-Infrastructure
    2021-11-16T22:06:37 [INFO]: Disabling Optional Feature: Printing-PrintToPDFServices-Features
    2021-11-16T22:06:41 [INFO]: Disabling Optional Feature: Printing-XPSServices-Features
    2021-11-16T22:06:44 [INFO]: Disabling Optional Feature: SearchEngine-Client-Package
    2021-11-16T22:06:47 [INFO]: Disabling Optional Feature: SmbDirect
    2021-11-16T22:06:51 [INFO]: Disabling Optional Feature: WCF-Services45
    2021-11-16T22:06:54 [INFO]: Disabling Optional Feature: WCF-TCP-PortSharing45
    2021-11-16T22:06:57 [INFO]: Disabling Optional Feature: Windows-Defender-Default-Definitions
    2021-11-16T22:07:05 [INFO]: Disabling Optional Feature: WorkFolders-Client
    2021-11-16T22:07:11 [INFO]: Enabling Optional Feature: DirectPlay
    2021-11-16T22:07:15 [INFO]: Enabling Optional Feature: LegacyComponents
    2021-11-16T22:07:19 [INFO]: Enabling Optional Feature: Microsoft-Windows-Subsystem-Linux
    2021-11-16T22:07:25 [INFO]: Modifying windows service: AarSvc, Start: Disabled
    2021-11-16T22:07:26 [INFO]: Modifying windows service: AJRouter, Start: Disabled
    2021-11-16T22:07:27 [INFO]: Modifying windows service: ALG, Start: Disabled
    2021-11-16T22:07:28 [INFO]: Modifying windows service: AppVClient, Start: Disabled
    2021-11-16T22:07:29 [INFO]: Modifying windows service: autotimesvc, Start: Disabled
    2021-11-16T22:07:30 [INFO]: Modifying windows service: BcastDVRUserService, Start: Disabled
    2021-11-16T22:07:31 [INFO]: Modifying windows service: BluetoothUserService, Start: Disabled
    2021-11-16T22:07:32 [INFO]: Modifying windows service: BTAGService, Start: Disabled
    2021-11-16T22:07:33 [INFO]: Modifying windows service: bthserv, Start: Disabled
    2021-11-16T22:07:34 [INFO]: Modifying windows service: CaptureService, Start: Disabled
    2021-11-16T22:07:35 [INFO]: Modifying windows service: cdfs, Start: Disabled
    2021-11-16T22:07:36 [INFO]: Modifying windows service: CDPSvc, Start: Disabled
    2021-11-16T22:07:37 [INFO]: Modifying windows service: CDPSvc, Start: Disabled
    2021-11-16T22:07:38 [INFO]: Modifying windows service: CDPUserSvc, Start: Disabled
    2021-11-16T22:07:39 [INFO]: Modifying windows service: CscService, Start: Disabled
    2021-11-16T22:07:40 [INFO]: Modifying windows service: DevicePickerUserSvc, Start: Disabled
    2021-11-16T22:07:41 [INFO]: Modifying windows service: diagnosticshub.standardcollector.service, Start: Disabled
    2021-11-16T22:07:42 [INFO]: Modifying windows service: diagsvc, Start: Disabled
    2021-11-16T22:07:43 [INFO]: Modifying windows service: DiagTrack, Start: Disabled
    2021-11-16T22:07:44 [INFO]: Modifying windows service: DoSvc, Start: Disabled
    2021-11-16T22:07:45 [INFO]: Modifying windows service: DsSvc, Start: Disabled
    2021-11-16T22:07:46 [INFO]: Modifying windows service: DusmSvc, Start: Disabled
    2021-11-16T22:07:47 [INFO]: Modifying windows service: FrameServer, Start: Disabled
    2021-11-16T22:07:48 [INFO]: Modifying windows service: HvHost, Start: Disabled
    2021-11-16T22:07:49 [INFO]: Modifying windows service: hvservice, Start: Disabled
    2021-11-16T22:07:50 [INFO]: Modifying windows service: icssvc, Start: Disabled
    2021-11-16T22:07:51 [INFO]: Modifying windows service: iphlpsvc, Start: Disabled
    2021-11-16T22:07:52 [INFO]: Modifying windows service: lfsvc, Start: Disabled
    2021-11-16T22:07:53 [INFO]: Modifying windows service: MapsBroker, Start: Disabled
    2021-11-16T22:07:54 [INFO]: Modifying windows service: MessagingService, Start: Disabled
    2021-11-16T22:07:55 [INFO]: Modifying windows service: MixedRealityOpenXRSvc, Start: Disabled
    2021-11-16T22:07:56 [INFO]: Modifying windows service: mrxsmb, Start: Disabled
    2021-11-16T22:07:57 [INFO]: Modifying windows service: NativeWifiP, Start: Disabled
    2021-11-16T22:07:58 [INFO]: Modifying windows service: NcaSvc, Start: Disabled
    2021-11-16T22:07:59 [INFO]: Modifying windows service: NcbService, Start: Disabled
    2021-11-16T22:08:00 [INFO]: Modifying windows service: NdisTapi, Start: Disabled
    2021-11-16T22:08:02 [INFO]: Modifying windows service: ndiswanlegacy, Start: Disabled
    2021-11-16T22:08:03 [INFO]: Modifying windows service: PcaSvc, Start: Disabled
    2021-11-16T22:08:04 [INFO]: Modifying windows service: PeerDistSvc, Start: Disabled
    2021-11-16T22:08:05 [INFO]: Modifying windows service: perceptionsimulation, Start: Disabled
    2021-11-16T22:08:06 [INFO]: Modifying windows service: PhoneSvc, Start: Disabled
    2021-11-16T22:08:07 [INFO]: Modifying windows service: PimIndexMaintenanceSvc, Start: Disabled
    2021-11-16T22:08:08 [INFO]: Modifying windows service: RasAcd, Start: Disabled
    2021-11-16T22:08:09 [INFO]: Modifying windows service: RasAuto, Start: Disabled
    2021-11-16T22:08:10 [INFO]: Modifying windows service: RasMan, Start: Disabled
    2021-11-16T22:08:11 [INFO]: Modifying windows service: RDPDR, Start: Disabled
    2021-11-16T22:08:12 [INFO]: Modifying windows service: RdpVideoMiniport, Start: Disabled
    2021-11-16T22:08:13 [INFO]: Modifying windows service: RemoteAccess, Start: Disabled
    2021-11-16T22:08:14 [INFO]: Modifying windows service: RemoteRegistry, Start: Disabled
    2021-11-16T22:08:15 [INFO]: Modifying windows service: RetailDemo, Start: Disabled
    2021-11-16T22:08:16 [INFO]: Modifying windows service: RmSvc, Start: Disabled
    2021-11-16T22:08:17 [INFO]: Modifying windows service: RpcLocator, Start: Disabled
    2021-11-16T22:08:18 [INFO]: Modifying windows service: SCardSvr, Start: Disabled
    2021-11-16T22:08:19 [INFO]: Modifying windows service: ScDeviceEnum, Start: Disabled
    2021-11-16T22:08:20 [INFO]: Modifying windows service: scfilter, Start: Disabled
    2021-11-16T22:08:21 [INFO]: Modifying windows service: SCPolicySvc, Start: Disabled
    2021-11-16T22:08:22 [INFO]: Modifying windows service: SDRSVC, Start: Disabled
    2021-11-16T22:08:23 [INFO]: Modifying windows service: SecurityHealthService, Start: Disabled
    2021-11-16T22:08:24 [INFO]: Modifying windows service: SEMgrSvc, Start: Disabled
    2021-11-16T22:08:25 [INFO]: Modifying windows service: Sense, Start: Disabled
    2021-11-16T22:08:26 [INFO]: Modifying windows service: SensorDataService, Start: Disabled
    2021-11-16T22:08:27 [INFO]: Modifying windows service: SensorService, Start: Disabled
    2021-11-16T22:08:28 [INFO]: Modifying windows service: SensrSvc, Start: Disabled
    2021-11-16T22:08:29 [INFO]: Modifying windows service: SessionEnv, Start: Disabled
    2021-11-16T22:08:30 [INFO]: Modifying windows service: SgrmBroker, Start: Disabled
    2021-11-16T22:08:31 [INFO]: Modifying windows service: SharedAccess, Start: Disabled
    2021-11-16T22:08:32 [INFO]: Modifying windows service: SharedRealitySvc, Start: Disabled
    2021-11-16T22:08:33 [INFO]: Modifying windows service: shpamsvc, Start: Disabled
    2021-11-16T22:08:34 [INFO]: Modifying windows service: SmsRouter, Start: Disabled
    2021-11-16T22:08:35 [INFO]: Modifying windows service: SNMPTRAP, Start: Disabled
    2021-11-16T22:08:36 [INFO]: Modifying windows service: spectrum, Start: Disabled
    2021-11-16T22:08:37 [INFO]: Modifying windows service: SSDPSRV, Start: Disabled
    2021-11-16T22:08:38 [INFO]: Modifying windows service: stisvc, Start: Disabled
    2021-11-16T22:08:39 [INFO]: Modifying windows service: SysMain, Start: Disabled
    2021-11-16T22:08:40 [INFO]: Modifying windows service: TabletInputService, Start: Disabled
    2021-11-16T22:08:41 [INFO]: Modifying windows service: TermService, Start: Disabled
    2021-11-16T22:08:42 [INFO]: Modifying windows service: TroubleshootingSvc, Start: Disabled
    2021-11-16T22:08:43 [INFO]: Modifying windows service: TsUsbFlt, Start: Disabled
    2021-11-16T22:08:44 [INFO]: Modifying windows service: tzautoupdate, Start: Disabled
    2021-11-16T22:08:46 [INFO]: Modifying windows service: udfs, Start: Disabled
    2021-11-16T22:08:47 [INFO]: Modifying windows service: UdkUserSvc, Start: Disabled
    2021-11-16T22:08:48 [INFO]: Modifying windows service: UevAgentDriver, Start: Disabled
    2021-11-16T22:08:49 [INFO]: Modifying windows service: UevAgentService, Start: Disabled
    2021-11-16T22:08:50 [INFO]: Modifying windows service: UmRdpService, Start: Disabled
    2021-11-16T22:08:51 [INFO]: Modifying windows service: UnistoreSvc, Start: Disabled
    2021-11-16T22:08:52 [INFO]: Modifying windows service: upnphost, Start: Disabled
    2021-11-16T22:08:53 [INFO]: Modifying windows service: VacSvc, Start: Disabled
    2021-11-16T22:08:54 [INFO]: Modifying windows service: VerifierExt, Start: Disabled
    2021-11-16T22:08:55 [INFO]: Modifying windows service: vmicguestinterface, Start: Disabled
    2021-11-16T22:08:56 [INFO]: Modifying windows service: vmicheartbeat, Start: Disabled
    2021-11-16T22:08:57 [INFO]: Modifying windows service: vmickvpexchange, Start: Disabled
    2021-11-16T22:08:58 [INFO]: Modifying windows service: vmicrdv, Start: Disabled
    2021-11-16T22:08:59 [INFO]: Modifying windows service: vmicshutdown, Start: Disabled
    2021-11-16T22:09:00 [INFO]: Modifying windows service: vmictimesync, Start: Disabled
    2021-11-16T22:09:01 [INFO]: Modifying windows service: vmicvmsession, Start: Disabled
    2021-11-16T22:09:02 [INFO]: Modifying windows service: vmicvss, Start: Disabled
    2021-11-16T22:09:03 [INFO]: Modifying windows service: W32Time, Start: Disabled
    2021-11-16T22:09:04 [INFO]: Modifying windows service: WalletService, Start: Disabled
    2021-11-16T22:09:05 [INFO]: Modifying windows service: wbengine, Start: Disabled
    2021-11-16T22:09:06 [INFO]: Modifying windows service: WbioSrvc, Start: Disabled
    2021-11-16T22:09:07 [INFO]: Modifying windows service: WdNisDrv, Start: Disabled
    2021-11-16T22:09:08 [INFO]: Modifying windows service: WdNisSvc, Start: Disabled
    2021-11-16T22:09:09 [INFO]: Modifying windows service: Wecsvc, Start: Disabled
    2021-11-16T22:09:10 [INFO]: Modifying windows service: wercplsupport, Start: Disabled
    2021-11-16T22:09:11 [INFO]: Modifying windows service: WerSvc, Start: Disabled
    2021-11-16T22:09:12 [INFO]: Modifying windows service: WFDSConMgrSvc, Start: Disabled
    2021-11-16T22:09:13 [INFO]: Modifying windows service: WiaRpc, Start: Disabled
    2021-11-16T22:09:15 [INFO]: Modifying windows service: WinRM, Start: Disabled
    2021-11-16T22:09:16 [INFO]: Modifying windows service: wisvc, Start: Disabled
    2021-11-16T22:09:17 [INFO]: Modifying windows service: WlanSvc, Start: Disabled
    2021-11-16T22:09:18 [INFO]: Modifying windows service: WMPNetworkSvc, Start: Disabled
    2021-11-16T22:09:19 [INFO]: Modifying windows service: WpcMonSvc, Start: Disabled
    2021-11-16T22:09:20 [INFO]: Modifying windows service: ws2ifsl, Start: Disabled
    2021-11-16T22:09:21 [INFO]: Modifying windows service: WSearch, Start: Disabled
    2021-11-16T22:09:22 [INFO]: Modifying windows service: WwanSvc, Start: Disabled
    2021-11-16T22:09:23 [INFO]: Modifying windows service: XblGameSave, Start: Disabled
    2021-11-16T22:09:24 [INFO]: Modifying windows service: XboxGipSvc, Start: Disabled
    2021-11-16T22:09:25 [INFO]: Modifying windows service: XboxNetApiSvc, Start: Disabled
    2021-11-16T22:09:26 [INFO]: Setting delivery optimization to bypass mode
    2021-11-16T22:09:31 [INFO]: Integrating the Win32 Calculator.
    2021-11-16T22:09:35 [INFO]: Applying Optimized Registry Settings.
    2021-11-16T22:09:55 [INFO]: Importing Registry Template: Additional Tweaks.reg
    2021-11-16T22:10:01 [INFO]: Cleaning-up the Start Menu Layout.
    2021-11-16T22:10:05 [INFO]: Enabling dormant OneDrive fix
    2021-11-16T22:10:10 [INFO]: Post-Optimization Image Health State: [Healthy]
    2021-11-16T22:10:13 [INFO]: Saving and Dismounting Windows 11 Enterprise
    2021-11-16T22:11:46 [INFO]: Rebuilding and Exporting Windows 11 Enterprise using Maximum compression.
    2021-11-16T22:12:03 [INFO]: Finalizing Optimizations.
    2021-11-16T22:12:03 [INFO]: Optimize-Offline completed in [14] minutes with [0] errors.
    
    ***************************************************************************************************
    Optimizations Finalized : 11/16/2021 10:12:03 PM
    ***************************************************************************************************
    
     
  9. Dgk

    Dgk MDL Member

    Jan 18, 2020
    145
    52
    10
    @drew84 can you test interactive mode where WindowApps set to "Select"?
     
  10. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,396
    2,376
    60
  11. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    729
    275
    30
    well after reading i found out why i was a bit confused.. this isnt a debloater script that i can run when windows its already installed. this script is like msmg toolkit. that needs to be used with ISO. am i right,? am looking for a script i can run after w10 is already running on the PC. ive seen several so dont know wich might be better.
     
  12. phazer11

    phazer11 MDL Novice

    Jan 20, 2017
    36
    6
    0
    Ok. Think I've worked around my issue. Tried a different machine. Anyways now I get this error which only shows in the log when the iso is made.
    Code:
    Index     : 0
    Exception : Cannot bind argument to parameter 'Path' because it is null.
    Category  : InvalidData: (:) [Resolve-FullPath], ParameterBindingValidationException
    ErrorID   : ParameterArgumentValidationErrorNullNotAllowed,Resolve-FullPath
    Target    :
    Command   : [IO.File]::WriteAllText((GetPath -Path $EdgeAppPath.FullName -Child master_preferences), (@'
    Script    : E:\OO\Optimize-Offline.psm1
    Line      : 1712
    Column    : 44
    
    Obviously something to do with Edge, and seems to be related to where Edge is located meaning it can't find it?
     
  13. whitestar_999

    whitestar_999 MDL Addicted

    Dec 9, 2011
    737
    328
    30
    Yes virtualbox & there is also VMware Workstation Player, both of them are free for personal use.
     
  14. Dgk

    Dgk MDL Member

    Jan 18, 2020
    145
    52
    10
    So the log from you above seems like was just `echo` message and not actual removal.
    But there ARE windows app that come with LTSC that's the thing
     
  15. yasei

    yasei MDL Novice

    Oct 9, 2020
    1
    0
    0
    How to change which registry tweaks are applied by default?
     
  16. gdeliana

    gdeliana MDL Senior Member

    Oct 2, 2010
    365
    428
    10
    Hello guys,

    Sorry for my inactivity, have been busy with life and work stuff :)
    I see new things going around here, and would like to ask you what is it that you would like to be added to the project.

    I saw the TI script of @spanishfly . Is this supposed to correct admin rights while running the OO script?

    @KedarWolf I think i will try to integrate the new method of the store into the script.

    Thanks everyone for the great support :)