Skip to content

Commit

Permalink
Added WindowsLanguage artifact definition (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Oct 3, 2021
1 parent cd9e057 commit f392daf
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions data/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,15 +321,15 @@ urls:
- 'https://github.com/libyal/dtformats/blob/main/documentation/WMI%20repository%20file%20format.asciidoc'
---
name: WindowsCodePage
doc: The code page of the system.
doc: The system code page.
sources:
- type: REGISTRY_VALUE
attributes:
key_value_pairs:
- {key: 'HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Nls\CodePage', value: 'ACP'}
provides: [code_page]
supported_os: [Windows]
urls: ['http://en.wikipedia.org/wiki/Windows_code_page']
urls: ['https://winreg-kb.readthedocs.io/en/latest/sources/system-keys/Codepage.html']
---
name: WindowsComputerName
doc: The name of the system.
Expand Down Expand Up @@ -1249,6 +1249,16 @@ sources:
- {key: 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion', value: 'InstallDate'}
supported_os: [Windows]
---
name: WindowsLanguage
doc: The system language.
sources:
- type: REGISTRY_VALUE
attributes:
key_value_pairs:
- {key: 'HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Nls\Language', value: 'Default'}
supported_os: [Windows]
urls: ['https://winreg-kb.readthedocs.io/en/latest/sources/system-keys/Language.html']
---
name: WindowsLogoffScript
doc: Windows policy logoff script
sources:
Expand Down

0 comments on commit f392daf

Please sign in to comment.