File "VF_ProgramCompatibilityWizard.ps1"

Full Path: C:/Windows/diagnostics/system/PCW/VF_ProgramCompatibilityWizard.ps1
File size: 376 bytes
MIME-type: text/plain
Charset: 8 bit

# Copyright  2008, Microsoft Corporation. All rights reserved.


#if this environment variable is set, we say that we don't detect the problem anymore so it will
#show as fixed in the final screen

if ($Env:AppFixed -eq $true)
{
    Update-DiagRootCause -id "RC_IncompatibleApplication" -Detected $false
}

#RS_ProgramCompatibilityWizard
#rparsons - 05 May 2008