mirror of
https://github.com/NexusOne23/noid-privacy.git
synced 2026-03-04 08:00:35 +01:00
v2.2.1: Critical multi-run session bugfix, .Count property fix, ASR prompt improvement, code quality review
This commit is contained in:
parent
c6f8291d50
commit
b3efcf35fd
68 changed files with 307 additions and 159 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
.NOTES
|
||||
Author: NexusOne23
|
||||
Version: 2.2.0
|
||||
Version: 2.2.1
|
||||
Requires: PowerShell 5.1+
|
||||
#>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
.NOTES
|
||||
Author: NexusOne23
|
||||
Version: 2.2.0
|
||||
Version: 2.2.1
|
||||
Requires: PowerShell 5.1+
|
||||
#>
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
.NOTES
|
||||
Author: NexusOne23
|
||||
Version: 2.2.0
|
||||
Version: 2.2.1
|
||||
Requires: PowerShell 5.1+
|
||||
#>
|
||||
|
||||
|
|
@ -165,7 +165,7 @@ function Test-SSDDrive {
|
|||
}
|
||||
}
|
||||
|
||||
function Get-WindowsEdition {
|
||||
function Get-WindowsEditionInfo {
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Get Windows edition information
|
||||
|
|
@ -224,7 +224,7 @@ function Get-HardwareReport {
|
|||
|
||||
return [PSCustomObject]@{
|
||||
OS = Get-WindowsVersion
|
||||
Edition = Get-WindowsEdition
|
||||
Edition = Get-WindowsEditionInfo
|
||||
CPU = Get-CPUInfo
|
||||
Memory = Get-MemoryInfo
|
||||
UEFI = Test-UEFIBoot
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
.NOTES
|
||||
Author: NexusOne23
|
||||
Version: 2.2.0
|
||||
Version: 2.2.1
|
||||
Requires: PowerShell 5.1+
|
||||
#>
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
.NOTES
|
||||
Author: NexusOne23
|
||||
Version: 2.2.0
|
||||
Version: 2.2.1
|
||||
Requires: PowerShell 5.1+
|
||||
#>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue