Friday, May 27, 2011

Skype stopped working Win XP

When skype stops working and crash on launch try the following to correct the problem.

Do not just install "over" the old version quite often some files are not updated correct.

Please delete config.xml

To be found in C: Documents and settingsYour profile nameApplication dataSkype Skype User namedelete config.xml any changes manually edited in this config.xml will be lost.


This config.xml will be rebuilt without any data loss, but hopefully error free, with next start of Skype. You only must log in newly and Skype will rebuilt a new and correct config.xml and will download all your contacts.

IF Still not working

Reinstall Skype

  1. Control PanelAdd/Remove ProgramsUse add/remove SkypeAllow deleting personal data
  2. Now check, C: Documents and settings Your profile nameApplication data → There should be no more any folder called Skype. If still exist→ delete
  3. Go to C:Documents and settingsAll UsersApplication data → there should be no more any folder called Skype.If still exist → delete
Download RegSeeker (freeware)
http://www.hoverdesk.net/freeware.htm
Install RegSeeker. Go to "Search" in Regseeker Type "Skype" delete ALL entries regseeker was finding.

Install Skype and Reboot

Thursday, May 26, 2011

Skype stopped working Windows 7


The whole world increasingly relies on Skype. Unfortunately, recently this causes for many of us big trouble. What’s going on? Is today’s downtime just another coincidence? Fortunately, for today’s issue a fix is now available.

Around noon several people contacted us what was going wrong with their Skype. A little bit later it appeared Skype was facing serious trouble. Many users world wide were unable to use the service. It became clear we were not suffering alone.

Temporary fix available
A temporary fix has been announced on Skype’s blog, follow them for more updates. The proposed fix can be found below. Update: We added some screen shots because we received several questions about the Windows procedure.

Windows
  1. Click Start (Windows button left bottom corner), type run and press Enter. (On Windows XP: Click Start and then Run.) 
  2. Type %appdata%\skype and click OK (see image below). 

 3.  Locate and delete the file shared.xml.

4.  If you cannot find this file:
  • Click Start, type run and press Enter. (On Windows XP: Click Start and then Run.) 
  • Type the following and click OK. control folders 
  • In the View tab, ensure that Show hidden files and folders is enabled. 
  • Repeat steps 1-3. 
5. Restart Skype.

IF still not working

1. Reinstall skype
  • Click Start
  • Control Panel
  • Programs and Features
  • Click Skype in the list and Uninstall
2. Click Start (Windows button left bottom corner), type run and press Enter. (On Windows XP: Click Start and then Run.)  
3.  Type %appdata%\skype and click OK
4. Delete all files in the window.
5. Reinstall Skype

Wednesday, May 25, 2011

6 Registry Tweaks to Make Your PC Faster

Registry tweaks to speed up boot times and make Windows a bit more responsive.

The Windows Registry is a database that holds your operating system's configurations and settings. This includes everything from how long your mouse must hover over a taskbar icon before the preview pops up (in Windows Vista and Windows 7) to performance settings.

Windows 7 (and Vista) have more eye-candy features built into the operating system, but a number of Registry hacks and tweaks can speed up--or, at least, appear to speed up--the performance of your computer. Before we start mucking around with your PC's guts, however, we're going to make sure that you have a reliable backup of your Registry in case something goes sour.

Though editing the Windows Registry is not nearly as scary as it sounds, making an incorrect change can cripple your system. To ensure that this doesn't happen, it's important to take the precaution of backing up part, or all, of the Registry before you proceed.

Back Up the Entire Registry To back up your Registry, you can use the free Registry-specific backup tool ERUNT (Emergency Recovery Utility NT). ERUNT is simple to use, more reliable than System Restore, and works with Windows XP, Vista, and 7 (even 64-bit versions). ERUNT also saves each restore point independently of the other points, unlike System Restore (in System Restore, all restore points are dependent on other points). Download ERUNT here

Back Up Part of the Registry 

If you're changing just one part of the Windows Registry, and you know which part that is, you don't have to back up the entire Registry. Instead, you can back up the part you plan on changing using the Registry's export feature.

First, go to Start, Run, type regedit, and press Yes. This will open the Registry Editor.

Next, find the part of the Registry you're going to change. Right-click on the Registry key you plan on changing, and click "Export." The Registry Editor will prompt you to save a .reg file to your hard drive.

To undo Registry changes, just find your .reg file and double-click it. The .reg file will reset your Registry values to their existing values (but will not remove values that you've added).

Hack Your Registry
Now that you've backed up your Registry--perhaps more than once--it's time to start hacking away. To get to the Windows Registry, go to Start > Run (in Windows Vista/7 you will have to type run into the Start menu search bar and press Enter). Type regedit, click Yes, and the Registry Editor will open.

Tweak 1: Speed Up Aero Peek
Windows 7's Aero Peek lets you see the desktop when you move your mouse cursor over to the "show desktop" button at the end of the taskbar. The standard delay time for the Aero Peek preview is 500 milliseconds, or half a second. Here's how to speed it up:
  1. Open the Registry Editor and go to HKEY_CURRENT_USER > Software > Microsoft > Windows > CurrentVersion > Explorer > Advanced.
  2.  Right-click on the right pane and click New > DWORD (32-bit) Value. Name the new DWORD "DesktopLivePreviewHoverTime."
  3.  Double-click on DesktopLivePreviewHoverTime to open it. Under "Base," click Decimal and then enter the delay time (in milliseconds) in the "Value data" field. Click OK, and your Aero Peek time will be set. You can set the value to higher (a longer delay time) if you're activating it too often by accident, or to lower (a shorter delay time) if half a second is just too long.
  4.  Log off and log back on for the change to take effect.
Tweak 2: Speed Up Taskbar Previews
When you roll over taskbar icons in Windows Vista and in Windows 7, little previews appear. The standard delay time for these previews is 400 milliseconds, or just under half a second. If this is too slow (or too fast) for you, you can adjust the delay time with an easy Registry hack.

  1. Open the Registry Editor and go to HKEY_CURRENT_USER > Software > Microsoft > Windows > CurrentVersion > Explorer > Advanced.
  2.  Right-click on the right pane and click New > DWORD (32-bit) Value. Name the new DWORD "ExtendedUIHoverTime."
  3.  Double-click on ExtendedUIHoverTime to open it. Under "Base," click Decimal and then enter in the delay time (in milliseconds) in the "Value data" field. Click OK to set the time (default is 400 milliseconds).
  4.  Log off and then log back in for the change to take effect.
Tweak 3: Speed Up Menus 
If you'd like to speed up the menus in Windows Vista or Windows 7, try this easy Registry tweak:

  1. Open the Registry Editor and go to HKEY_CURRENT_USER > Control Panel > Desktop. 
  2. Find MenuShowDelay and double-click to open. Adjust the value in milliseconds (the default is 400 milliseconds, or just under half a second). 
  3. Log off and then log back on for the change to take effect. 
Tweak 4: Prevent Reboots
If you have a habit of leaving your computer on all the time (as do I), you'll occasionally run into the problem of automatic system reboots. These usually happen after Windows downloads some sort of important update, and will usually be preceded by a notification (that gives you about 10 to 15 minutes warning, unless you click it away). If you're not around to see said notification, and you have a lot of windows or important documents open on your computer, these reboots can be a hassle.

So here's how to keep your computer from automatically rebooting with an easy Registry hack. This hack works for Windows XP, Windows Vista, and Windows 7.
  1. Open the Registry Editor and go to HKEY_LOCAL_MACHINE > SOFTWARE > Policies > Microsoft > Windows. 
  2. Right-click in the right pane and select New > Key. This will create a new folder. Name the new folder "WindowsUpdate." 
  3. Open WindowsUpdate and right-click in the right pane (there will be a value already in the pane called "Default"). Select New > DWORD (32-bit) Value. Name this DWORD "NoAutoRebootWithLoggedOnUsers." 
  4. Open NoAutoRebootWithLoggedOnUsers and change the Value data to 1. Do not change the Base button to "Decimal"; instead, keep it at "Hexadecimal." Click OK. 
  5. Exit the Registry Editor and log off and log back in for the settings to take effect. Your system will now never force a reboot without your explicit permission. 

Tweak 5: Disable Notification Balloons
If you hate pop-up notification balloons on your Windows Vista or Windows 7 taskbar, you can disable them using a simple Registry tweak:
  1. Open the Registry Editor and go to HKEY_CURRENT_USER > Software > Microsoft > Windows > CurrentVersion > Explorer > Advanced.  
  2. Right-click on the right pane and select New > DWORD (32-bit) Value. Name your new DWORD "EnableBalloonTips." 
  3. Double-click on EnableBalloonTips and set the Value data to 0. It doesn't matter if you have Decimal or Hexadecimal clicked under "Base," because 0 is 0 in both decimal and hexadecimal. 
  4. Log off and log back on for the change to take effect. You'll no longer see any annoying notification balloons from the taskbar. 
Tweak 6: Boot XP Faster
Is Windows XP booting too slowly? Here's how to speed up your boot-time with a quick Registry tweak.
  1. Open the Registry Editor and go to HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Control > ContentIndex. 
  2. In the right pane will be a value called "StartupDelay." Double-click on StartupDelay to open it. Change the "Base" from Hexadecimal to Decimal, and enter 40,000 (the default setting is 480,000). 
  3. Exit the Registry Editor and restart your computer. Your computer should boot up considerably faster--while this worked for me on my Windows XP laptop, values lower than 40,000 didn't produce a noticeable difference. 
 Originally posted PCWorld