mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-10 18:11:16 +10:00
Make MPO tweak a three-state control (#4897)
* refactor: make MPO tweak a three-state control * docs: explain MPO tweak states * docs: address code review comments * refactor: make Multiplane Overlay config-driven
This commit is contained in:
@@ -148,7 +148,6 @@ Describe "Set-WinUtilRegistry" {
|
||||
$registryPath = "HKLM:\Software\WinUtilTest"
|
||||
$script:testPathResults["HKU:\"] = $true
|
||||
$script:testPathResults[$registryPath] = $true
|
||||
|
||||
Set-WinUtilRegistry -Path $registryPath -Name "ObsoleteValue" -Type "String" -Value "<RemoveEntry>"
|
||||
|
||||
Should -Invoke -CommandName Set-ItemProperty -Times 0 -Exactly
|
||||
@@ -159,6 +158,7 @@ Describe "Set-WinUtilRegistry" {
|
||||
$ErrorAction -eq "Stop"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Describe "Set-WinUtilService" {
|
||||
|
||||
Reference in New Issue
Block a user