Skip to content

Commit

Permalink
add services.yml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jun 1, 2024
1 parent 0540243 commit c684c50
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/playbook/Configuration/atlas/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@ actions:
## SCRIPTS ##
##############################################################################################

- !writeStatus: {status: 'Disabling Printing', option: 'disable-printing'}
- !cmd:
command: '"AtlasDesktop\3. General Configuration\Printing\Disable Printing.cmd" /silent'
option: 'disable-printing'
exeDir: true
wait: true
- !writeStatus: {status: 'Disabling Bluetooth', option: 'disable-bluetooth'}
- !cmd:
command: '"AtlasDesktop\3. General Configuration\Bluetooth\Disable Bluetooth.cmd" /silent'
option: 'disable-bluetooth'
exeDir: true
wait: true
- !writeStatus: {status: 'Disabling File Sharing'}
- !powerShell:
command: '.\AtlasModules\Scripts\ScriptWrappers\DisableFileSharing.ps1 -Silent'
Expand Down Expand Up @@ -69,7 +57,7 @@ actions:

- !writeStatus: {status: 'Configuring drivers'}

# NetBios support can be enabled with the file sharing script
- !service: {name: 'GpuEnergyDrv', operation: change, startup: 4}
# NetBios support can be enabled with the file sharing script
- !service: {name: 'NetBT', operation: change, startup: 4}
- !service: {name: 'Telemetry', operation: change, startup: 4}

0 comments on commit c684c50

Please sign in to comment.