Losowo zacząłem otrzymywać nieobsługiwany wyjątek podczas próby uruchomienia tego wieczoru powershell x64. Działało dobrze, zanim kilka godzin temu uśpiłem komputer.
Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.SEHException: External component has thrown an exception.
at System.Runtime.CompilerServices.RuntimeHelpers.PrepareContractedDelegate(Delegate d)
at System.AppDomain.add_UnhandledException(UnhandledExceptionEventHandler value)
at System.Management.Automation.WindowsErrorReporting.RegisterWindowsErrorReporting(Boolean unattendedServer)
at Microsoft.PowerShell.UnmanagedPSEntry.Start(String consoleFilePath, String[] args)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Unhandled Exception: System.TypeInitializationException: The type initializer for 'System.Management.Automation.Utils' threw an exception. ---> System.Runtime.InteropServices.SEHException: External component has thrown an exception.
at System.Management.Automation.Utils..cctor()
--- End of inner exception stack trace ---
at System.Management.Automation.Runspaces.EarlyStartup.<>c.<Init>b__0_0()
at System.Threading.Tasks.Task.Execute()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
at System.Threading.ThreadPoolWorkQueue.Dispatch()
Wykonałem sfc / scannow, który nie znalazł żadnych problemów. Problemy występują po wielu ponownych uruchomieniach. Próbowałem utworzyć nowego użytkownika systemu Windows, jednak problemy pojawiają się również u nowego użytkownika.
Jakiś pomysł, co może być przyczyną tego lub w jaki sposób mogę przeprowadzić naprawę?
windows-10
powershell
powershell-5.0
Ross Jones
źródło
źródło
Odpowiedzi:
Odinstalowałem aktualizację systemu Windows KB4016871 i wszystko zaczęło działać ponownie.
źródło