Windows Update – Error Code 80092004 (update rollups IE 9 for windows server 2008r2)

I have a problem when applying an update from WSUS, the update rollups for Internet explorer 9 always failed to install in windows server 2008 R2. It has an error code 80092004

After searching in the google, I found a solution in this web page.

And this is are the solution.

To uninstall Internet Explorer 9, follow these steps:

  1. Log on to the computer as an Administrator or with an account that has administrative rights.
  2. Close all Internet Explorer browser windows.
  3. Click Start, type cmd in the Search box and then click cmd.exe from the programs list.
  4. Copy the following command and then right-click inside the command window, click Paste, and then press Enter on the keyboard.

    FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c “cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart”

  5. Restart the computer to complete the uninstall of Internet Explorer 9.Note: When you uninstall Internet Explorer 9, the previously installed version of Internet Explorer is installed. If the previous version of Internet Explorer is not Internet Explorer 8, you can install and then configure Internet Explorer 8 from the following Microsoft website: Download Internet Explorer 8

For my workaround, after do the command prompt (“FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c “cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart“), I try update again using windows update and the result that server success update the IE 8 into IE 9. Help it’s help people with the same problem like me.

Sysprep on windows 2003 r2 sp 2

This is only a noted for remind me how to sysprep the win server 2003.

To sysprep a windows 2003 R2 image, follow the below action :

  • Insert CD1
  • go to  Support\Tools\Deploy.cab
  • select everything and extract them to c:\sysprep ( a folder that you have created it)
  • Double click sysprep.exe.

  • Keep the default settings (Options un-selected, shutdown mode: shutdown)
  • click on Reseal

  • And press Ok

Trend Micro Security for Macintosh (TMSM) installation hangs or failed

If you have a problem with TMSM installation like progress bar shows “A plug-in task is in progress. Please wait…” and it happened for hours.

Please do following action :

  1. Reinstalled the JRE in trend micro server.
  2. And then try to install the TMSM again

And if your TMSM installation failed with error like below picture,

Please do following action :

  1. Make sure that there are no remnants of the previous failed installation.
  2. Install the SQL Express first (you can install it from folder PCCSRV folder > Admin > Utility > SQL)
  3. Install TMSM
  4. Install and deploy the TMSM clients.

Source :

http://esupport.trendmicro.com/solution/en-us/1057260.aspx

http://esupport.trendmicro.com/solution/en-us/1059473.aspx

Free up disk space on a Windows Server 2008r2 without a system reboot

I just copy paste the article because this article are helping me a lot, when I want to clean up the disk on server without reboot the server.

Disk clean up can be a very useful tool especially in Servers when Disk space is fully utilized.  But what do you do when you are working in a production environment and you can’t reboot the server.  In a pinch, I found the following process to cleanup a congested System Partition.

Copy cleanmgr.exe to System32 folder

A favorable alternative to adding the Desktop Experience feature to your production server, while requiring no system reboot or maintenance window, is simply copying thecleanmgr application files to their appropriate location.

There are two files that need to be copied to the Windows System32 folder.  The only downside to this process is that the disk cleanup utility will not appear in the normal disk drive properties.  However, as these files will be copied to the System32 folder location, the utility can be easily launched from the integrated server search bar.

The two files you are looking for are the cleanmgr.exe.mui and cleanmgr.exe. Below is listing of folder locations that these two files will be located for the most popular version of Server 2008.

After you have found these files, simply copy then to their designated locations as described below.

  • Copy cleanmgr.exe to the System32 folder
  • Copy cleanmgr.exe.mui file to System32\en-us\

Windows Server 2008 64-bit:

C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr_31bf3856ad364e35_6.0.6001.18000_none_c962d1e515e94269\cleanmgr.exe.mui

C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr_31bf3856ad364e35_6.0.6001.18000_none_c962d1e515e94269\cleanmgr.exe

Windows Server 2008 R2:

C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr.resources_31bf3856ad364e35_6.1.7600.16385_en-us_b9cb6194b257cc63\cleanmgr.exe.mui

C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr_31bf3856ad364e35_6.1.7600.16385_none_c9392808773cd7da\cleanmgr.exe

To run the disk cleanup utility, simply navigate to a command prompt or Run and type cleanmgr.exe

Source in this link