Skip to content

Commit

Permalink
feat: disabled drivers refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Nov 3, 2023
1 parent 26cb319 commit aa6c566
Showing 1 changed file with 29 additions and 27 deletions.
56 changes: 29 additions & 27 deletions src/playbook/Configuration/atlas/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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 ----------------------

0 comments on commit aa6c566

Please sign in to comment.