diff --git a/src/playbook/Configuration/tweaks/misc/delete-windows-specific-files.yml b/src/playbook/Configuration/tweaks/misc/delete-windows-specific-files.yml index 9070669299..2411ceae45 100644 --- a/src/playbook/Configuration/tweaks/misc/delete-windows-specific-files.yml +++ b/src/playbook/Configuration/tweaks/misc/delete-windows-specific-files.yml @@ -5,7 +5,7 @@ actions: # Delete files exclusive to Windows 11 - !file: {path: '%windir%\AtlasDesktop\3. General Configuration\Background Apps', builds: [ '<22000' ]} - !file: {path: '%windir%\AtlasModules\Tools\TimerResolution.exe', builds: [ '<22000' ]} - - !file: {path: '%windir%\AtlasDesktop\3. General Configuration\Power\Timer Resolution', builds: [ '<22000' ]} + - !file: {path: '%windir%\AtlasDesktop\3. General Configuration\Timer Resolution', builds: [ '<22000' ]} - !file: {path: '%windir%\AtlasDesktop\4. Interface Tweaks\File Explorer Customization\Compact View', builds: [ '<22000' ]} - !file: {path: '%windir%\AtlasDesktop\4. Interface Tweaks\File Explorer Customization\Gallery', builds: [ '<22000' ]} - !file: {path: '%windir%\AtlasDesktop\4. Interface Tweaks\Context Menu\Windows 11', builds: [ '<22000' ]} diff --git a/src/playbook/Configuration/tweaks/qol/windows-update/disable-auto-updates.yml b/src/playbook/Configuration/tweaks/qol/windows-update/disable-auto-updates.yml index 95e96fcd44..cb2dd267bb 100644 --- a/src/playbook/Configuration/tweaks/qol/windows-update/disable-auto-updates.yml +++ b/src/playbook/Configuration/tweaks/qol/windows-update/disable-auto-updates.yml @@ -4,7 +4,7 @@ description: Disables Windows Update from automatically updating Windows for QoL actions: # Disable auto-updates - !cmd: - command: 'reg import "AtlasDesktop\3. General Configuration\Windows Update\Automatic Updates\Disable Automatic Updates (default).reg"' + command: 'reg import "AtlasDesktop\3. General Configuration\Automatic Updates\Disable Automatic Updates (default).reg"' exeDir: true wait: true option: 'auto-updates-disable' diff --git a/src/playbook/Configuration/tweaks/scripts/script-power.yml b/src/playbook/Configuration/tweaks/scripts/script-power.yml index d1293e9896..dfe7d6094d 100644 --- a/src/playbook/Configuration/tweaks/scripts/script-power.yml +++ b/src/playbook/Configuration/tweaks/scripts/script-power.yml @@ -4,7 +4,7 @@ description: Executes script to configure power settings for the best performanc actions: # Disable power saving features - !cmd: - command: '"AtlasDesktop\3. General Configuration\Power\Power-saving\Disable Power-saving.cmd" -Silent' + command: '"AtlasDesktop\3. General Configuration\Power-saving\Disable Power-saving.cmd" -Silent' exeDir: true wait: true weight: 20 @@ -20,7 +20,7 @@ actions: # Disable Hibernation # Disabling makes NTFS accessible outside of Windows - !cmd: - command: '"AtlasDesktop\3. General Configuration\Power\Hibernation\Disable Hibernation (default).cmd" /silent' + command: '"AtlasDesktop\3. General Configuration\Hibernation\Disable Hibernation (default).cmd" /silent' exeDir: true wait: true weight: 20 diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Windows Update/Automatic Updates/Disable Automatic Updates (default).reg b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Automatic Updates/Disable Automatic Updates (default).reg similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Windows Update/Automatic Updates/Disable Automatic Updates (default).reg rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Automatic Updates/Disable Automatic Updates (default).reg diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Windows Update/Automatic Updates/Enable Automatic Updates.reg b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Automatic Updates/Enable Automatic Updates.reg similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Windows Update/Automatic Updates/Enable Automatic Updates.reg rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Automatic Updates/Enable Automatic Updates.reg diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/CPU Idle/Desktop Context Menu/Add Idle Toggle in Desktop Context Menu.reg b/src/playbook/Executables/AtlasDesktop/3. General Configuration/CPU Idle/Desktop Context Menu/Add Idle Toggle in Desktop Context Menu.reg similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/CPU Idle/Desktop Context Menu/Add Idle Toggle in Desktop Context Menu.reg rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/CPU Idle/Desktop Context Menu/Add Idle Toggle in Desktop Context Menu.reg diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/CPU Idle/Desktop Context Menu/Remove Idle Toggle in Desktop Context Menu (default).reg b/src/playbook/Executables/AtlasDesktop/3. General Configuration/CPU Idle/Desktop Context Menu/Remove Idle Toggle in Desktop Context Menu (default).reg similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/CPU Idle/Desktop Context Menu/Remove Idle Toggle in Desktop Context Menu (default).reg rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/CPU Idle/Desktop Context Menu/Remove Idle Toggle in Desktop Context Menu (default).reg diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/CPU Idle/Disable Idle.cmd b/src/playbook/Executables/AtlasDesktop/3. General Configuration/CPU Idle/Disable Idle.cmd similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/CPU Idle/Disable Idle.cmd rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/CPU Idle/Disable Idle.cmd diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/CPU Idle/Enable Idle (default).cmd b/src/playbook/Executables/AtlasDesktop/3. General Configuration/CPU Idle/Enable Idle (default).cmd similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/CPU Idle/Enable Idle (default).cmd rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/CPU Idle/Enable Idle (default).cmd diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Windows Update/Delivery Optimization/Disable Delivery Optimization (default).reg b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Delivery Optimization/Disable Delivery Optimization (default).reg similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Windows Update/Delivery Optimization/Disable Delivery Optimization (default).reg rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Delivery Optimization/Disable Delivery Optimization (default).reg diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Windows Update/Delivery Optimization/Enable Delivery Optimization.reg b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Delivery Optimization/Enable Delivery Optimization.reg similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Windows Update/Delivery Optimization/Enable Delivery Optimization.reg rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Delivery Optimization/Enable Delivery Optimization.reg diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Hibernation/Disable Hibernation (default).cmd b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Hibernation/Disable Hibernation (default).cmd similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Hibernation/Disable Hibernation (default).cmd rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Hibernation/Disable Hibernation (default).cmd diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Hibernation/Enable Hibernation.cmd b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Hibernation/Enable Hibernation.cmd similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Hibernation/Enable Hibernation.cmd rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Hibernation/Enable Hibernation.cmd diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Power-saving/Default Power-saving.cmd b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power-saving/Default Power-saving.cmd similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Power-saving/Default Power-saving.cmd rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Power-saving/Default Power-saving.cmd diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Power-saving/Disable Power-saving.cmd b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power-saving/Disable Power-saving.cmd similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Power-saving/Disable Power-saving.cmd rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Power-saving/Disable Power-saving.cmd diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Sleep Study/Disable Sleep Study (default).cmd b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Sleep Study/Disable Sleep Study (default).cmd similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Sleep Study/Disable Sleep Study (default).cmd rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Sleep Study/Disable Sleep Study (default).cmd diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Sleep Study/Enable Sleep Study.cmd b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Sleep Study/Enable Sleep Study.cmd similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Sleep Study/Enable Sleep Study.cmd rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Sleep Study/Enable Sleep Study.cmd diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Sleep/Disable Sleep.cmd b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Sleep/Disable Sleep.cmd similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Sleep/Disable Sleep.cmd rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Sleep/Disable Sleep.cmd diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Sleep/Enable Sleep (default).cmd b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Sleep/Enable Sleep (default).cmd similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Sleep/Enable Sleep (default).cmd rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Sleep/Enable Sleep (default).cmd diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Timer Resolution/! Documentation.url b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Timer Resolution/! Documentation.url similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Timer Resolution/! Documentation.url rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Timer Resolution/! Documentation.url diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Timer Resolution/! MeasureSleep.exe b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Timer Resolution/! MeasureSleep.exe similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Timer Resolution/! MeasureSleep.exe rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Timer Resolution/! MeasureSleep.exe diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Timer Resolution/Disable timer resolution (default).cmd b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Timer Resolution/Disable timer resolution (default).cmd similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Timer Resolution/Disable timer resolution (default).cmd rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Timer Resolution/Disable timer resolution (default).cmd diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Timer Resolution/Enable timer resolution.cmd b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Timer Resolution/Enable timer resolution.cmd similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Power/Timer Resolution/Enable timer resolution.cmd rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Timer Resolution/Enable timer resolution.cmd diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Windows Update/Update Notifications/Disable Update Notifications.reg b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Update Notifications/Disable Update Notifications.reg similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Windows Update/Update Notifications/Disable Update Notifications.reg rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Update Notifications/Disable Update Notifications.reg diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Windows Update/Update Notifications/Enable Update Notifications (default).reg b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Update Notifications/Enable Update Notifications (default).reg similarity index 100% rename from src/playbook/Executables/AtlasDesktop/3. General Configuration/Windows Update/Update Notifications/Enable Update Notifications (default).reg rename to src/playbook/Executables/AtlasDesktop/3. General Configuration/Update Notifications/Enable Update Notifications (default).reg