Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
the-zphr authored Oct 29, 2023
1 parent 3d40c10 commit 546424e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 21 deletions.
10 changes: 6 additions & 4 deletions src/playbook/Configuration/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ description: Runs all of the playbook files
privilege: TrustedInstaller
actions: []
tasks:
# Remove KProcessHacker2 to prevent conflicts with the Microsoft Vulnerable Driver Blocklist and Memory Integrity
- alatas\kill-kph.yml
# Configure PowerShell first so that other PowerShell scripts work
- tweaks\qol\config-powershell.yml
- atlas\start.yml
- atlas\services.yml
- atlas\components.yml
- atlas\appx.yml
- alatas\start.yml
- alatas\services.yml
- alatas\components.yml
- alatas\appx.yml
- tweaks.yml
21 changes: 4 additions & 17 deletions src/playbook/Configuration/tweaks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Tweaks Root Playbook File
description: Runs all of the Atlas playbook tweaks
description: Runs all of the Alatas playbook tweaks
privilege: TrustedInstaller
actions: []
tasks:
Expand Down Expand Up @@ -62,7 +62,6 @@ tasks:
- tweaks\performance\extend-cache.yml
- tweaks\performance\no-search-invalid-shortcuts.yml
- tweaks\performance\disable-fth.yml
- tweaks\performance\disable-hags.yml
- tweaks\performance\disable-sleep-study.yml

# -------------------------------------------------------------------------- #
Expand Down Expand Up @@ -163,13 +162,12 @@ tasks:
- tweaks\qol\visual-effects.yml
- tweaks\qol\disable-tips.yml
- tweaks\qol\disable-consumer-expierences.yml
- tweaks\qol\set-hidden-settings-pages.yml

# -------------------------------------------------------------------------- #
# qol\appearance #
# -------------------------------------------------------------------------- #
- tweaks\qol\appearance\blue-tooltips.yml
- tweaks\qol\appearance\atlas-theme.yml
- tweaks\qol\appearance\alatas-theme.yml
- tweaks\qol\appearance\disallow-theme-changes.yml

# -------------------------------------------------------------------------- #
Expand Down Expand Up @@ -212,9 +210,6 @@ tasks:
- tweaks\qol\explorer\show-files.yml
- tweaks\qol\explorer\add-music-vids-to-home.yml
- tweaks\qol\explorer\classic-search.yml
- tweaks\qol\explorer\dont-show-office-files.yml
- tweaks\qol\explorer\use-compact-mode.yml
- tweaks\qol\explorer\disable-gallery.yml

# -------------------------------------------------------------------------- #
# qol\explorer\add-context-menus #
Expand Down Expand Up @@ -258,10 +253,6 @@ tasks:
- tweaks\qol\shell\disable-network-location-wizard.yml
- tweaks\qol\shell\disable-shared-experiences.yml
- tweaks\qol\shell\legacy-alt-tab.yml
- tweaks\qol\shell\set-unpinned-notification-items.yml
- tweaks\qol\shell\restore-old-context-menu.yml
- tweaks\qol\shell\show-more-pins.yml
- tweaks\qol\shell\no-recommendations-start-menu.yml

# -------------------------------------------------------------------------- #
# qol\startup-shutdown #
Expand All @@ -288,10 +279,6 @@ tasks:
- tweaks\qol\taskbar\hide-meet-now.yml
- tweaks\qol\taskbar\hide-task-view.yml
- tweaks\qol\taskbar\config-pins.yml
- tweaks\qol\taskbar\disable-copilot.yml
- tweaks\qol\taskbar\disable-windows-chat.yml
- tweaks\qol\taskbar\set-to-left.yml
- tweaks\qol\taskbar\end-task.yml

# -----------------------------------------------------
# Security
Expand Down Expand Up @@ -338,6 +325,7 @@ tasks:
- tweaks\scripts\script-file-associations.yml
- tweaks\scripts\script-core-isolation.yml
- tweaks\scripts\script-mitigations.yml
- tweaks\scripts\script-win11.yml
- tweaks\scripts\script-devices.yml
- tweaks\scripts\script-pfp.yml
- tweaks\scripts\script-power.yml
Expand All @@ -362,5 +350,4 @@ tasks:
- tweaks\misc\oem-information.yml
- tweaks\misc\rebuild-perf-counters.yml
- tweaks\misc\restore-default-sleep-timeout.yml
- tweaks\misc\make-shortcuts.yml
- tweaks\misc\delete-version-specific-files.yml
- tweaks\misc\make-shortcuts.yml

0 comments on commit 546424e

Please sign in to comment.