Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
Windows
/
diagnostics
/
system
/
Video
/
View File Name :
VF_aud_reg_settings.ps1
# Copyright © 2018, Microsoft Corporation. All rights reserved. #*================================================================================= # Load Utilities #*================================================================================= . ./utils_SetupEnv.ps1 #*================================================================================= # Initialize #*================================================================================= #*================================================================================= #Run verifier logic #*================================================================================= $path = "registry::HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\audio" $value = Get-ItemProperty -Path $path -Name DisableprotectedaudioDG -ErrorAction SilentlyContinue if(($value) -and ((Get-Service "audiosrv" -ErrorAction SilentlyContinue) -ne $null)) { update-diagrootcause -id "RC_ProtectedAudioDisabled" -detected $true } else { update-diagrootcause -id "RC_ProtectedAudioDisabled" -detected $false }