< # .SYNOPSIS This script gets a registry value using WMI. .DESCRIPTION This script uses WMI to get then display a resistry value, using the SteRegProv class and the GetDWORDValue static method. This is a re-write of a VB Sample Script .NOTES File...