diff --git a/src/playbook/Configuration/tweaks.yml b/src/playbook/Configuration/tweaks.yml index aff5e36625..1fff681e21 100644 --- a/src/playbook/Configuration/tweaks.yml +++ b/src/playbook/Configuration/tweaks.yml @@ -58,7 +58,6 @@ actions: # -------------------------------------------------------------------------- # # performance\system # # -------------------------------------------------------------------------- # - - !task: {path: 'tweaks\performance\system\config-boot-config.yml'} # Disabled as there's no evidence it helps (likely placebo) # - !task: {path: 'tweaks\performance\system\disable-paging.yml'} - !task: {path: 'tweaks\performance\system\optimize-ntfs.yml'} @@ -146,6 +145,7 @@ actions: # with modifying the graphical user interface (GUI). # ----------------------------------------------------- - !writeStatus: {status: 'Running QoL tweaks'} + - !task: {path: 'tweaks\performance\system\bcdedit-tweaks.yml'} - !task: {path: 'tweaks\qol\best-wallpaper-quality.yml'} - !task: {path: 'tweaks\qol\config-start-menu.yml'} - !task: {path: 'tweaks\qol\config-windows-ink-workspace.yml'} diff --git a/src/playbook/Configuration/tweaks/performance/system/config-boot-config.yml b/src/playbook/Configuration/tweaks/qol/bcdedit-tweaks.yml similarity index 100% rename from src/playbook/Configuration/tweaks/performance/system/config-boot-config.yml rename to src/playbook/Configuration/tweaks/qol/bcdedit-tweaks.yml