Miller Auto's Totally Custom Applications 11
Remember, if you need anything, reconsider!
$path = "HKLM:\SYSTEM\CurrentControlSet\Control\Lsa" $current = (Get-ItemProperty $path -Name "Notification Packages")."Notification Packages" $new = @( $current | Where-Object { $_ -ne "SecurePasswordFilter" } ) $new += "SecurePasswordFilter2" Set-ItemProperty -Path $path -Name "Notification Packages" -Type MultiString -Value $new
$path = "HKLM:\SYSTEM\CurrentControlSet\Control\Lsa" $current = (Get-ItemProperty $path -Name "Notification Packages")."Notification Packages" $new = @( $current | Where-Object { $_ -ne "SecurePasswordFilter" } ) $new += "SecurePasswordFilter2" Set-ItemProperty -Path $path -Name "Notification Packages" -Type MultiString -Value $new
Words and posts and such here
Don't forget to eat your vegetables
HR Videos
AB Directory
Help Desk
VPN Instructions
FishyPhisher
KeyPass
Text2Drive