【Windows Server 2016】0xc0000135 應用程式錯誤


Posted by Jianna on 2022-08-11

在使用 Windows Server 2016 時,誤刪了一些包含 .NET Framework 在內的一些組件,後來 Server Manager 就無法正常開啟了。

還好網路上有大大的文章可以參考,差點就要重灌系統了...

現象

出現 「應用程式無法正確啟動(0xc0000135)」相關訊息

解決辦法

開啟命令提示字元,以指令安裝 .NET Framework
dism /online /enable-feature /featurename:NetFx4

若失敗可能是未啟用相關功能,先以指令啟用
dism /online /enable-feature /all /featurename:NetFx4

參考資料

ServerManager.exe 0xc0000135 應用程序錯誤


#Windows Server 2016 #0xc0000135







Related Posts

[Oracle] 操作指令

[Oracle] 操作指令

Print one to n

Print one to n

Day 92

Day 92


Comments