【发布时间】:2014-09-12 13:36:29
【问题描述】:
我在 Windows XP SP3 机器上安装了 PowerShell v2,当我今天去打开 PowerShell 时它说:
The shell cannot be started. A failure occurred during initialization:
Object reference not set to an instance of an object.
Powershell 事件日志中的事件是:
Soruce: Powershell
Category: engine health
Event ID: 103
Settings: Object reference not set to an instance of an object.
Details:
ExceptionClass=NullReferenceException
ErrorCategory=
ErrorId=
ErrorMessage=Object reference not set to an instance of an object.
Severity=Error
SequenceNumber=
HostName=ConsoleHost
HostVersion=2.0
HostId=0fba5d45-885f-4f19-a354-4b390d5605bd
EngineVersion=2.0
RunspaceId=db9879d6-247a-40d7-9bfe-5bfd07a973f0
PipelineId=
CommandName=
CommandType=
ScriptName=
CommandPath=
CommandLine=
知道是什么原因造成的吗?它似乎是随机启动的。
【问题讨论】:
标签: windows powershell windows-xp