Results 1 to 6 of 6

Thread: How to remove Language Packs from Windows 7 Enterprise

  1. #1
    Join Date
    Nov 2009
    Posts
    562

    How to remove Language Packs from Windows 7 Enterprise

    Hi,, basically i am a Windows Vista user. One of my friend is having a computer with Windows 7 Enterprise operating system and is annoyed of many unwanted language packs installed on his system like Chinese, Japanese, etc.. Now he wants to get rid of those unwanted language pack and he is not aware of doing this.

    As i am Vista user, i also don't know how to do that. Could you guys please make me know how can i remove unwanted language packs from Windows 7 Enterprise ? Thanks in advance...

  2. #2
    Join Date
    May 2009
    Posts
    1,611

    Re: How to remove Language Packs from Windows 7 Enterprise

    When you install a language pack, you can change the interface language of Windows 7 to the language that you select. Anyways, you can easily uninstall these unwanted language packs from "Uninstall a Program" under control panel. So to do so, just click on Start menu, than click on Control Panel and than Uninstall a Program. Now on upper left hand corner you'll find an option called 'View Installed Updates', click on that. It will take some time to load the installed updates. Once it is done, locate the Language Pack update that you want to uninstall click on it and select “Uninstall”. Thats it.. this will remove the Language Pack update.

  3. #3
    Join Date
    Jan 2008
    Posts
    3,755

    Re: How to remove Language Packs from Windows 7 Enterprise

    Hi, i was also having the same problem with my Windows 7 Ultimate couple of weeks ago. When i was annoyed of some useless language packs one of my friend suggested me how to remove those from my system. Here is what i did and hope it can help you also, just go thorough this:-

    Open Start Menu and type 'LPKSETUP' in the search box, press Enter.
    This will open Install or uninstall display languages window where you need to click Next.
    Now select the second option that is Uninstall display languages.
    Now mark or select the check box infront of the Language pack that you want to remove from your computer and click Next.
    Once finished, you will get a message showing Uninstall completed, and you are done. Close this window and better restart the system.

  4. #4
    Join Date
    May 2008
    Posts
    3,316

    Re: How to remove Language Packs from Windows 7 Enterprise

    To uninstall a language pack, follow these steps:
    • Click Start, and then type Uninstall display language in the Start Search box.
    • Click Install or uninstall display languages.
    • Click Uninstall display languages.
    • Select the language or the languages that you want to uninstall, and then click Next.
    • Follow the rest of the steps to uninstall this language or these languages.

  5. #5
    Join Date
    May 2008
    Posts
    4,345

    Re: How to remove Language Packs from Windows 7 Enterprise

    If your friend has installed those language packs through .exe file or Windows image than there are two ways to remove language packs offline with DISM. You can either apply an unattended answer file to the offline image, or you can remove the language pack directly from the offline image, using the command prompt.
    To remove a language pack using DISM, follow these steps:-
    • Locate the Windows image (.wim) file that contains the Windows images that you intend to remove languages from.
    • Click Start, point to All Programs, point to Windows OPK or Windows AIK, right-click Deployment Tools Command Prompt, and then select Run as administrator.
    • At the command prompt, type the following command to retrieve the name or index number for the image you want to modify.
      Dism /Get-WIMInfo /WimFile:C:\test\images\install.wim
    • Type the following command to mount the offline Windows image.
      Dism /Mount-WIM /WimFile:C:\test\images\install.wim /Name:"Windows 7 HomeBasic" /MountDir:C:\test\offline
    • Type the following command to remove a language pack from the image. You can remove multiple .cab files using one command-line statement.
      Dism /Image:C:\test\offline /Remove-Package /PackagePath:C:\packages\package1.cab /PackagePath:C:\packages\package2.cab ...
    • Type the following command to commit the changes. The image remains mounted until the /unmount option is used.
      Dism /Commit-Wim /MountDir:C:\test\offline
    • The language packs are removed from your image.

  6. #6
    Join Date
    Nov 2009
    Posts
    562

    Re: How to remove Language Packs from Windows 7 Enterprise

    Thanks a lot for your quick and valuable help,, friends.. Thats is all i wanted to know. Hope any one of these tips can work for me perfectly..

    I appreciate all your helps.. Keep it up !!!

Similar Threads

  1. Replies: 3
    Last Post: 20-03-2011, 07:23 AM
  2. Cant find language packs?
    By iShree in forum Vista Setup and Install
    Replies: 5
    Last Post: 16-11-2009, 07:11 PM
  3. Cannot remove language packs from Vista
    By Manik in forum Operating Systems
    Replies: 3
    Last Post: 29-08-2009, 08:07 PM
  4. Replies: 4
    Last Post: 28-08-2009, 09:49 PM
  5. Additional language packs (MUI) for Windows Vista
    By Charlton in forum Tips & Tweaks
    Replies: 8
    Last Post: 09-05-2009, 09:23 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,749,891,470.19658 seconds with 16 queries