Skip to content

Commit

Permalink
fix(Edge Remover): taskbar pin
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Aug 2, 2023
1 parent 616df60 commit e9cc70a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/playbook/Configuration/atlas/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ actions:

# ----------------------- END NOTES ----------------------- #

- !taskKill: {name: 'explorer'}

# ---------- Windows Defender
- !writeStatus: {status: 'Removing Windows Defender'}
- !taskKill: {name: 'NisSrv'}
Expand Down Expand Up @@ -288,8 +286,6 @@ actions:
- !file:
path: 'C:\Program Files\PCHealthCheck'

- !run: {exe: 'explorer.exe', wait: false}

# This could be done in config.yml, however on the off-chance that
# the Playbook fails or the system shuts down, we want the users converted
# before potentially making any MS Accounts inoperable in packages.yml.
Expand Down
2 changes: 1 addition & 1 deletion src/playbook/Configuration/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ features:
- tweaks\qol\config-powershell.yml
- atlas\start.yml
- atlas\services.yml
- atlas\appx.yml
- atlas\components.yml
- atlas\appx.yml
- atlas\packages.yml
- tweaks.yml

0 comments on commit e9cc70a

Please sign in to comment.