zoukankan      html  css  js  c++  java
  • How can I uninstall the language pack of .net 4.8?

    How can I uninstall the language pack of .net 4.8?

    I did not install the Chinese language pack for .net, but why I got these two folders?

    C:WindowsMicrosoft.NETFramework64v4.0.30319zh-CN

    C:WindowsMicrosoft.NETFramework64v4.0.30319zh-Hans

    I did not find the language pack in ControlPanel and there is no way to uninstall the language pack.

    I also find registry for the language pack,

    ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftNET Framework SetupNDPv4Full2052

    回答:

    If you haven’t installed language pack of .NET 4.8 before, it is mostly like that you have installed zh-CN OS language pack which would also bring those folders. You could follow below instruction to remove it:

    1. Open an elevated command prompt window, type “Lpksetup /u” and hit Enter.
    2. The Install or Uninstall display languages panel will open. Select the language, click on Next, and the Language Interface Pack will start uninstalling. You will then be asked to restart your computer.
    3. Restart your Windows 10 PC to complete the process.
  • 相关阅读:
    c++函数学习-关于c++函数的林林总总
    STL学习笔记(七) 程序中使用STL
    STL学习笔记(六) 函数对象
    本学期总结与课程建议
    12.19
    12.18Tomcat相关知识
    12.17
    12.16
    12.15
    12.14
  • 原文地址:https://www.cnblogs.com/chucklu/p/13225744.html
Copyright © 2011-2022 走看看