From 9ab3e110f3075692b7fa4d24adcda0eb2bd5eaf3 Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Sun, 10 Sep 2023 23:06:40 +0100 Subject: [PATCH] feat(oem-information): general refactor --- .../tweaks/misc/oem-information.yml | 22 +++++-------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/src/playbook/Configuration/tweaks/misc/oem-information.yml b/src/playbook/Configuration/tweaks/misc/oem-information.yml index c22a52290d..efc38abd7a 100644 --- a/src/playbook/Configuration/tweaks/misc/oem-information.yml +++ b/src/playbook/Configuration/tweaks/misc/oem-information.yml @@ -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' @@ -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