印刷スプーラ: プリンタ ドライバを再インストールし、レジストリのアクセス許可を確認して印刷スプーラを再起動します

Microsoft.Windows.Server.2008.PrintServer.PrintSpoolerService.PrintSpoolerStatus.System.Reinstalltheprinterdrivercheckregistrypermissionsandrestarttheprintspooler.EventBased.UnitMonitor (UnitMonitor)

プリンタ ドライバを再インストールし、レジストリのアクセス許可を確認して印刷スプーラを再起動します。

Knowledge Base article:

要約

プリンタ ドライバを再インストールし、レジストリのアクセス許可を確認して印刷スプーラを再起動します。

解決策

プリンタのレジストリの場所に直接アクセスするアプリケーションとの互換性を保持するために、印刷スプーラは、古い場所から新しい場所へのリンクの作成を試みます。 これらのリンクを作成できない場合は、このエラーが発生します。 この影響を受けるのは古いアプリケーションのみですが、システム自体の状態が良好でない可能性があります。

このエラーが発生したときでも、多くの場合、ユーザーの操作は必要ありません。 印刷が適切に動作しない場合、考えられる解決策は次のとおりです。

[管理ツール] フォルダから [サービス] スナップインを開きます。サービスの一覧で [Print Spooler] サービスを見つけ、その状態が [開始] になっていることを確認します。 状態が [開始] になっていない場合は、サービスを選択し、[操作] メニューの [開始] をクリックします。 注 : これは、管理者特権のあるコマンド プロンプト ウィンドウから、コマンド「net stop spooler」および「net start spooler」を入力して実行することもできます。

場合によっては、印刷スプーラを起動しようとするときにエラー 1068 "依存関係サービスまたはグループを起動できませんでした" が表示されます。 これが発生するのは、印刷スプーラが、実行されていない他のサービスに依存している場合です。 この問題を解決するには、次の手順を使用します。

[サービス] スナップインで、[Print Spooler] を右クリックし、[プロパティ] をクリックします。 [依存関係] タブをクリックします。 最初のボックスには、印刷スプーラ サービスを開始するために実行されている必要があるすべてのシステム サービスが一覧表示されます。 これらが依存関係のあるサービスです。 各サービスをメモして、[OK] をクリックします。印刷スプーラ サービスが依存する各サービスがまだ開始されていない場合は、そのサービスを開始します。 まだ開始されていないサービスごとに、そのサービスを右クリックして [プロパティ] をクリックし、[スタートアップの種類] が [自動] になっていることを確認します。

Element properties:

TargetMicrosoft.Windows.Server.2008.PrintServerRole
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.2SingleEventLog2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
印刷スプーラの状態アラート
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2008.PrintServer.PrintSpoolerService.PrintSpoolerStatus.System.Reinstalltheprinterdrivercheckregistrypermissionsandrestarttheprintspooler.EventBased.UnitMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.2008.PrintServerRole" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.2SingleEventLog2StateMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2008.PrintServer.PrintSpoolerService.PrintSpoolerStatus.System.Reinstalltheprinterdrivercheckregistrypermissionsandrestarttheprintspooler.EventBased.UnitMonitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Negative" MonitorTypeStateID="FirstEventRaised" HealthState="Warning"/>
<OperationalState ID="Success" MonitorTypeStateID="SecondEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<FirstComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</FirstComputerName>
<FirstLogName>System</FirstLogName>
<FirstExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-PrintSpooler</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(53)$</Pattern>
</RegExExpression>
</Expression>
</And>
</FirstExpression>
<SecondComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</SecondComputerName>
<SecondLogName>System</SecondLogName>
<SecondExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-PrintSpooler</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(15|16)$</Pattern>
</RegExExpression>
</Expression>
</And>
</SecondExpression>
</Configuration>
</UnitMonitor>