Showing posts with label Windows XP Use Tips WITH Staps. Show all posts
Showing posts with label Windows XP Use Tips WITH Staps. Show all posts

Windows XP Tips: Display Your Own Error Messages


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

When you try to delete Microsoft Outlook from the desktop, you get the warning message "The Outlook Desktop icon provides special functionality and we recommend that you do not remove it." If you like, you can edit that message to display whatever you want. In the CLSID's subkeyfor example, {00020D75-0000-0000-C000-000000000046} for Microsoft Outlook you'll find the value Removal Message.

 Edit this value to whatever text you want, and your warning message will appear whenever someone tries to delete the icon. This is just an example. Follow the suit for customizing the error messages for other icons too.



"Windows XP Tips: Display Your Own Error Messages"



Reference : techpraveen.com

Windows XP Tips: Improved Use of System cache


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

Open registry by going to START-RUN and entering regedit. Navigate to the registry key that is 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager \MemoryManagement . Look for value of "LargeSystemCache". If available, do one of the following: If the computer is a workstation, set its value to 0.

 If it is a server set a value of 1. 



"Windows XP Tips: Improved Use of System cache"



Reference : techpraveen.com

Windows XP Tips: Clean Up the “Open With” Menu


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

When you right-click a file, you see the menu option “Open With”, which provides a list of programs for you to open the file with. You can clean up the Open With list by using a Registry  hack.  Run  the  Registry  Editor  (Start Run Regedit)  and  go  to  the  key: 

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer \FileExts. 

Look for the file extension whose Open With list you want to edit and find its OpenWithList subkey. The subkey will have an alphabetical list of String values. 

Open each value and examine the value data. It will be the name of one of the programs on the Open With list . 
Delete any entry you don't want to appear. Don't delete the value data; delete the String value listing. In other words, if the value data for the String value is Winword.exe, delete the entire string rather than just the value data. Exit the Registry. 



"Windows XP Tips: Clean Up the “Open With” Menu"


Reference : techpraveen.com

Windows XP Tips: Remove Menu Items from Explorer


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

Explorer's menus can get messy at times. But you can use a Registry hack to clean it up a bit by removing some items from the Tools menu. Map Network Drive, Disconnect Network 

Drive etc can be stopped from displaying. Run the Registry Editor and go to: 

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 
Create the following DWORD entry and set the values correspondingly.  

If the values are already there, then just check the values: 

NoNetConnectDisconnect.        1 

NoAutoUpdate        1 

NoNetHood          1 


NoOnlinePrintsWizard      1 

NoPublishingWizard        1 

NoWebServices        1 

NoWelcomeScreen        1 

NoInternetOpenWith        1 

NoWindowsUpdate        1 


Restart your computer and see the explorer window with changes. Happy?? 



"Windows XP Tips: Remove Menu Items from Explorer "



Reference : techpraveen.com

Windows XP Tips: Command Prompt on Right-Clicking a Folder


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

With this tip, you can right-click any folder in your windows and open a command prompt at that folder. It is a very old hack and I am mentioning it here because of  compulsion.

Run the Registry Editor and navigate to 

HKEY_LOCAL_MACHINE/Software/Classes/Folder/Shell. Create a new key called Command  Prompt. For the default value, enter whatever text you want to appear when you right-click a folder.. Create a new key beneath the Command Prompt key called Command. Set the default value to Cmd.exe /k pushd %
L. That value will launch Cmd.exe, which is the XP command prompt. The “/k” switch puts the prompt into 
interactive  mode.

  That  is,  it  lets  you  issue  commands  from  the  command  prompt;  the command prompt isn't being used to issue only a single command and then exit. The “pushd” command stores the name of the current directory, and “%L” uses that name to start the command prompt at it. Exit the Registry.  



"Windows XP Tips: Command Prompt on Right-Clicking a Folder "



Reference : techpraveen.com

Windows XP Tips: Create drive menu My Computer



twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

Windows XP makes it easy for you to configure My Computer so it works like a menu, with each  drive  listed  as  a  menu  item.  Here's  how.  Right-click  the  Start  button,  and  select Properties.Click Customize, which is adjacent to the Start Menu radio button, and select Advanced.

 Scroll through the Start Menu Items list box until you see My Computer. Select Display As A Menu, and click OK twice. Now, when you select My Computer from the Start menu, you'll see a menu of individual drives. To access the contents of that drive, just select the drive letter from the menu. 


"Windows XP Tips: Create drive menu My Computer"


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps


Reference : techpraveen.com

Windows XP Tips: Add a program to the Right Click Menu So as to Use it Every where by just doing a Right-Clicking


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

When you right click on any folder, you can have access to that application, the same as using Sent  To  and  New.  Open  Registry  Editor.  Navigate  and  choose: HKEY_CLASSES_ROOT\Folder\shell. Add a new Key to the "Shell" Key and name it anything you like.

 Give it a default value that will appear when you right click a folder, i.e. NewKey (use an "&" without the quotes, in front of any character and it will  allow  you  to  use  the  keyboard).  Navigate  and  click  on  the  registry  key HKEY_CLASSES_ROOT\Folder\shell\NewKey. Now you have to add a New Key named Command and Set the (Default) value of the application you want to run. For example: c:\program files\internet explorer\iexplore.exe (Include the full path) 



"Windows XP Tips: Add a program to the Right Click Menu So as to Use it Every where by just doing a Right-Clicking"

twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps


Reference : techpraveen.com

Windows XP Tips: Turn Off Window Animation


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps
You  can  shut  off  the  animation  displayed  when  you  minimize  and  maximize Windows. Open Registry Editor and go to HKEY_CURRENT_USER\Control panel \Desktop\WindowMetrics.  Create a new string value "MinAnimate". 

Set the value data of 0 for Off or 1 for On



"Windows XP Tips: Turn Off  Window Animation"


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps


Reference : techpraveen.com

Windows XP Tips: Remove Desktop Item Icons My Computer,Recycle Bin


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

Run  the Registry  Editor  and  go  to  HKEY_LOCAL_MACHINE\SOFTWARE  \Microsoft \Windows\CurrentVersion\Explorer\Desktop\NameSpace.  Here's  where  you'll  find  various 
special desktop icons. They're not listed by name, but instead by CLSID. Check the tip number 5 for the  CLSIDs of common desktop objects.

 To remove an icon from the desktop, simply delete the key and then exit the Registry, go to your desktop, 
and press F5 to refresh the screen. If it still doesn’t work, system needs a restart. 


"Windows XP Tips: Remove Desktop  Item  Icons My Computer,Recycle Bin"

twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps


Reference : techpraveen.com

Windows XP Tips: Un-install Wordpad,Automatic Update,Messenger,Pinball etc


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

Use Notepad or another text editor to open the Setup Information file, sysoc.inf, which is generally found in the C:\WINDOWS\INF folder. For this folder to be visible, you will have to enable hidden folders by going into Windows Explorer and choosing Tools Folder Options View Show Hidden Files and Folders. The lines in the file follow the format: program=program.dll,OcEntry,program.inf,,numeral. 

The Pinball game entry, as an example, looks like this: Pinball=ocgen.dll,OcEntry,pinball.inf,HIDE,7. 
 Remove the word HIDE from the entry that refers to the component you want to remove. Save  the sysoc.inf file,  and  run  the  Windows  Components  Wizard  under  Add/Remove programs. The component will now show up in the wizard. Remove it as you would any other component. 


"Windows XP Tips: Un-install Wordpad,Automatic Update,Messenger,Pinball etc"



twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps



Reference : techpraveen.com

Windows XP Tips: Add “Copy To Folder” and “Move To Folder” in a Right- Click Menu


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps
Go  to  HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers. Shellex. It tells you it's a shell extension key that lets you customize the user shell or the interface. Create a new key called Copy To. Set the value to {C2FBB630-2971-11d1-A18C-00C04FD75D13}.  Create  another  new  key  called  Move To.  

Set  the  value  to {C2FBB631-2971-11d1-A18C-00C04FD75D13}.  Exit  the  Registry.The  changes 
should  take effect immediately. The Copy  To Folder and  Move  To  Folder  options will appear. When you right-click a file and choose one of the options, you'll be able to move or copy the file using a dialog box. 


"Windows XP Tips: Add “Copy To Folder” and “Move To Folder” in a Right-Click Menu"


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps


Reference : techpraveen.com

Windows XP Tips: Tune Your Browsing-Tricks on DNS


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps
By default, XP caches negative entries for five minutes. Negative entries are those in which no match was found, and you end up getting a "Cannot find server or DNS" error in your browser.After five minutes, they're cleared from your cache. But if you'd like, you can force XP not to cache these negative entries so that you'll never run into this problem. Run the Registry  Editor  and  go  to  the  following  key: HKEY_LOCAL_MACHINE\  SYSTEM \CurrentControlSet\Services\Dnscache\Parameters. Create a new DWORD value with the name NegativeCacheTime and give it a value of 0. 

The DWORD determines how much time, in seconds, to keep negative entries in the DNS cache. If you like, you can have the entries stay alive for one second by giving the DWORD a value of 1.After you're 
done editing, exit the Registry. To make the change take effect, restart your computer, or flush your cache by issuing the command ipconfig /flushdns at a command prompt. 

You can also use the Registry to control the amount of time positive entries are kept in the DNS  cache.  By  default,  they  are  kept  for  24  hours. To  change  the  default,  go  to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameter 
again and create a DWORD value called MaxCacheEntryTtlLimit. (If it's already present, just 
edit the value.) For the value, enter the amount of time you want the entry to remain, in seconds, making sure to use Decimal as the base. 


"Windows XP Tips: Tune Your Browsing-Tricks on DNS"


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps


Reference : techpraveen.com

Windows XP Tips: Customize the “Send To” Option


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

Adding new locations and programs and taking away existing ones that you never use from this menu is very simple. It's easy to hack. Go to C:\Documents and Settings\<log_in_name> \SendTo, where <log_in_name> is your username with which you login to your system.

 The folder will be filled with shortcuts to all the locations you find on your “Send To” context menu. To remove an item from the Send To menu, delete the shortcut from the folder. To add an item to the menu, add a shortcut to the folder by highlighting the folder, choosing File- 

New Shortcut, and follow the instructions for creating a shortcut. The new setting will take effect immediately. 


"Windows XP Tips: Customize the “Send To” Option"

twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps


Reference : techpraveen.com

Windows XP Tips: Faster Network Access


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

When you use My Network Places to browse for other machines on your network,  Windows XP  first checks for  the  scheduled tasks  on the  target  machine  before listing  the  shared resources present on the computer. We can do a registry hack to avoid this delay.  Invoke the Registry  Editor  by  typing  regedit  at  the  command  line.

  Open  the  following Registrykey:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace. Delete the following key {D6277990-4C6A-11CF-8D87-00AA0060F5BF}.
 Now close the Registry and reboot. 



"Windows XP Tips: Faster Network Access"


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps


Reference : techpraveen.com

Windows XP Tips: Switch to Windows basic search tool


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

Open  the  Registry  Editor.  Now  Navigate  to  HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer \ Cabinet State.  Go to 

Edit New String Value. Name the new value. Double-click the new value, type no in the Value Data text box, and click OK. Close the Registry Editor, and restart the system.To switch back to the Search 
Companion, just go back to the Registry Editor, and change the Value Data to yes. 


"Windows XP Tips: Switch to Windows basic search tool"


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps


Reference : techpraveen.com

Windows XP Tips: Change Text on Windows “Start” Button



twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

Let us start with the “Start” button. Read the entire article at least once before you proceed. I’ve read a number of articles in Orkut about changing the text of the XP Start button. I have been told about a five letter limitation when the button is renamed. 

But with my personal experience I would say that there is no limit as such! I tried even a 10 letter word; I did not include any space though. This hack will be explained in two steps. I am taking extreme caution 
to make sure that nothing goes wrong. The first step is to make a backup copy of the file explorer.exe located at C:\Windows. Copy the explorer.exe and  paste it in a folder somewhere on your hard drive.  

Step 1 – Modify Explorer.exe File The file explorer. exe located at C:\Windows needs to be edited at 
first. Since explorer.exe is a binary file it requires a special editor. I used a special editor called “Resource Hacker”. 

Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources  in  32bit  Windows  executables  and  resource  files.  It  incorporates  an  internal resource script compiler and decompiler and works on Win95, Win98, WinME, WinNT, Win2000 and WinXP operating systems. You can download Resource hacker for free from the internet.

 Do a google search with the key word “Download Resource Hacker”; without quotes and it will take you to the download page.  Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe.  
The category we are going to be using is String Table. Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033.

 If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the stringtable as shown in picture below. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button.

twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps


Just double click on the word “start” so that it’s highlighted, making sure that the quotation marks remain in place,surrounding the new text that you’ll type. Go ahead and type your new entry. Click Compile Script and then save the altered file using the Save As command on the File Menu.

Do not use the Save command – Make sure to use the Save As Make sure to use the Save As command and choose a name for the file (Say “newExplorer.exe”). C:\Windows. 



"Windows XP Tips: Change Text on Windows “Start” Button "


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP 
Tips,Windows XP tips and tricks,Windows XP tips with staps


Reference : techpraveen.com


Windows XP Tips: Banning Programs from “Most Frequently Used” list


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps


Take a look at this for it is very interesting. If any of the following words or phrases is included  in  the  program's  shortcut  name,  the  program  will  be  excluded  from  the  list: Documentation, Help, Install, More Info, Readme, Read me, Read First, Setup, Support, and What's New. Additionally, the following executables are excluded from the list: Setup.exe, Install.exe,  Isuninst.exe,  Unwise.exe,  Unwise32.exe,  St5unst.exe,  Rundll32.exe, Explorer.exe,  Icwconn1.exe,  Inoculan.exe,  Mobsync.exe,  Navwnt.exe,  

Realmon.exe,  and Sndvol32.exe. Run the Registry Editor and go to 

HKEY_CLASSES_ROOT\Applications. 

Underneath this key, you'll find a series of subkeys, each representing an application. The primary purpose of these su-keys is to determine whether the program appears on the Open With dialog box that appears whenever you try to open an unknown file type. But you can also add a value to any of  the  subkeys  which  will  ban  programs  from  appearing  on  the  Most  Frequently  Used 
Programs List. 

Look for a subkey that is the executable name of the application you want to ban from the list; for example, visio.exe for the Visio business illustration program. Once you find the application's subkey, create a new String value for that subkey, named 

NoStartPage. Leave the value blank. Exit the Registry. You might have to reboot for the setting to take effect and the program to be banned from the list. 

Change the Number of Programs That Appear on the List By default, the Most Frequently Used Programs List has room for six programs, but you can change that default and have more or fewer programs appear. Right-click the Start button and choose Properties. Then choose the tab “Start Menu”. Under this tab, 
choose Start Menu- Customize-General. To customize the number of programs to include on 
the list, edit the


"Number of programs on Start menu" box. You can choose any number between 0 and 30. No matter how high your resolution is, don't expect there to be room for 30 programs.


"Windows XP Tips: Banning Programs from “Most Frequently Used” list"



twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP 
Tips,Windows XP tips and tricks,Windows XP tips with staps


Reference : techpraveen.com

Windows XP Tips: Secrets Behind Run Registry key


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

You can start or stop programs from executing at bootup by adding or deleting them to/from  the  run  Keys  in  the  Registry.  Windows  loads  programs  to  start  in  the following order; Program listed in the Local Machine hive, then the Current User hive, then theWin.ini Run= and Load = lines and then finally programs 
in your Start Up folder.



To add or remove programs in the Registry.Open RegEdit. .Go to the desired Key: 

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run 
HKEY_LOCAL_MACHINE\SOFTWARE\Micrsoft\Windows\CurrentVersion\RunServices 


HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run 
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices 



Add a new String Value and name it anything you like. For the value data, enter the path and executable for the program you want to run.  By adding the value to the KEY_CURRENT_USER hive instead allows the program to start only when that user is logged on. If you add the value to the RunOnce key the program will run once and be removed from the key by Windows. 


"Windows XP Tips: Secrets Behind Run Registry key"



twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP 
Tips,Windows XP tips and tricks,Windows XP tips with staps


Reference : techpraveen.com

Windows XP Tips: Change “AM” and “PM” Displayed Near the System Clock Any Text want


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

You can add your name or anything you like that consists of 8 characters or less. This will replace the AM or PM next to the system time. Do not use this tip if you are using any software during the trial period as it will corrupt the trial license. 

Open the RegEdit and navigate to the following registry key: 

KEY_CURRENT_USER\ControlPanel\International. 

Add two new String values, "s1159" and "s2359". Most probably those keys will be already present. If it is not there then create them. Right click the value name and modify. Enter anything you like up to 8 characters. If you enter two different values when modifying, you can have the system tray display the two different values in the AM and PM.



"Windows XP Tips: Change  “AM”  and  “PM”  Displayed  Near the System Clock Any Text want"


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP 
Tips,Windows XP tips and tricks,Windows XP tips with staps



Reference : techpraveen.com

Windows XP Tips: Change Text and Baloon Tip Associated With All Desktop Icons



twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

You need to know the object's class ID (CLSID), which uniquely identifies each system object. The following table lists the CLSIDs for common desktop objects.

twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

Run the Registry Editor, go to HKEY_CLASSES_ROOT\CLSID, a key that lets you change 
characteristics of system objects, and highlight the CLSID whose name or balloon text you 
want  to  change.  For  example,  to  change  My  Computer,  highlight  the  subkey 


HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}. 

Keep in mind that HKEY_CLASSES_ROOT\CLSID has many CLSIDs listed under it, so it might 
take you a while to find the proper subkey. Once you find the right subkey, if you want to edit the name of the object, open the Default value and type in the text that you want to appear underneath the object. If you want to edit the balloon text for the object, open the InfoTip value and type in the text that you want to appear as balloon text. Once you're done, exit the Registry and reboot.


"Windows XP Tips: Change  Text  and  Baloon  Tip  Associated With All Desktop Icons"



twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP 
Tips,Windows XP tips and tricks,Windows XP tips with staps


Reference : techpraveen.com