From c684c504cf43d23d8c54b2fd861c27398799f579 Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Sat, 1 Jun 2024 20:11:46 +0100 Subject: [PATCH] add services.yml changes --- src/playbook/Configuration/atlas/services.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/playbook/Configuration/atlas/services.yml b/src/playbook/Configuration/atlas/services.yml index dac2544019..c11caa3f6b 100644 --- a/src/playbook/Configuration/atlas/services.yml +++ b/src/playbook/Configuration/atlas/services.yml @@ -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' @@ -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}