Worklets: Invoke Troubleshootingpack Audio

  • 11 October 2019
  • 0 replies
  • 34 views

Userlevel 5

• Under Evaluation Code:


If (Test-Path "$env:allusersprofile\SoftwareDistribution")
{
Exit 0

}
Else {
Exit 1
}

• Under Remediation Code:


#Edit this logfile variable if you want the log files written to another location
$logfile = "C:\Temp\"

#Invokes Microsoft's builtin troubleshooting pack to run through some automated repairs
Get-TroubleshootingPack -path "C:\Windows\Diagnostics\System\audio" | Invoke-TroubleshootingPack -Unattended -Result "$logfile"

0 replies

Be the first to reply!

Reply