mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 02:06:46 +00:00
Update USAGE.md
Get-WmiObject is deprecated in favor of Get-CimInstance
This commit is contained in:
parent
27e32db1ed
commit
672d1344d7
@ -85,7 +85,7 @@ Exec-script options
|
|||||||
### Scan options
|
### Scan options
|
||||||
|
|
||||||
* `-t, --threads`
|
* `-t, --threads`
|
||||||
Number of threads for file parsing. **Do not set a number higher than `$(nproc)` or `$(Get-WmiObject Win32_ComputerSystem).NumberOfLogicalProcessors` in Windows!**
|
Number of threads for file parsing. **Do not set a number higher than `$(nproc)` or `$(Get-CimInstance Win32_ComputerSystem).NumberOfLogicalProcessors` in Windows!**
|
||||||
* `-q, --quality`
|
* `-q, --quality`
|
||||||
Thumbnail quality, on a scale of 1.0 to 31.0, 1.0 being the best.
|
Thumbnail quality, on a scale of 1.0 to 31.0, 1.0 being the best.
|
||||||
* `--size`
|
* `--size`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user