Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Atlas-OS/Atlas into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Oct 20, 2023
2 parents 83d083e + 99906e7 commit 1c48d7f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/playbook/Configuration/tweaks/qol/config-start-menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ actions:
value: 'HideRecentlyAddedApps'
data: '1'
type: REG_DWORD
- !registryValue:
path: 'HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer'
value: 'HideRecommendedPersonalizedSites'
data: '1'
type: REG_DWORD

- !run:
exeDir: true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore]
"DisableSR"=dword:00000001
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore]
"DisableSR"=-
3 changes: 3 additions & 0 deletions src/playbook/Executables/CLEANUP.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ Remove-Item -Path "$env:windir\Temp\*" -Force -Recurse -EA SilentlyContinue
# Disable Reserved Storage for updates
Set-WindowsReservedStorageState -State Disabled

# Delete all system restore points
vssadmin delete shadows /all /quiet

# Clear Event Logs
wevtutil el 2>$null | ForEach-Object {wevtutil cl "$_"} 2>$null

Expand Down

0 comments on commit 1c48d7f

Please sign in to comment.