Skip to content

Commit

Permalink
feat(oem-information): general refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Sep 10, 2023
1 parent 6783287 commit 9ab3e11
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions src/playbook/Configuration/tweaks/misc/oem-information.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,6 @@ title: Configure OEM Information
description: Configures OEM information to contain the Atlas version and the Atlas Discord server
privilege: TrustedInstaller
actions:
- !registryValue:
path: 'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion'
value: 'EditionSubManufacturer'
data: 'Atlas Team'
type: REG_SZ
- !registryValue:
path: 'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion'
value: 'EditionSubstring'
data: 'AtlasOS'
type: REG_SZ
- !registryValue:
path: 'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion'
value: 'EditionSubVersion'
data: 'AtlasOS'
type: REG_SZ
- !registryValue:
path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation'
value: 'Manufacturer'
Expand All @@ -26,10 +11,15 @@ actions:
- !registryValue:
path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation'
value: 'Model'
data: 'AtlasOS'
data: 'AtlasOS v0.3.0'
type: REG_SZ
- !registryValue:
path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation'
value: 'SupportURL'
data: 'https://discord.atlasos.net'
type: REG_SZ
- !registryValue:
path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation'
value: 'SupportPhone'
data: 'https://github.com/Atlas-OS/Atlas'
type: REG_SZ

0 comments on commit 9ab3e11

Please sign in to comment.