From aa6c56671ab864ad7a2faac75f4081cad283eb8a Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Fri, 3 Nov 2023 08:18:29 +0000 Subject: [PATCH] feat: disabled drivers refactor --- src/playbook/Configuration/atlas/services.yml | 56 ++++++++++--------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/src/playbook/Configuration/atlas/services.yml b/src/playbook/Configuration/atlas/services.yml index bd6b1f6128..6b4049d24e 100644 --- a/src/playbook/Configuration/atlas/services.yml +++ b/src/playbook/Configuration/atlas/services.yml @@ -44,8 +44,9 @@ actions: # Set to manual from automatic # Might not be all too beneficial, as services starting and always being ready is probably ideal - - !service: {name: 'CryptSvc', operation: change, startup: 3} - - !service: {name: 'sppsvc', operation: change, startup: 3} + # Commented as these will be automatic for a reason - sppsvc is needed for things like Store & activation + # - !service: {name: 'CryptSvc', operation: change, startup: 3} + # - !service: {name: 'sppsvc', operation: change, startup: 3} # These services are commented as they're manual # They will only be uncommented once there's a proven benefit @@ -89,41 +90,40 @@ actions: # ------------------------- Drivers ------------------------ - - !service: {name: '3ware', operation: change, startup: 4} - - !service: {name: 'ADP80XX', operation: change, startup: 4} - - !service: {name: 'AmdK8', operation: change, startup: 4} - - !service: {name: 'arcsas', operation: change, startup: 4} - - !service: {name: 'AsyncMac', operation: change, startup: 4} - - !service: {name: 'bam', operation: change, startup: 4} - !service: {name: 'Beep', operation: change, startup: 4} - !service: {name: 'bindflt', operation: change, startup: 4} - - !service: {name: 'buttonconverter', operation: change, startup: 4} - - !service: {name: 'CAD', operation: change, startup: 4} - - !service: {name: 'cdfs', operation: change, startup: 4} - !service: {name: 'CimFS', operation: change, startup: 4} - - !service: {name: 'circlass', operation: change, startup: 4} - - !service: {name: 'cnghwassist', operation: change, startup: 4} - - !service: {name: 'CompositeBus', operation: change, startup: 4} - - !service: {name: 'dam', operation: change, startup: 4} - !service: {name: 'Dfsc', operation: change, startup: 4} - - !service: {name: 'ErrDev', operation: change, startup: 4} - - !service: {name: 'fdc', operation: change, startup: 4} - - !service: {name: 'flpydisk', operation: change, startup: 4} - !service: {name: 'GpuEnergyDrv', operation: change, startup: 4} - !service: {name: 'NetBT', operation: change, startup: 4} - - !service: {name: 'nvraid', operation: change, startup: 4} - - !service: {name: 'sfloppy', operation: change, startup: 4} - - !service: {name: 'SiSRaid2', operation: change, startup: 4} - - !service: {name: 'SiSRaid4', operation: change, startup: 4} - !service: {name: 'tcpipreg', operation: change, startup: 4} - !service: {name: 'Telemetry', operation: change, startup: 4} - - !service: {name: 'udfs', operation: change, startup: 4} - - !service: {name: 'VerifierExt', operation: change, startup: 4} - - !service: {name: 'vsmraid', operation: change, startup: 4} - - !service: {name: 'VSTXRAID', operation: change, startup: 4} - - !service: {name: 'wcnfs', operation: change, startup: 4} - !service: {name: 'WindowsTrustedRTProxy', operation: change, startup: 4} + # These drivers are commented as they're manual + # They will only be uncommented once there's a proven benefit + # - !service: {name: 'flpydisk', operation: change, startup: 4} + # - !service: {name: 'dam', operation: change, startup: 4} + # - !service: {name: '3ware', operation: change, startup: 4} + # - !service: {name: 'ADP80XX', operation: change, startup: 4} + # - !service: {name: 'AmdK8', operation: change, startup: 4} + # - !service: {name: 'arcsas', operation: change, startup: 4} + # - !service: {name: 'AsyncMac', operation: change, startup: 4} + # - !service: {name: 'buttonconverter', operation: change, startup: 4} + # - !service: {name: 'CAD', operation: change, startup: 4} + # - !service: {name: 'nvraid', operation: change, startup: 4} + # - !service: {name: 'sfloppy', operation: change, startup: 4} + # - !service: {name: 'SiSRaid2', operation: change, startup: 4} + # - !service: {name: 'SiSRaid4', operation: change, startup: 4} + # - !service: {name: 'VerifierExt', operation: change, startup: 4} + # - !service: {name: 'vsmraid', operation: change, startup: 4} + # - !service: {name: 'VSTXRAID', operation: change, startup: 4} + # - !service: {name: 'ErrDev', operation: change, startup: 4} + # - !service: {name: 'fdc', operation: change, startup: 4} + # - !service: {name: 'circlass', operation: change, startup: 4} + # - !service: {name: 'CompositeBus', operation: change, startup: 4} + # - !service: {name: 'wcnfs', operation: change, startup: 4} + # rdbss 3 < Commented as we're not sure if it functions normally set to manual # FileInfo 4 < Breaks installing Microsoft Store applications to different disk # FileCrypt 4 < Breaks installing Microsoft Store applications to different disk @@ -132,5 +132,7 @@ actions: # umbus 4 < breaks Hyper-V Enhanced Session # volmgrx 4 < breaks dynamic disks # wcifs 4 < breaks various Microsoft Store games, erroring with "filter not found" + # bam 4 < stopped by default, needed for modern standby + # dam 4 < stopped by default, needed for modern standby # ----------------------- Drivers END ----------------------