Skip to content

Commit

Permalink
feat(general conf): move folders out of sub-folders
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jun 12, 2024
1 parent f59dd2e commit cfc5a06
Show file tree
Hide file tree
Showing 25 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions src/playbook/Configuration/tweaks/scripts/script-power.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cfc5a06

Please sign in to comment.