Showing posts with label Windows XP. Show all posts
Showing posts with label Windows XP. Show all posts

March 9, 2010

How to Change Command Prompt Font

I'm sure you already read my post about How to change command prompt color. Now, I try to explain how to to change the command prompt font. If you combine both tips, you will have a new look for the CMD. With the new look of command prompt, it will more comfortable when working on it.

This tips is almost have the same way with the previous tips. You can change the command prompt font from it properties windows. Here the steps to change the command prompt font:
  1. Click Start »» Run. Type in "cmd" (without quotes) then press Enter to open Command Prompt.

  2. Right click on Command Prompt windows title bar and select Properties.

  3. CMD Context Menu
  4. On the properties Windows, click on the Font tab.

  5. Select the font type and it size that suite for you.

  6. Rubah Font dan Ukuran Font CMD
  7. Click the OK button to save the changes.

  8. When a dialog appears, select the second option and klik OK if you want this change applied permanently.

Everything is done. You can see the new look of your command prompt after changing it's font. Enjoy it!

March 7, 2010

How to Change Command Prompt Color

On the previous post, I have tell you how to maximize command prompt. On the post I have explained a simple tips to maximize command prompt (CMD) just like the other windows. Now, I want to tell how to change command prompt color. This tips show you how easily to change the color of the command prompt.


This trick works on Windows XP, Vista and Windows 7. So, you don't need to worried this tips wont work your version of Windows. To change command prompt color, follow this steps:
  1. Open command Prompt. You can open it by clicking on Start »» Run and type "cmd" then hit Enter.

  2. Right-click on the Command Prompt title bar and select Properties.

  3. CMD Context Menu
  4. On the Command Prompt Properties Windows, switch to color tab by clicking on it.

  5. Change the Color value in Color box to your own value. For example Red color.

  6. Change Command Prompt Color
  7. Finally, click on OK button to save your changes.

  8. When a dialog appears, select the second option and klik OK if you want this change applied permanently.


All done. Now you have a new color for your command prompt screen. It looks more attrative when the command prompt color changed. Enjoy it!

March 3, 2010

How to Rename Recycle Bin

As we know we can't rename the recycle bin with other names. It is because there is no rename menu available when we right click on it. So what should we do when we want to rename recycle bin? Does it can't be renamed?

Don't worried. There is a tricks to make the recycle bin renameable. We should create a new value in windows registry to do so. Here's the step:
  1. Click on Start »» Accessories »» Notepad to open Notepad

  2. On the notepad window type the following code:
    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
    "Attributes"=hex:50,01,00,20
    "CallForAttributes"=dword:00000000

  3. Save the code as registration entry file by click on Save as menu. On the save dialog, select All Files on the Save as type dropdown box and named it with .reg extention, for example RenameRecycleBin.reg.

  4. Save Dialog Box
  5. Now, open the Windows Explorer and locate the registration entries file that you have created. Right click on it and select Merge.

  6. Merge Reg File
  7. When a dialog box appears, click Yes.

You have successful adding an entry to the Registry of Windows. Now, try to rename it with other name fro example Trash or Bin. Good luck!
Rename Recycle Bin

March 1, 2010

Another Way to Empty Recycle Bin

Cara Lain Mengosongkan Recycle Bin
Sometimes, we often empty the recycle bin to get more space in our hard drive. To empty the recycle bin we usually right clicking on the recycle bin and select Empty Recycle bin. I think most of you have been familiar with this way. But, did you that there is another way to empty recycle bin? You can empty he recycle bin by right clicking on a drive and select empty recycle bin.

How it works? We will create a new context menu on our drives which functioned to empty the recycle bin. This context menu will appears on all drives on the PC when we right click on it. To create the context menu, we should add new keys on the registry. Here's the steps:
  1. Open Notepad by clickin on Start »» Accessories »» Notepad.

  2. On the Notepad windows type the following codes:

  3. Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\directory\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}]

    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}]

  4. Save it with .reg extention by clicking File »» Save As. On the save as dialog box, select All Files on the Save as type dropdown box and named the file with .reg extention, for example EmptyRecycleBin.reg. Then click the save button.

  5. Empty Recycle Bin.reg
  6. Now, merge the new Registration Entries file by right clickin on it then select Merge. When a dialog box appears click yes.

Everything is done. Try to right click on one of your drive through Windows Explorer. Is there a new menu named Empty Recycle bin? If there is it, congratulation! You have another way to empty recycle bin. This tips works on Windows XP Professional.

February 18, 2010

Flip 3D Effect on Windows XP

The Flip 3D effect on Windows is not a new thing. The Flip 3D effect firstly introduced on Windows Vista. This effect is also available on Windows 7. You still can use this feature on Windows 7. But, in Windows 7 the Flip 3D shortcut is no longer visible on the taskbar. To enable it you can read Restoring Flip 3D Shortcut. Unfortunately, this flip 3d effect unavailable in Windows XP. So, the windows XP users who willing to try this effect are little bit disappointed.

Don't be worried! There is an application which can enable the flip 3D effect on your Windows XP desktop. This software name is WinFlip. WinFlip is a free portable software which can enabled Flip 3D effect on Windows XP. This software was created by Koji Higashino. The size of software is about 1.2 MB.

To activate the flip 3D effect you can press the Alt + Tab key. Yuo can change this key from software options. When the filip 3D effect active, each windows will assigned with alphabet. So, you can press the key according of windows alphabet to activate the windows. The flip 3D effect can also activated with mouse gesture. Click and hold the left mouse button then make a circle path will activate it.


When the application is active, it will be place on your computer notification area. You can access the the application menus by right klik on it's icon. If you want to try make a flip 3d effect on your windows XP desktop, you can download WinFlip for free at the following link:
Download WinFlip

February 14, 2010

How to Kill Process through Command Prompt

As we know, windows provide a tool which able to kill a running process on our computer. This tool know as task manager. Task manager can be accessed by pressing the combination of Ctrl + Alt + Del button on our keyboard. By using task manager, you can terminate running processes or programs with a single klik. But, what if the task manager disabled by a virus? How can you terminate the virus process?

There is another way to kill or terminate running process on a computer. You can use another windows tool to do so. You can use command prompt (CMD) to terminate running process on a computer. Here's the steps how to kill running process through command prompt:
  1. Open Command Prompt by clicking on Start »» Run and type "cmd" (without quotes) then hit Enter.

  2. On the CMD windows type "tasklist" (without quotes) then press Enter. The function of this command is to show the list of running processes on the computer.


  3. At the image above, you can see each process has it own Image Name (File Name) and PID. We will use the process image name or it's PID to terminate it.

To kill a process you can use "taskkill" command, combine with process image name or process PID. For example, if you want to kill explorer process, you can use this command "taskkill /IM explorer.exe /F" or "taskkill /PID 1776 /F". The function of "/F" parameter is to specifies to forcefully terminate the process (es).

By using command prompt, you also can kill multiple porcesses at once. For example, if you want to kill Notepad (PID 776), Explorer (1776) and Calculator (PID 1340) at once, you can use this command "taskkill /PID 776 /PID 1776 /PID 1340 /F". To learn more about "taskkill" command, you can type "taskkill /?" to view it's help.

February 9, 2010

How to Remove Desktop Icon Text

Today, I will show you how to remove the dekstop icon text. How it works? Because as we know, we can not rename any single item on windows OS with empty space. That’s right. On windows we can not use empty space to rename directories, files or icons. But, we still can use an empty character to replace all visible text on desktop icon. The empty characters in windows is Alt+255. So, we will use it to remove desktop icon text.

This tips can be used in Windows XP, Vista and Windows 7. Here’s the steps how to remove the text from desktop icon:
  1. Right click on the first desktop icon which do you want to remove its text, then select Rename

  2. Now, press and hold the Alt key on your keyboard. Then type "255" (without quotes).

  3. After that you can release the Alt Key.

Done. Now you can see the text of icon that you have renamed disappear.

Menghilangkan Teks pada Icon Desktop
To remove the text of the rest of icons, you just repeat the steps that given above. But, for the second icon you should type “Alt+255” twice. Three times for the third icon. Four times for the forth icon and so on. Until you have renamed all your desktop icons. Why, because you can't assign a same name for two items on windows. Good Luck!

February 5, 2010

How to Create Shutdown, Reboot and Log Off Icon on Desktop

On this article, Computer tips and tricks will show how to create shutdown, reboot and log off icon on your desktop. By creating those icon, you have an alternative way to shutdown, reboot, and log off your computer. How it works? Windows has a program called SHUTDOWN.EXE. The function of this program is to turn off your computer. Not only to turn off the computer, shutdown.exe also used to bring the computer in standby mode or log off an active user. Therefore, to create shutdown, reboot and log off icon on your desktop, we will use this program.

This tip works on Windows XP, Windows Vista and Windows 7. Here's the steps:
  1. Right click on an open area of the desktop and select New »» Shortcut

  2. Enter in "shutdown -s -t 00" - no quotes then press the Next button

  3. Named your shortcut on the next windows. E.g: Shutdown.

  4. Click on Finish button to close it and your Shutdown icon is complete.

Now, you have a shutdown button on your desktop. You can also create reboot icon on the desktop with the same steps. To do so, enter "shutdown -r -t 00" on create shortcut windows. And for a log off icon, enter "shutdown -l -t 00"

Here's the parameters you can use to change the way of those icon work:
Shutdown [{-l|-s|-r|-a}] [-f] [-m [\\Computer Name]] [-t xx] [-c "message"] [-d[u][p]:xx:yy]

Parameters:
  • -l - Logs off the current user, this is also the default. -m Computer Name takes precedence.

  • -s - Shuts down the local computer.

  • -r - Reboots after shutdown.

  • -a - Aborts shutdown. Ignores other parameters, except -l and Computer Name. You can only use -a during the time-out period.

  • -f - Forces running applications to close.

  • -m [\\Computer Name] - Specifies the computer that you want to shut down.

  • -t xx - Sets the timer for system shutdown in xx seconds. The default is 20 seconds.

  • -c "message" - Specifies a message to be displayed in the Message area of the System Shutdown window. You can use a maximum of 127 characters. You must enclose the message in quotation marks.


After all the icon done, the shutdown, reboot and log off icon as the following figure.
Shutdown, Reboot and Log Off Icon on Desktop

January 29, 2010

How to Remove Recycle Bin Icon From Desktop Part 2

On the previous post, I write about how to remove recycle bin icon from desktop. On that post, you should remove a key from registry. If you think, it’s not save for your system, there is another way to remove recycle bin from desktop. This tips doesn’t need to remove any key from registry. It will be easier for you to restore the recycle bin icon if sometimes you need the icon again.

This tips can be used on Windows XP Pro, Windows Vista or Windows 7. Here the steps to remove recycle bin icon from your deskktop:
  1. Open Run and type "gpedit.msc" (without quotes) the hit Enter.
  2. On the Group Policy Editor windows navigate to User Configuration »» Desktop.


  3. At the right side of windows find item named Remove Recycle Bin Icon from Desktop then double click on it.

  4. Remove Recycle Icon From Desktop Item
  5. The Properties windows will appear. Select the Enabled option on this Windows the klik OK to save it.

  6. Remove Recycle Icon From Desktop Properties
  7. Close the Group Policy Editor windows.

Now go back to your desktop, press F5 to refresh it. The recycle bin icon will disappear from your desktop. Congratulation! You have remove the recycle bin icon from your desktop.

January 28, 2010

How to Remove Recycle Bin Icon from Desktop

I believe most of you have tried to remove the recycle bin icon from your desktop. Unfortunately, the recycle bin icon doesn't have Delete item on its context menu. How can we remove the recycle bin icon? This tips will show you how to remove recycle bin icon from your desktop. It’s usable for you who want to remove some icon from your desktop including the recycle bin icon to make some space on your desktop.

Here the steps to remove recycle bin icon from your desktop:
  1. Open the run command and type “regedit” (without quotes) then hit Enter to open the Windows Registry Editor.

  2. On the Registry Editor windows, navigate to HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Explorer/Desktop/NameSpace

  3. Find a key named {645FF040-5081-101B-9F08-00AA002F954E}

  4. If you find it then remove it.

Now close the Registry Editor and refresh your desktop by pressing the F5 button on your keyboard. The recycle bin icon will disappear from your desktop.

Note:
It's important to create a backup before removing they that mentioned above. It's necessary because if you want to restore the recycle bin icon, you just restore the backup. To create a backup please follow these steps:
  1. Right click on the key which do you want to create a backup then select export.

  2. On the save dialog Windows named the backup and click on the save button.

You have created the backup of the key. To restore it, right click on the backup file and select Merge. The key will store into registry.

January 23, 2010

How to Maximize Command Prompt

CMD
Have you ever tried to maximize you command prompt? Is it maximized as the other windows? I believe it is not. It's because by default, you can only maximize the Command Prompt vertically in windows. When you click maximize button, the Command Prompt will be maximized vertically.

To maximize the Command Prompt window both vertically and horizontally, you need to do a little tweak to your command prompt. To do this tweak follow the following steps:
  1. Open Run and type "cmd" (without quotes) then then press enter to open Command Prompt.

  2. Run
  3. Right-click on the Command Prompt title bar and select Properties.

  4. CMD Context Menu
  5. On the Command Prompt Properties Windows, wwitch to Layout tab by clicking on it.

  6. Change the Width value in Screen Buffer Size box to your own value. In my computer I used 400 for widht and 300 for he height.

  7. CMD Properties
  8. Finally, click on the OK button to save it.

Now, try to maximize you command prompt. Does it work? If it is not, make sure you have change the value on the Screen buffer size box. The try it again. That's a little tweak how to maximize command prompt windows. This tweak works on windows XP, Vista and windows 7.

January 16, 2010

How to Disable Autorun in Windows XP

When you inserting a usb flash drive or a DVD to your computer, a dialog appears which is asking you what do you to do to your new drive. This windows feature help us very much. But, it makes our computer more potential attacked by viruses because a lot of viruses are using this feature to make them automatically executed when a drive is inserted to a computer. So, in order to prevent our computer from virus attack, it's better for you to disable autorun feature.

If you want to disabled autorun on your computer, you can follow these steps:
  1. Click Start »» Run. Type "gpedit.msc" (without quote) and press Enter.


  2. The Group Policy window will appear. On this window, navigate to User Configuration »» System.

  3. On the right side of the window, find "Turn off Autoplay" item then double click on it.


  4. On the next windows, select the Enabled option. Then click the OK button to save and close this window.


The steps how to disable autorun in Windows XP was done. Now, close the Group Policy Editor window. Save all your work then reboot your computer. It's necessary to make the change you have made affected. After your computer rebooted, try to insert a new drive to you computer. Does the autorun dialog appear again? If it's not, congratulation you have done a good job. If it is not, make sure you have selected the Enabled option on the Turn off Autoplay Properties windows.

November 11, 2009

Remove Programs from Add/Remove Program List

When you uninstall a program, it's removed from your computer and also it will not appear again on Add/Remove Program list. But some of them are still appear in Add/Remove program list. This problem is actually happened because the program uninstaller is not working properly when removing its program from your computer. It removes all installed files but not the uninstaller key from registry.

If you are facing this kind of problem, there is a useful tips that you can use to remove programs from Add/Remove Program list. Follow the following steps:
  1. Open Registry Editor by click Start >> Run and type "Regedit" then press Enter.

  2. On the Registry Editor window, navigate to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall".

  3. Find the name of program that you want to remove from Add/Remove Program list

  4. Once you find it, delete it. Remeber, be sure that is the program which you want to remove from Add/Remove program list. Because you can undo this action.

Now, open the Add/Remove Program. You might not see the program on the list anymore. I hope this computer tips useful to you.

October 5, 2009

Shutdown in 2 Keystrokes

When you tried to shut downing you computer, you should clicking 2 or more button to do so. Especially in Windows XP. In Windows XP you should click the Start Menu button then Shut Down button. After a few second, you should click a Turn Off button once more. Imagine if you are using a laptop without a mouse on it. How long you take it?

But I found a tip to make it easier for you. You can shut down the computer with only 2 key stroke. This tips is very simple. To shut down you computer you can press Alt+F4 keys then press U key on your keyboard. After that the computer will shut down.

You can also use this tips to bring your computer in Standby mode with pressing S key after you press Alt+F4 keys. Or you can Restart you computer with Alt+F4 keys and R key.

Remeber, this tips only works in Windows XP. In Windows Vista and Windows 7 I can't see it works.

Baca artikel ini dalam Bahasa Indonesia di Tips Trik Komputer dan Windows.

September 18, 2009

Increase Start Menu Speed in Windows XP

Start Menu in Windows XP is too slow to appear. It takes 0.4 to 0.5 seconds to display all start menu items. It can be more if you place many item on it. This is caused by the default Windows XP set the Menu Show Delay to 0.4 seconds. To increase Start Menu speed, we should change this value into zero. We can change it from Registry editor. To do this follow this steps:
  1. Click Start => Run.

  2. Type “regedit” (without quote) on the Run dialog box then press Enter.


  3. In Registry Editor Window, locate to HKEY_CURRENT_USER\Control Panel\Desktop.


  4. At the right panel, find MenuShowDelay item.


  5. After you found it, change it value from 400 to 0 by double click on it.


  6. Close the Registry Editor

Another easy way to increasing speed of Start Menu Items is to turn off the menu shadow. Follow these steps:
  1. Right click on your desktop then select Properties.


  2. On Display Properties Windows, click Appearance tab.

  3. Click Effect button.


  4. Uncheck Show Shadow Under Menus.


  5. Click OK button to save it.

  6. Close the Display Properties Window and save it by click OK button.

Now try to access your Start Menu by clicking on it. Then point to All Program. Is there any changes?

Click the following links to get the PDF of this article:
Link 1: Increase Start Menu Speed in Windows XP.pdf

Baca artikel ini dalam Bahasa Indonesia di Tips Trik Komputer dan windows

July 8, 2009

Tuning Hard Disk Speed in Windows XP

How can I increase my hard disk speed in Windows XP/2003? To speed up your hard disk speed we need to configure a special buffer in the computer's memory in order to enable it to better deal with interrupts made from the disk.

This tip is only recommended if you have 256MB RAM or higher.

Follow these steps:
  1. Run SYSEDIT.EXE from the Run command.

  2. Expand the system.ini file window.

  3. Scroll down almost to the end of the file till you find a line called [386enh].

  4. Press Enter to make one blank line, and in that line type

  5. Irq14=4096



    Note: This line IS CASE SENSITIVE!!!


  6. Click on the File menu, then choose Save.

  7. Close SYSEDIT and reboot your computer.

Done. Speed improvement will be noticed after the computer reboots.

Click the following links to get the PDF:
Link 1: Tuning Hard Disk Speed in Windows XP.pdf

Baca artikel ini dalam Bahasa Indonesia di Tips Trik Komputer dan Windows.

June 6, 2009

Copy and Move to Context Menu

Copy and Move to Context Menu
Copy and paste or cut and paste is something we often do if we manage our files. Sometimes we should move from one directory to another to do so. Imagine if we should manage a lot of files. It will be a hard work because we should move from one directory to another for many times.

To make it easier when we should copying and moving files, we
can create a copy to folder and move to folder context menu in Windows Explorer. With this context menu we don’t need to move between directories. Here’s the steps:
  1. Open Notepad by clicking Start Menu and point to Accessories and click Notepad.

  2. Then type the code bellow:
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers]
    [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
    @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
    [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
    @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"


  3. Save it as Registration Entries by clicking menu File => Save As. On the Save As dialog choose All Files on the Save Type As option. Then give it’s name whatever you want but with .reg extention. For example “CopyMove.reg” (without quote). Click save button to save it.

  4. Save As Dialog
  5. After those code saved, execute it then a message box will appear. Click Yes button on it. Another message box will appear if it succesfull and everything is done.

Now you have a Copy to Folder and Move to Folder on your Windows Explorer context menu. Try to right click a file to know it’s working or not. If you need the Registration Entries file, you can download it here. Extract the downloaded file and execute it.

Click the following link (s) to get the PDF of this article:
Link 1: Copy and Move to Context Menu.pdf