Chkntfs çalıştır

Microsoft.Windows.Server.6.2.LogicalDisk.Chkntfs.Task (Task)

Mantıksal diskte chkntfs çalıştır ve sonuçlarını görüntüle

Knowledge Base article:

Özet

Bu Görev, bilgisayar başlatıldığında bir dosya ayırma tablosu (FAT), FAT32 veya NTFS biriminde otomatik sistem denetiminin çalışmak üzere zamanlanıp zamanlanmadığını gösteren "CHKNTFS" komut satırı yardımcı programını çalıştırır.

Element properties:

TargetMicrosoft.Windows.Server.6.2.LogicalDisk
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction System.CommandExecuterProbe Default

Source Code:

<Task ID="Microsoft.Windows.Server.6.2.LogicalDisk.Chkntfs.Task" Target="WindowsServer!Microsoft.Windows.Server.6.2.LogicalDisk" Accessibility="Public">
<Category>Maintenance</Category>
<ProbeAction ID="PA" TypeID="System!System.CommandExecuterProbe">
<ApplicationName>%WINDIR%\System32\chkntfs.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>"$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$"</CommandLine>
<TimeoutSeconds>300</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</ProbeAction>
</Task>