Skip to content

Commit 7c75aab

Browse files
committed
add ramsys, updated themes
1 parent 7d25fb9 commit 7c75aab

42 files changed

Lines changed: 177 additions & 51 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Configuration/Tasks/advanced/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ actions:
5858
- !service: {name: 'BITS', operation: change, startup: 3}
5959
- !run: {exeDir: true, exe: "SERVICE.bat", weight: 20}
6060
# Block AME hooked services
61-
- !registryValue: {path: 'HKLM\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules', value: 'Block Services', type: REG_SZ, data: 'v2.32|Action=Block|Active=TRUE|Dir=Out|RA42=IntErnet|RA62=IntErnet|App=%SystemRoot%\System32\amehost.exe|Name=Block Services|Desc=Block Certain Services Outbound UDP/TCP Traffic|'}
61+
- !registryValue: {path: 'HKLM\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules', value: 'Block Services', type: REG_SZ, data: 'v2.32|Action=Block|Active=TRUE|Dir=Out|RA42=IntErnet|RA62=IntErnet|App=%SystemRoot%\System32\atmoshost.exe|Name=Block Services|Desc=Block Certain Services Outbound UDP/TCP Traffic|'}
6262
# Firewall rules to prevent the startmenu from talking
6363
- !registryValue: {path: 'HKLM\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules', value: 'Block SearchApp', type: REG_SZ, data: 'v2.32|Action=Block|Active=TRUE|Dir=Out|RA42=IntErnet|RA62=IntErnet|App=%SystemRoot%\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy\SearchApp.exe|Name=Block SearchApp|Desc=Block Cortana Outbound UDP/TCP Traffic|'}
6464
- !registryValue: {path: 'HKLM\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules', value: 'Block SearchHost', type: REG_SZ, data: 'v2.32|Action=Block|Active=TRUE|Dir=Out|RA42=IntErnet|RA62=IntErnet|App=%SystemRoot%\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\SearchHost.exe|Name=Block SearchHost|Desc=Block Cortana Outbound UDP/TCP Traffic|'}

Configuration/Tasks/misc/config-oem-information.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configures OEM information to contain the Atmosphere version and th
44
actions:
55
- !powerShell:
66
command: |
7-
$version = 'v0.1.3'
7+
$version = 'v0.2.0'
88
99
Write-Output 'Setting boot entry name...'
1010
bcdedit /set description """AtmosphereOS $(('10', '11')[[int]([System.Environment]::OSVersion.Version.Build -ge 22000)]) $version"""
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Setup RAMSYS
3+
description: Configures RAMSYS
4+
actions:
5+
6+
- !powerShell
7+
command: 'Register-ScheduledTask -TaskName RAMSYS -Xml (Get-Content "C:\Windows\AtmosphereModules\Other\RAMSYS.xml" -Raw) -Force'

Configuration/Tasks/qol/appearance/atmosphere-theme.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,8 @@ actions:
1313

1414
# Set theme
1515
- !cmd
16-
command: 'start "" "C:\Windows\Resources\Themes\atmosphere-v0.1.0-purplecomet.theme"'
17-
option: 'theme-purplecomet'
18-
wait: true
19-
runas: currentUser
20-
- !cmd
21-
command: 'start "" "C:\Windows\Resources\Themes\atmosphere-v0.1.0-bluecomet.theme"'
22-
option: 'theme-bluecomet'
16+
command: 'start "" "C:\Windows\Resources\Themes\atmosphere-v0.2.0.theme"'
17+
option: 'theme-atmosblue'
2318
wait: true
2419
runas: currentUser
2520
- !cmd
@@ -28,8 +23,8 @@ actions:
2823
wait: true
2924
runas: currentUser
3025
- !cmd
31-
command: 'start "" "C:\Windows\Resources\Themes\kali.theme"'
32-
option: 'theme-kali'
26+
command: 'start "" "C:\Windows\Resources\Themes\mono.theme"'
27+
option: 'theme-mono'
3328
wait: true
3429
runas: currentUser
3530
- !cmd:
@@ -69,7 +64,7 @@ actions:
6964
- !registryValue:
7065
path: 'HKCU\Software\Policies\Microsoft\Windows\Personalization'
7166
value: 'ThemeFile'
72-
data: '%windir%\Resources\Themes\atmosphere-v0.1.0-purplecomet.theme'
67+
data: '%windir%\Resources\Themes\atmosphere-v0.2.0.theme'
7368
type: REG_SZ
7469
- !registryValue:
7570
path: 'HKCU\Software\Microsoft\CurrentVersion\Themes\Personalize'

Configuration/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ actions:
7373
- !task: {path: 'Tasks\performance\disable-fth.yml', iso: false}
7474
- !task: {path: 'Tasks\performance\disable-sleep-study.yml', iso: false}
7575
- !task: {path: 'Tasks\performance\respect-power-modes-search.yml'}
76+
- !task: {path: 'Tasks\performance\setup-ramsys.yml', iso: false}
7677

7778

7879
# -------------------------------------------------------------------------- #
2.84 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)