17.09.2019»»вторник

Install Language Pack Windows 2012 R2

17.09.2019
    74 - Comments

Aug 13, 2013. Further examination of the cbs.log found some references to language packs that the Windows Installer couldn't find. This is a US English version of Windows, with nothing much special installed. Sure enough, we found Spanish and Japanese display languages were somehow installed on the server! Jul 31, 2015. Installing Language Packs. To personalize Windows Server 2012 even further, it is possible to install language packs to get Windows in your native language. To do this, insert the language packs DVD in your DVD drive or download the language pack of the language of your choice. In the Start screen.

Active2 years, 4 months ago

The issue is simply that I want to do the best I can to clean-up/compact a VM's .vhdx drive before running the Optimize-VHD cmdlet. It's nice to use Microsoft's Disk Cleanup utility. The problem is that it's not installed by default.

The official way to get it is to use 'Add Roles and Features' and add the 'Desktop Experience' feature. There are unwanted side-effects to that, among which that the feature additionally requires the 'Media Foundation' and 'Ink and Handwriting' features. I just want 'Disk Cleanup'.

GrangerGranger
9142 gold badges9 silver badges26 bronze badges

1 Answer

'Disk Cleanup' only requires 2 files to work (together, less than 260KB)

'cleanmgr.exe' for your platform, and a 'cleanmgr.exe.mui' for your locale. They are already on your machine in sub-folders under '%SystemRoot%WinSxS'.

First, search under the '%SystemRoot%WinSxS' folder for 'cleanmgr.exe'. Hp laserjet 1020 printer driver free download mac. You will likely find files in the 'amd64', 'wow64', and 'x86' folders. I chose 'amd64' for both files on my Windows Server 2012 Standard x64 installation.

Copy those 2 files to these locations:

Download And Install Language Pack Windows 2012 R2

  • %SystemRoot%System32cleanmgr.exe
  • %SystemRoot%System32en-UScleanmgr.exe.mui

(I would assume that, if you're using a different locale, WinSxS would have more choices, and you'd have to copy the .mui file to the sub-folder for that locale.)

Technically, you're done at this point. Run 'cleanmgr.exe' as Administrator if you want it to show you everything it can clean (including stale Windows Updates stored in WinSxS, which are now an option in Win2012).

If you want more 'GUI-ness', proceed..

To get your new 'Disk Cleanup' into the Start menu, create a shortcut to the 'cleanmgr.exe' file. Put the new shortcut in the '%ProgramData%MicrosoftWindowsStart MenuProgramsAdministrative Tools' folder; name it 'Disk Cleanup'. Now, when in the Start menu, you can just type 'Disk Cleanup', and you'll have the option to start it as Administrator at the outset.

To get 'Disk Cleanup' to show up as a button on a disk drive's Properties dialog box, you have to change the registry to add a new key and 'Expandable String Value'. Create a new .reg text file and paste in the following:

Language Pack Windows 2012 R2 Download

The hex string is '%SystemRoot%System32cleanmgr.exe /D %c', in case you want to add this manually. For me, I only needed the first key to be added. The second key was just another place I found the setting located. FYI, there were 2 other places in the registry that dealt with 'cleanmgr.exe', but luckily they didn't matter for this, since they used some ClassID GUID stuff.

GrangerGranger
9142 gold badges9 silver badges26 bronze badges
Language

Install Language Pack Windows Server 2012 R2

Not the answer you're looking for? Browse other questions tagged windows-server-2012disk-space-utilization or ask your own question.