mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Host (Windows): detect serial number and UUID
This commit is contained in:
+12
-2
@@ -842,10 +842,20 @@
|
||||
"default": "default"
|
||||
}
|
||||
},
|
||||
{
|
||||
"long": "host-use-wmi",
|
||||
"desc": "Set if WMI query should be used on Windows when detecting host",
|
||||
"remark": "WMI query detects more information (UUID and serial number) but is slower. Windows only",
|
||||
"arg": {
|
||||
"type": "bool",
|
||||
"optional": true,
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"long": "chassis-use-wmi",
|
||||
"desc": "Set if WMI query should be used on Windows",
|
||||
"remark": "WMI query detects more information but is slower. Windows only",
|
||||
"desc": "Set if WMI query should be used on Windows when detecting chassis",
|
||||
"remark": "WMI query detects more information (vendor and version) but is slower. Windows only",
|
||||
"arg": {
|
||||
"type": "bool",
|
||||
"optional": true,
|
||||
|
||||
Reference in New Issue
Block a user