Installing Vista MUI Pack

Posted under TrainPro Tech Center by Adrian.Yeow on Monday 27 April 2009 at 4:41 pm

16 Vista MUI Pack for 32-bit Edition

Have anyone of you eager to install MUI Pack into Vista and after all the finding and searching in the internet to find the solution but still in vain? Well, I have just made my second attempt successfully in installing a Chinese MUI Pack into a Windows Vista Ultimate, and I have the urge and need to share with you, readers! Well, all that you have to do is to download the 16 MUI Packs of different language of your choice. Listed here are the list of the MUI Packs and link to download from.

 

Chinese (PRC) Download

Chinese (Hong Kong SAR) Download

English Download

Italian Download

Spanish Download

Swedish Download

Japanese Download

Portuguese(Brazil) Download

Norwegian Download

Dutch Download

Finnish Download

French Download

Russian Download

German Download

Danish Download

Korean Download

After the intended file has been downloaded, run that file with administrator credential as you right click the file and click “Run As Administrator(A)”. Let the file finish running and it may take around 15 minutes or more depending on the speed of your machine. After the installation you have to restart your machine.

Once you have restarted and you can go to Control Panel > Regional and Language Options > Keyboard and Languages > Display Language. You will be able to see that there is a drop down menu in this section. The default Language will be selected. Scroll down and select the language you have just downloaded and installed and logoff your user. Now logon again and …

BINGO!!!!!

you will start to see the MUI Pack is installed and menus are all displayed in the language you desired.


NETSH?

Posted under TrainPro Tech Center by Adrian.Yeow on Wednesday 15 April 2009 at 12:43 pm

Setting IP Address Configuration using Netsh command?

Have anyone ever had the frustration that setting an IP Address to the computer seems to be rather tedious? Or have anyone thought off setting IP Address using command prompt or batch file while makes life a lot better? Well, Netsh is the command prompt which available to configure for Interfaces, DHCP, RRAS(Routing and Remote Access Service), Routing, WINS and etc.

With Netsh tool, you can direct the context commands you enter to the appropriate helper, and the helper then carries out the command. To display a list of sub contexts, and command that can be used in a context, type the context name followed by a space and a “?” at the netsh> command prompt. For example, to display a list of sub contexts of DHCP, just type “dhcp ?” at the netsh> command prompt and press ENTER.

Bellow are a list of context and its explanation over it;

/dhcp – Changes Dynamic Host Configuration Protocol context

/ras – Changes the Remote Access Server (RAS) context

/routing – Changes the routing context

/wins – Changes the Windows Internet Name Service (WINS) context

“?” can be a very good friend of you, it will show the context with appropriate helper. Well, how are you able to assign IP Address quickly and if you are a slow typist? Well, this is normally what I will do, I will save the netsh command into a notepad and then save the file as a “.bat”, batch file. Thus, when I was to use it, I will just double click the appropriate file. Some examples below;

netsh interface ip set address "Local Area Connection" dhcp
netsh interface ip set dns "Local Area Connection" dhcp

Save this two lines into the notepad, and save the file accordingly. This file when executed will assign the Interface with the name “Local Area Connection” to obtain IP Address automatically and start to contact the DHCP server. Besides, it also able to set the DNS option to be assigned with IP Address automatically. Another example below;

netsh interface ip set address “Local Area Connection” static 10.1.1.29 255.255.255.0 10.1.1.235 1
netsh interface ip set dns "Local Area Connection" static 10.1.1.2 primary
netsh interface ip add dns "Local Area Connection" 10.1.1.3 2

The above example when executed will then assign the static IP Address of 10.1.1.29 with the subnet prefix /24(255.255.255.0) to the interface name Local Area Connection with the gateway of 10.1.1.235 and the last number at the end of the command is the metric of the gateway. Also, the netsh command can assign Primary DNS and Alternate DNS to the interface too!

Guys, enjoy the Netsh command! Hope this pieces of information is benefiting you!


Installation OpenVPN

Posted under TrainPro Tech Center by Mr Money on Saturday 11 April 2009 at 3:51 pm

A high quality flash on installation of OpenVPN.

install-openvpn


Slipstream

Posted under TrainPro Tech Center by Adrian.Yeow on Thursday 9 April 2009 at 3:23 pm

 

How Slipstreaming Service Pack 2?

Note: All images are hosted with ImageShack.

• This guide will allow you to successfully install Service Pack 2 on the original (gold) code of Microsoft Windows XP.
• The version of Windows you have purchased/downloaded does not matter as far as slipstreaming (they’re all the same anyway).

Things you need:
• Microsoft Windows XP
• Service Pack 2:

URL http://download.microsoft.com/download/1/6/5/165b076b-aaa9-443d-84f0-73cf11fdcdf8/WindowsXP-KB835935-SP2-ENU.exe

• Windows XP Boot sector:

http://www.neowin.net/downloads/xpboot.bin

• Nero Burning Rom (find it on SoD)

Step One

Insert the Microsoft Windows XP CD into your CD-ROM drive, and create a new folder on your hard-drive labeled "CD".

Copy all of the files from the Windows XP CD to the "CD" folder.

Step Two

Download Service Pack 2 and place it within the root of your hard-drive.
Ex: C:\ D:\ etc..

Step Three

Go to Start -> Run and type in "F:\WindowsXP-KB835935-SP2-ENU.exe -s:F:\CD" (depending on where you put the folder)

The actual command is -s:drive:\folder

Step Four

The Service Pack 2 updater will automatically slipstream Service Pack 2 into your "CD" folder.

Step Five

If you browse back to the CD folder, you’ll notice that new folders and files appeared from the SP2 update. At this point, you can include any software you wish onto this CD, but make sure that the size of the folder does not exceed the media you are burning on. If you’re not sure, a regular CD is 700 megabytes.

Step Six

Go to Start and Search for files and folders. Go to all files and folders, and type in "wpa.dbl". This is the activation file for your current installed version of XP. Make a copy of the file and paste it into your CD folder.

Step Seven

Open up Nero Smartstart, and click on the icon that looks like two people. This turns the program into "professional mode". Search for create a bootable CD. Click on it, and make sure that your settings agree with the following picture; also make sure that you downloaded the Windows XP boot sector.

Step Eight

Continue onto the next tab, and make sure that your settings agree with the picture:

Step Nine

In this step, you can label your CD whatever the hell you want. I recommend WXPSP2_EN.

Step Ten

Go to "new" and locate your CD folder. Drag all of the files in the CD folder to the compilation window on the right, and nero will calculate how much disk space was used. If it exceeds 700 MB, get rid of some programs that you added to the CD. If you didn’t add anything; just push burn.

Step Eleven

Make sure that your settings check with the picture:

Step Twelve

Just push burn, and that’s it! Congratulations, you just made a bootable Win XP CD with SP2 slipstreamed!


Copyright © 2010 TrainPro Blog. WP Theme created by Web Top.