Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
Windows /
diagnostics /
system /
Audio /
Delete
Unzip
Name
Size
Permission
Date
Action
en-US
[ DIR ]
drwxrwxrwx
2023-03-23 12:54
pt-BR
[ DIR ]
drwxrwxrwx
2019-12-07 15:53
AudioDiagnosticSnapIn.dll
17.5
KB
-rw-rw-rw-
2019-12-07 10:09
AudioDiagnosticUtil.dll
13
KB
-rw-rw-rw-
2019-12-07 10:09
CL_AudioDiagnosticSnapIn.ps1
1.11
KB
-rw-rw-rw-
2019-12-07 10:09
CL_Invocation.ps1
1
KB
-rw-rw-rw-
2019-12-07 10:09
CL_LoadAssembly.ps1
610
B
-rw-rw-rw-
2019-12-07 10:09
CL_RunDiagnosticScript.ps1
384
B
-rw-rw-rw-
2019-12-07 10:09
CL_Utility.ps1
218.71
KB
-rw-rw-rw-
2019-12-07 10:09
DiagPackage.diagpkg
29.18
KB
-rw-rw-rw-
2019-12-07 10:09
DiagPackage.dll
172
KB
-rw-rw-rw-
2019-12-07 10:09
MF_AudioDiagnostic.ps1
11.38
KB
-rw-rw-rw-
2019-12-07 10:09
RS_APOLoadFailure.ps1
1.6
KB
-rw-rw-rw-
2019-12-07 10:09
RS_AudioService.ps1
2.5
KB
-rw-rw-rw-
2019-12-07 10:09
RS_AudioServiceResponse.ps1
2.65
KB
-rw-rw-rw-
2019-12-07 10:09
RS_ChangeVolume.ps1
1.96
KB
-rw-rw-rw-
2019-12-07 10:09
RS_EnableInCPL.ps1
1.19
KB
-rw-rw-rw-
2019-12-07 10:09
RS_HDAudioDriver.ps1
6.96
KB
-rw-rw-rw-
2019-12-07 10:09
RS_NotDefault.ps1
6.59
KB
-rw-rw-rw-
2019-12-07 10:09
RS_SamplingRate.ps1
1.29
KB
-rw-rw-rw-
2019-12-07 10:09
RS_Unmute.ps1
1.22
KB
-rw-rw-rw-
2019-12-07 10:09
TS_APOLoadFailure.ps1
4.99
KB
-rw-rw-rw-
2019-12-07 10:09
TS_AudioDeviceDriver.ps1
1.78
KB
-rw-rw-rw-
2019-12-07 10:09
TS_AudioService.ps1
1.59
KB
-rw-rw-rw-
2019-12-07 10:09
TS_AudioServiceResponse.ps1
15.23
KB
-rw-rw-rw-
2019-12-07 10:09
TS_DisabledInCPL.ps1
2.48
KB
-rw-rw-rw-
2019-12-07 10:09
TS_HDAudioDriver.ps1
1.92
KB
-rw-rw-rw-
2019-12-07 10:09
TS_LowVolume.ps1
2.39
KB
-rw-rw-rw-
2019-12-07 10:09
TS_Mute.ps1
1.48
KB
-rw-rw-rw-
2019-12-07 10:09
TS_NotDefault.ps1
3.11
KB
-rw-rw-rw-
2019-12-07 10:09
TS_SamplingRate.ps1
1.55
KB
-rw-rw-rw-
2019-12-07 10:09
TS_UnpluggedIn.ps1
1.94
KB
-rw-rw-rw-
2019-12-07 10:09
VF_HDAudioDriver.ps1
2.85
KB
-rw-rw-rw-
2019-12-07 10:09
VF_LowVolume.ps1
1.68
KB
-rw-rw-rw-
2019-12-07 10:09
Save
Rename
# Copyright © 2015, Microsoft Corporation. All rights reserved. # :: ======================================================= :: <# DESCRIPTION: VF_HDAudioDriver verifies the resolver and update the result report ARGUMENTS: deviceType : String value of Audio device ID $pnpdevname : Name of the device type selected RETURNS: None #> PARAM($PNPDevID,$PNPDevName) #==================================================================================== # Initialize #==================================================================================== Import-LocalizedData -BindingVariable localizationString -FileName CL_LocalizationData $detected = $true $flag = $true #================================================================================== # Main #================================================================================== if(test-path $env:temp\AudioTest.txt) { $audioverify = get-content $env:temp\AudioTest.txt $reportDesc = "" $resolverPath = $localizationString.genericTestTone_verifierString_1 $resolverPath8 = $localizationString.genericTestTone_verifierString_2 $resolverPath2 = $localizationString.IT_Choice2 +"/"+ $localizationString.IT_Choice1 $resolverPath3 = $localizationString.IT_Choice3 +"/"+ $localizationString.IT_Choice1 $resolverPath4 = $localizationString.IT_Choice3 +"/"+ $localizationString.IT_Choice2 $resolverPath5 = $localizationString.IT_Choice3 +"/"+ $localizationString.IT_Choice3 $resolverPath6 = $localizationString.IT_Choice2 +"/"+ $localizationString.IT_Choice3 $resolverPath7 = $localizationString.IT_Choice2 +"/"+ $localizationString.IT_Choice2 if($audioverify -eq $resolverPath) { $flag = $false $reportDesc = $resolverPath } elseif($audioverify -eq $resolverPath8) { $detected = $false $reportDesc = $resolverPath8 } elseif($audioverify -eq $resolverPath4) { $reportDesc = $localizationString.hdaudio_verifierstring_3 } elseif($audioverify -eq $resolverPath5) { $reportDesc = $localizationString.hdaudio_verifierstring_2 } elseif($audioverify -eq $resolverPath6) { $reportDesc = $localizationString.hdaudio_verifierstring_4 } elseif($audioverify -eq $resolverPath7) { $reportDesc = $localizationString.hdaudio_verifierstring_1 } elseif($audioverify -eq $resolverPath2) { $reportDesc = $localizationString.hdaudio_verifierstring_1 $detected = $false } elseif($audioverify -eq $resolverPath3) { $reportDesc = $localizationString.hdaudio_verifierstring_2 $detected = $false } $PNPDevName | ConvertTo-Xml | Update-DiagReport -Id "VF_HDAudioDriver" -Name "VF_HDAudioDriver" -Description $reportDesc -Verbosity Debug Remove-Item $env:temp\AudioTest.txt -recurse -force -ErrorAction SilentlyContinue if($flag) { Update-DiagRootCause -id "RC_HDAudioDriver" -iid $PNPDevID -Detected $detected } }