Private/RegistryUtil.ps1

function Uninstall-registryKey($Key) {
    msiexec /x $Key /quiet
}