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!


Password Recovery For Switch

Posted under TrainPro Tech Center by christina on Tuesday 31 March 2009 at 5:01 pm

1. Connect PC to the console port

2. Reboot the switch

3. Press “mode” button on the switch

4. Initialize the flash file system

    switch: flash_init

5. Load any helper files

    switch: load_helper

6. Display the contents of flash memory. Should identify a file named config.text

    switch: dir flash:

7. Rename the configuration file (config.text) to other file name because switch will only recognize the file named config.text as the configuration file. If no such file exists, the switch will treat it as a “clean” switch with no configuration

    switch: rename flash: config.text flash:config.text.old

8. Reboot the switch

    switch: boot

5. Enter “No” when user is asked to enter the initial configuration dialog

6. Rename the configuration file back to the original file name and save it to the running configuration once user has entered into the privilege mode in order to retrieve back the original configuration.

    switch>en

    switch# rename flash:config.text.old flash:config.text

    switch# copy flash:config.text system:running-config

7. Change all the necessary password(s) and save the configuration


Does Keyboard Shortcuts Make Things Faster?

Posted under TrainPro Tech Center by Adrian.Yeow on Friday 20 March 2009 at 10:30 am

SHORTCUTS?

Getting used to using your keyboard exclusively and leaving your mouse behind will make you much more efficient at performing any task on any Windows system. I use the most of the following keyboard shortcuts very often daily:

Windows key + R = Run menu

This is usually followed by:

cmd = Command Prompt

iexplore + "web address" = Internet Explorer

compmgmt.msc = Computer Management

dhcpmgmt.msc = DHCP Management

dnsmgmt.msc = DNS Management

services.msc = Services

eventvwr = Event Viewer

dsa.msc = Active Directory Users and Computers

dssite.msc = Active Directory Sites and Services

Windows key + E = Explorer

ALT + Tab = Switch between windows

ALT, Space, X = Maximize window

CTRL + Shift + Esc = Task Manager

Windows key + Break = System properties

Windows key + F = Search

Windows key + D = Hide/Display all windows

CTRL + C = copy

CTRL + X = cut

CTRL + V = paste

Also don’t forget about the "Right-click" key next to the right Windows key on your keyboard. Using the arrows and that key can get just about anything done once you’ve opened up any program.

Keyboard Shortcuts

[Alt] and [Esc] Switch between running applications

[Alt] and letter Select menu item by underlined letter

[Ctrl] and [Esc] Open Program Menu

[Ctrl] and [F4] Close active document or group windows (does not work with some applications)

[Alt] and [F4] Quit active application or close current window

[Alt] and [-] Open Control menu for active document

Ctrl] Lft., Rt. arrow Move cursor forward or back one word

Ctrl] Up, Down arrow Move cursor forward or back one paragraph

[F1] Open Help for active application

Windows+M Minimize all open windows

Shift+Windows+M Undo minimize all open windows

Windows+F1 Open Windows Help

Windows+Tab Cycle through the Taskbar buttons

Windows+Break Open the System Properties dialog box

Accessibility shortcuts

Right SHIFT for eight seconds…….. Switch FilterKeys on and off.

Left ALT +left SHIFT +PRINT SCREEN……. Switch High Contrast on and off.

Left ALT +left SHIFT +NUM LOCK……. Switch MouseKeys on and off.

SHIFT……. five times Switch StickyKeys on and off.

NUM LOCK…… for five seconds Switch ToggleKeys on and off.

Explorer shortcuts

END……. Display the bottom of the active window.

HOME……. Display the top of the active window.

NUM LOCK+ASTERISK……. on numeric keypad (*) Display all subfolders under the selected folder.

NUM LOCK+PLUS SIGN……. on numeric keypad (+) Display the contents of the selected folder.

NUM LOCK+MINUS SIGN……. on numeric keypad (-) Collapse the selected folder.

LEFT ARROW…… Collapse current selection if it’s expanded, or select parent folder.

RIGHT ARROW……. Display current selection if it’s collapsed, or select first subfolder.

Type the following commands in your Run Box (Windows Key + R) or Start Run

devmgmt.msc = Device Manager

msinfo32 = System Information

cleanmgr = Disk Cleanup

ntbackup = Backup or Restore Wizard (Windows Backup Utility)

mmc = Microsoft Management Console

excel = Microsoft Excel (If Installed)

msaccess = Microsoft Access (If Installed)

powerpnt = Microsoft PowerPoint (If Installed)

winword = Microsoft Word (If Installed)

frontpg = Microsoft FrontPage (If Installed)

notepad = Notepad

wordpad = WordPad

calc = Calculator

msmsgs = Windows Messenger

mspaint = Microsoft Paint

wmplayer = Windows Media Player

rstrui = System Restore

netscp6 = Netscape 6.x

netscp = Netscape 7.x

netscape = Netscape 4.x

waol = America Online

control = Opens the Control Panel

control printers = Opens the Printers Dialog

Internet browser

type in your address "google", then press [Right CTRL] and [Enter]

add www. and .com to word and go to it

For Windows XP:

Copy. CTRL+C

Cut. CTRL+X

Paste. CTRL+V

Undo. CTRL+Z

Delete. DELETE

Delete selected item permanently without placing the item in the Recycle Bin. SHIFT+DELETE

Copy selected item. CTRL while dragging an item

Create shortcut to selected item. CTRL+SHIFT while dragging an item

Rename selected item. F2

Move the insertion point to the beginning of the next word. CTRL+RIGHT ARROW

Move the insertion point to the beginning of the previous word. CTRL+LEFT ARROW

Move the insertion point to the beginning of the next paragraph. CTRL+DOWN ARROW

Move the insertion point to the beginning of the previous paragraph. CTRL+UP ARROW

Highlight a block of text. CTRL+SHIFT with any of the arrow keys

Select more than one item in a window or on the desktop, or select text within a document. SHIFT with any of the arrow keys

Select all. CTRL+A

Search for a file or folder. F3

View properties for the selected item. ALT+ENTER

Close the active item, or quit the active program. ALT+F4

Opens the shortcut menu for the active window. ALT+SPACEBAR

Close the active document in programs that allow you to have multiple documents open simultaneously. CTRL+F4

Switch between open items. ALT+TAB

Cycle through items in the order they were opened. ALT+ESC

Cycle through screen elements in a window or on the desktop. F6

Display the Address bar list in My Computer or Windows Explorer. F4

Display the shortcut menu for the selected item. SHIFT+F10

Display the System menu for the active window. ALT+SPACEBAR

Display the Start menu. CTRL+ESC

Display the corresponding menu. ALT+Underlined letter in a menu name

Activate the menu bar in the active program. F10

Open the next menu to the right, or open a submenu. RIGHT ARROW

Open the next menu to the left, or close a submenu. LEFT ARROW

Refresh the active window. F5

View the folder one level up in My Computer or Windows Explorer. BACKSPACE

Cancel the current task. ESC

SHIFT when you insert a CD into the CD-ROM drive Prevent the CD from automatically playing.

Use these keyboard shortcuts for dialog boxes:

Move forward through tabs. CTRL+TAB

Move backward through tabs. CTRL+SHIFT+TAB

Move forward through options. TAB

Move backward through options. SHIFT+TAB

Carry out the corresponding command or select the corresponding option. ALT+Underlined letter

Carry out the command for the active option or button. ENTER

Select or clear the check box if the active option is a check box. SPACEBAR

Select a button if the active option is a group of option buttons. Arrow keys

Display Help. F1

Display the items in the active list. F4

Open a folder one level up if a folder is selected in the Save As or Open dialog box. BACKSPACE

If you have a Microsoft Natural Keyboard, or any other compatible keyboard that includes the Windows logo key and the Application key , you can use these keyboard shortcuts:

Display or hide the Start menu. WIN Key

Display the System Properties dialog box. WIN Key+BREAK

Show the desktop. WIN Key+D

Minimize all windows. WIN Key+M

Restores minimized windows. WIN Key+Shift+M

Open My Computer. WIN Key+E

Search for a file or folder. WIN Key+F

Search for computers. CTRL+WIN Key+F

Display Windows Help. WIN Key+F1

Lock your computer if you are connected to a network domain, or switch users if you are not connected to a network domain. WIN Key+ L

Open the Run dialog box. WIN Key+R

Open Utility Manager. WIN Key+U


Schedule Reload for Cisco Devices

Posted under TrainPro Tech Center by christina on Wednesday 18 March 2009 at 10:38 pm

Schedule for reload is needed when user is planning to make changes to the router and unsure of the result may be. If the change the user made previously could possibly lock him/her out of the router, auto reload can be set as an emergency back-out mechanism. But make sure configuration has been saved prior to new changes.

 

cisco(config)# reload in 3

OR

cisco(config)# reload at 11:00:00 March 18 2009

 

You can also cancel it by using the following command.

cisco(config)# reload cancel


Six Sense Technology

Posted under TrainPro Tech Center by Mr Money on Tuesday 17 March 2009 at 6:42 pm

If you have watch movie such as minority report, you may find this very interesting. Imagine this is what we will do going meeting friends, shopping or reading newspaper.

More info click here


Spyware, Ad-ware… Annoying?!

Posted under TrainPro Tech Center by Adrian.Yeow on Tuesday 17 March 2009 at 12:05 pm

SPYWARE? AD-WARE?

What would be more annoying than having a Laptop/PC which you have fully customized with your preferences and settings, date files all well managed, system settings and performance fully optimized and only to find out the next day, your computer had already infected by spyware, ad-ware and you have no help rush in for you and you have to format! It was me before and I would like to share some information that i know for you! There are a lot of PC users that know little about "Spyware", "Mal-ware", "hijackers", "Dialers" & many more. This will help you avoid pop-ups, spammers and all those baddies.

What is spy-ware?
Spy-ware is Internet jargon for Advertising Supported software (Ad-ware). It is a way for shareware authors to make money from a product, other than by selling it to the users. There are several large media companies that offer them to place banner ads in their products in exchange for a portion of the revenue from banner sales. This way, you don’t have to pay for the software and the developers are still getting paid. If you find the banners annoying, there is usually an option to remove them, by paying the regular licensing fee.

Known spywares
There are thousands out there, new ones are added to the list everyday. But here are a few:
Alexa, Aureate/Radiate, BargainBuddy, ClickTillUWin, Conducent Timesink, Cydoor, Comet Cursor, eZula/KaZaa Toptext, Flashpoint/Flashtrack, Flyswat, Gator, GoHip, Hotbar, ISTbar, Lions Pride Enterprises/Blazing Logic/Trek Blue, Lop (C2Media), Mattel Brodcast, Morpheus, NewDotNet, Realplayer, Songspy, Xupiter, Web3000, WebHancer, Windows Messenger Service.

How to check if a program has spyware?
The is this Little site that keeps a database of programs that are known to install spyware.

Check Here: http://www.spywareguide.com/product_search.php

If you would like to block pop-ups (IE Pop-ups).
There tons of different types out there, but these are the 2 best, i think.

Try: Google Toolbar (http://toolbar.google.com/) This program is Free
Try: AdMuncher (http://www.admuncher.com) This program is Shareware

If you want to remove the "spyware" try these.
Try: Lavasoft Ad-Aware (http://www.lavasoftusa.com/) This program is Free
Info: Ad-aware is a multi spyware removal utility, that scans your memory, registry and hard drives for known spyware components and lets you remove them. The included backup-manager lets you reinstall a backup, offers and multi language support.

Try: Spybot-S&D (http://www.safer-networking.org/) This program is Free
Info: Detects and removes spyware of different kinds (dialers, loggers, trojans, user tracks) from your computer. Blocks ActiveX downloads, tracking cookies and other threats. Over 10,000 detection files and entries. Provides detailed information about found problems.

Try: BPS Spyware and Adware Remover (http://www.bulletproofsoft.com/spyware-remover.html) This program is Shareware
Info: Adware, spyware, trackware and big brotherware removal utility with multi-language support. It scans your memory, registry and drives for known spyware and lets you remove them. Displays a list and lets you select the items you’d like to remove.

Try: Spy Sweeper v2.2 (http://www.webroot.com/wb/products/spysweeper/index.php) This program is Shareware
Info: Detects and removes spyware of different kinds (dialers, loggers, trojans, user tracks) from your computer.
The best scanner out there, and updated all the time.

Try: HijackThis 1.97.7 (http://www.spywareinfo.com/~merijn/downloads.html) This program is Freeware
Info: HijackThis is a tool, that lists all installed browser add-on, buttons, startup items and allows you to inspect them, and optionally remove selected items.

If you would like to prevent "spyware" being install.
Try: SpywareBlaster 2.6.1 (http://www.wilderssecurity.net/spywareblaster.html) This program is Free
Info: SpywareBlaster doesn`t scan and clean for so-called spyware, but prevents it from being installed in the first place. It achieves this by disabling the CLSIDs of popular spyware ActiveX controls, and also prevents the installation of any of them via a webpage.

Try: SpywareGuard 2.2 (http://www.wilderssecurity.net/spywareguard.html) This program is Free
Info: SpywareGuard provides a real-time protection solution against so-called spyware. It works similar to an anti-virus program, by scanning EXE and CAB files on access and alerting you if known spyware is detected.

Try: XP-AntiSpy (http://www.xp-antispy.org/) This program is Free
Info: XP-AntiSpy is a small utility to quickly disable some built-in update and authentication features in WindowsXP that may rise security or privacy concerns in some people.

Try: SpySites (http://camtech2000.net/Pages/SpySites_Prog…ml#SpySitesFree) This program is Free
Info: SpySites allows you to manage the Internet Explorer Restricted Zone settings and easily add entries from a database of 1500+ sites that are known to use advertising tracking methods or attempt to install third party software.

Usefull tools…
Try: Stop Windows Messenger Spam 1.10 (http://www.jester2k.pwp.blueyonder.co.uk/j…r2ksoftware.htm) This program is Free
Info: "Stop Windows Messenger Spam" stops this Service from running and halts the spammers ability to send you these messages.

—————————————————————————-
All these softwares will help remove and prevent evil spammers and spywares attacking your PC. I myself recommend getting "spyblaster" "s&d spybot" "spy sweeper" & "admuncher" to protect your PC. A weekly scan is also recommended

Free Virus Scan
Scan for spyware, malware and keyloggers in addition to viruses, worms and trojans. New threats and annoyances are created faster than any individual can keep up with.
http://defender.veloz.com// - 15k 

Download the BrowserVillage Toolbar.
Customize your Browser! Eliminate Pop-up ads before they start, Quick and easy access to the Web, and much more. Click Here to Install Now!
http://www.browservillage.com/ – 36k

Fuh, hope this benefit you guys!


Configure Terminal Server

Posted under TrainPro Tech Center by christina on Sunday 15 March 2009 at 10:06 pm

1. Configure an IP address on the ethernet interface

cisco(config)# int fa0/0

cisco(config-if)# ip add 192.168.1.50 255.255.255.0

cisco(config-if)# no shut

 

2. Create a loopback interface

cisco(config)# int lo0

cisco(config-if)# ip add 1.1.1.1 255.0.0.0

 

3. Configure the line based on the “show line” output.

* If enabled, the port will be accessible through the network on TCP port 20xx where xx is the TTY of the port on the router

cisco(config)# line 1 16

cisco(config-line)# no exec  //unwanted signals from the attached device do not launch.

cisco(config-line)# exec-timeout 0 0 //disable the line timeout period

cisco(config-line)# logging synchronous

cisco(config-line)# transport input all

 

4. Configure default route

cisco(config)# ip route 0.0.0.0 0.0.0.0 192.168.1.1

cisco(config)# ip default-gateway 192.168.1.1 

// ip default-gateway is configured as well in case routing is not enabled. E.g. the terminal server is in ROMMON mode as a result of a bad reboot after power outage.

 

5. Enable telnet line

cisco(config)# line vty 0 4

cisco(config-line)# password cisco

cisco(config-line)# login

 

6. Configure host and line mapping

*e.g. Router A is connected to line 1

cisco(config)# ip host RouterA 2001 1.1.1.1


Next Page »

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