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 /
Search /
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
CL_Utility.ps1
20.11
KB
-rw-rw-rw-
2019-12-07 10:09
DiagPackage.diagpkg
15.54
KB
-rw-rw-rw-
2019-12-07 10:09
DiagPackage.dll
79.5
KB
-rw-rw-rw-
2019-12-07 10:09
RS_ResetWindowsSearchApp.ps1
3.84
KB
-rw-rw-rw-
2019-12-07 10:09
RS_RestoreDefaults.ps1
838
B
-rw-rw-rw-
2019-12-07 10:09
RS_RestorePermissions.ps1
2.43
KB
-rw-rw-rw-
2019-12-07 10:09
RS_StartIndexingService.ps1
548
B
-rw-rw-rw-
2019-12-07 10:09
TS_CheckPermissions.ps1
2.61
KB
-rw-rw-rw-
2019-12-07 10:09
TS_FilterHostCrashing.ps1
913
B
-rw-rw-rw-
2019-12-07 10:09
TS_ForcedShutdownInRecovery.ps1
945
B
-rw-rw-rw-
2019-12-07 10:09
TS_ForcedShutdownNoCorruption.ps1
962
B
-rw-rw-rw-
2019-12-07 10:09
TS_IndexingService.ps1
1.97
KB
-rw-rw-rw-
2019-12-07 10:09
TS_IndexingServiceCrashing.ps1
909
B
-rw-rw-rw-
2019-12-07 10:09
TS_ProtocolHostCrashing.ps1
931
B
-rw-rw-rw-
2019-12-07 10:09
TS_SearchApp.ps1
926
B
-rw-rw-rw-
2019-12-07 10:09
Save
Rename
# Copyright � 2008, Microsoft Corporation. All rights reserved. # Windows Search service has crashed at least once in the last 24 hours # Load utility library . .\CL_Utility.ps1 Write-DiagProgress -activity $localizationString.progress_ts_indexerCrashing $date = Date $date = $date.AddDays(-1) $event = get-winevent -FilterHashTable @{ ProviderName = 'Application Error'; StartTime = $date; Data="SearchIndexer.exe"; Id = 1000 } -ErrorAction SilentlyContinue if ($event -ne $null -and $event.Count -gt 0) { Update-DiagRootCause -id "RC_IndexingServiceCrashing" -Detected $true $event | convertto-xml | Update-DiagReport -id IndexerEvent -name $localizationString.indexerEvent_name -description $localizationString.indexerEvent_description -verbosity Error -rid "RC_IndexingServiceCrashing" } else { Update-DiagRootCause -id "RC_IndexingServiceCrashing" -Detected $false }