Showing posts with label PC Problem Solu:. Show all posts
Showing posts with label PC Problem Solu:. Show all posts

Thursday, May 23, 2013

Recovery Software

Data recovery software recovers missing or formatted text files from formatted hard drive and saves recovered data at user specified location. Windows partition files recovery tool retrieves misplaced data from FAT and NFTS partitions of hard disk. Click here or here

Wednesday, May 22, 2013

Most Common Computer Problems and Their Solution

Most Common Computer Problems and Their Solution


1. Task Manager Disabled:

If you are working on Windows XP pro, following steps will help u to enable Task Manager

SOLUTION 1:
Click Start --> Run
Enter gpedit.msc in the Open box and click OK
In the Group Policy settings window, select User Configuration
Select Administrative Templates
Select System
Select Ctrl+Alt+Delete options
Select Remove Task Manager
Double-click the Remove Task Manager option
Disable that option

SOLUTION 2:
Click on Start >> Run and in the Open box type:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
Click OK.

2. Double-clicking any drive opens search option:

Solution 1:
That's a virus named as ravmon.exe and autorun.inf
Scan first with a good antivirus [Nod32 Recommanded]
then try this trick.

First show the hidden files and folders options then try this method

1. Go to Start-->run and type cmd then click ok

2. If u want to remove the infected file from c drive then type C: in command prompt and press enter
3. Type autorun.inf and press enter
autorun.inf file is opened

4. Now type "attrib autorun.inf -s -h -r" and press enter

5. Now delete the file by typing
"del autorun.inf" and press enter

6. Now type autorun.inf and press enter now, u will find no infected autorun.inf file.

7. same way do for all other drives then restart ur pc


3. I accidentally deleted my "mspaint.exe"/"notepad.exe"/etc. file, how can I get it back?

Solution::

You can use any of following methods:
A. Goto "%windir%\System32\DLLCache" folder and look for the file, if its there then copy it to "%windir%\System32\" folder.
B. Insert your Windows Setup CD and goto "I386" folder. Now look for the same file, it'll present there but the last letter of extension will be "_". e.g., u'll get "mspaint.ex_"/"notepad.ex_"/etc. Now open Command Prompt and goto "I386" folder and give following command:
expand mspaint.ex_ mspaint.exe
expand notepad.ex_ notepad.exe
etc.

Now u can copy the file to "%windir%\System32" folder.

C. Give following command in Command Prompt:

sfc /SCANNOW

It'll automatically restore the files.


4. When I right-click on Start button and select "Open", a "Copy To" or "Move To" dialog box opens automatically.
Solution:
Open regedit and goto:
Code:
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con textMenuHandlers\

Now under this key, delete following 2 keys:
Copy To
Move To


5. Windows is showing some wrong icons of files. How can I reset the corrupted icons?
Solution:

You can use any of following methods:

A. Download TweakUI and then click on "Repair Icons" in "Repair" section.

B. Open My Computer and goto:
C:\Documents and Settings\User_Name\Local Settings\Application Data

Replace C:\ with your system drive and "user_Name" with your username.
Now there'll be a HIDDEN file "iconcache.db", delete it and restart your system.


6. A strange process "ctfmon.exe" always runs in background and if I click on "End Process" button, it restarts automatically.

Solution:
Open Control Panel and goto Add/Remove Programs list. Now click on the Microsoft Office entry and then click on "Change" button. Now select "Add/Remove Features" and click on "Next". Now expand "Office Shared Features" and click on "Alternative User Input" and then select "Not Available" and finally click on Update. It'll permanently remove that ctfmon.exe and your problem will be solved.


7. My Windows Login Screen has changed to "Classic Logon Box". I want the new Welcome Screen back.

Solution:
Type "control userpasswords" in RUN dialog box or Open "User Accounts" in Control Panel. Then click on "Change the way Users log on and off". Now check the option "Use Welcome Screen". If you get following error:
Uninstall client services for netware.
Then Open "Network Connections" and open Properties of your Internet Connection. Now goto "Networking" tab and select "Client services on Netware" option and click on the"Uninstall" button.


8. Whenever I start my computer, Scandisk starts running even I proper shut down the PC last time.
Solution:
Do as following:

A. Open regedit and goto:

Code:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager
In right-side pane, change the value of BootExecute to:
autocheck autochk *
B. If the above trick doesnt help then give following commands in Command Prompt:
chkntfs /x drive_name
for e.g., if ScanDisk runs automatically for C: and D: drives, then give following commands one by one:

chkntfs /x C:
chkntfs /x D:


9. When I start my computer, I get error message:

"Windows\System32\config\system" file missing or corrupt

Solution::
Boot using Windows Setup CD and enter into "Recovery Console" by pressing "R". Now Log into windows installation and enter admin password. Now give following commands at prompt:
copy %windir%\Repair\system %windir%\System32\Config
If it doesnt work, then again boot into "Recovery Console" and give following commands:
fixmbr
bootcfg /scan
bootcfg /rebuild
fixboot

Win XP Tweaks

STARTUP

Most Common Computer Problems and Their Solution


Most Common Computer Problems and Their Solution


1. Task Manager Disabled:


If you are working on Windows XP pro, following steps will help u to enable Task Manager

SOLUTION 1:
Click Start --> Run
Enter gpedit.msc in the Open box and click OK
In the Group Policy settings window, select User Configuration
Select Administrative Templates
Select System
Select Ctrl+Alt+Delete options
Select Remove Task Manager
Double-click the Remove Task Manager option
Disable that option

SOLUTION 2:
Click on Start >> Run and in the Open box type:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

Click OK.

2. Double-clicking any drive opens search option:

Solution 1:
That's a virus named as ravmon.exe and autorun.inf
Scan first with a good antivirus [Nod32 Recommanded]
then try this trick.
First show the hidden files and folders options then try this method
1. Go to Start-->run and type cmd then click ok
2. If u want to remove the infected file from c drive then type C: in command prompt and press enter
3. Type autorun.inf and press enter
autorun.inf file is opened
4. Now type "attrib autorun.inf -s -h -r" and press enter
5. Now delete the file by typing
"del autorun.inf" and press enter
6.Now type autorun.inf and press enter now, u will find no infected autorun.inf file.
7. same way do for all other drives then restart ur pc
3. I accidentally deleted my "mspaint.exe"/"notepad.exe"/etc. file, how can I get it back?

Solution::
You can use any of following methods:
A. Goto "%windir%\System32\DLLCache" folder and look for the file, if its there then copy it to "%windir%\System32\" folder.
B. Insert your Windows Setup CD and goto "I386" folder. Now look for the same file, it'll present there but the last letter of extension will be "_". e.g., u'll get "mspaint.ex_"/"notepad.ex_"/etc. Now open Command Prompt and goto "I386" folder and give following command:
expand mspaint.ex_ mspaint.exe
expand notepad.ex_ notepad.exe
etc.

Now u can copy the file to "%windir%\System32" folder.
C. Give following command in Command Prompt:
sfc /SCANNOW
It'll automatically restore the files.

4. When I right-click on Start button and select "Open", a "Copy To" or "Move To" dialog box opens automatically.

Solution:
Open regedit and goto:
Code:
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con textMenuHandlers\
Now under this key, delete following 2 keys:
Copy To
Move To

5. Windows is showing some wrong icons of files. How can I reset the corrupted icons?
Solution:

You can use any of following methods:

A. Download TweakUI and then click on "Repair Icons" in "Repair" section.
B. Open My Computer and goto:
C:\Documents and Settings\User_Name\Local Settings\Application Data
Replace C:\ with your system drive and "user_Name" with your username.
Now there'll be a HIDDEN file "iconcache.db", delete it and restart your system.

6. A strange process "ctfmon.exe" always runs in background and if I click on "End Process" button, it restarts automatically.

Solution:
Open Control Panel and goto Add/Remove Programs list. Now click on the Microsoft Office entry and then click on "Change" button. Now select "Add/Remove Features" and click on "Next". Now expand "Office Shared Features" and click on "Alternative User Input" and then select "Not Available" and finally click on Update. It'll permanently remove that ctfmon.exe and your problem will be solved.

7. My Windows Login Screen has changed to "Classic Logon Box". I want the new Welcome Screen back.

Solution:
Type "control userpasswords" in RUN dialog box or Open "User Accounts" in Control Panel. Then click on "Change the way Users log on and off". Now check the option "Use Welcome Screen". If you get following error:
Uninstall client services for netware.
Then Open "Network Connections" and open Properties of your Internet Connection. Now goto "Networking" tab and select "Client services on Netware" option and click on the"Uninstall" button.

8. Whenever I start my computer, Scandisk starts running even I proper shut down the PC last time.

Solution:
Do as following:
A. Open regedit and goto:

Code:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager
In right-side pane, change the value of BootExecute to:
autocheck autochk *
B. If the above trick doesnt help then give following commands in Command Prompt:
chkntfs /x drive_name
for e.g., if ScanDisk runs automatically for C: and D: drives, then give following commands one by one:
chkntfs /x C:
chkntfs /x D:

9. When I start my computer, I get error message:
"Windows\System32\config\system" file missing or corrupt

Solution::
Boot using Windows Setup CD and enter into "Recovery Console" by pressing "R". Now Log into windows installation and enter admin password. Now give following commands at prompt:
copy %windir%\Repair\system %windir%\System32\Config
If it doesnt work, then again boot into "Recovery Console" and give following commands:

fixmbr
bootcfg /scan
bootcfg /rebuild
fixboot

Win XP Tweaks

Is your computer not working properly? Get the most optimum and free PC troubleshooting help

Computers since the last few decades have become quite essential for people to derive important information for their professional and personal benefits. Sometimes, these machines suffer from harmful errors which occur because the system encounters some malicious programs. For a computer user, PC troubleshooting solutions are the most essential part to run any operations perfectly. Users can get simple solutions through a computer troubleshooting website to fix desktop problems. In fact, users can fix the problem themselves using the solutions from the computer troubleshooting websites. Most general computer problem arises when the PC does not have the right kind of power supply or it gets affected by some sort of foreign applications (such as Trojan, Spyware, Malware, Virus etc). Even the BSoD (blue screen of death) can cause the system to crash. So, the user should be equipped with the resources to detect the error and to fix them.

We offer the most effective and informative solutions on computer problems. Users can combat computer troubleshooting with our exact solutions to fix any kind of computer setback issues. Such information on Computer problems and solutions is pretty useful for users because sometimes they need instant help for PC troubleshooting. These PC troubleshooting solutions have been explained by us with perfect screenshots, which aid users on how to fix computer setback issues. On top of it, we also provide PC troubleshooting support email help if the exact solution is not available at any given time on our computer troubleshooting website. We assure you that you will find your entire computer troubleshooting related questions, answered on our dedicated website.

How to solve unexpected computer freezes problems with right solution?
We make sure that the users are able to solve all their computer related problems using our simple to follow solutions. So, any user does not need to call a computer professional at home to fix a computer not working problem. Often taking aid from a computer expert involves enormous expenses to fix computer problems.

Benefits of getting solutions from Complete PC Pedia
  • Complete PC Pedia contains complete set of computer problems and solutions to provide you perfect source for free computer solutions for any kind of computer problem that a user can ever encounter.
  • We don’t charge anything for these highly beneficial computer solutions which are up-to-the-mark and totally attuned for resolving computer issues.
  • Our computer solutions aid to restore computer urgently despite of the severity of the problem.
  • Our solutions are sufficient to restore computer after computer freezes problem, due to issues like Trojan Virus. There is no need to get in touch with any PC restore professional for computer repair.
  • So, restore computer through our effectual solutions for errors like hal.dll file missing or svchost error.
  • We provide up-to-date and fast computer solutions at no cost.

Top 5 common computer problems and solutions

If you own a computer, then you have probably encountered these computer problems before. Once you buy a computer, you must accept that sooner or later it will eventually crash due to a virus or some other massive error. If someone told you that your computer will last more than a decade, don�t believe it because it is just a myth or another sales pitch. But of course, you should take care of it if you want it to last for its third year without any defects.

However, there are many people that would prefer to buy a new computer than spend some time trying to fix or figure out the problem with their laptop or desktop. Usually after the first two years, you will need some kind of maintenance because your computer will tend to lose its original speed and performance. Well, here are some if the common problems that a computer user usually experience.

You may ask why your computer has problems. To tell you frankly, most of the time the biggest problem that your computer has is YOU � the owner or the user. There are many people that neglect the first signs of computer problems. You shouldn�t neglect those simple maintenance tasks that can enhance or prolong the life of your computer.

1. Computer speed or performance has slowed.

One of the things that computer owners usually notice is this. There are several reasons why this happens to your computer. Lack of maintenance, fragmented data, corrupted registry, spyware, and unnecessary loading of computer programs and services can surely affect your PC speed and performance. Managing your programs and cleaning your registry can easily boost your computer�s performance speed up to 30%.

2. Computer system freezes and blue screens of death.

You need to do some serious diagnostic procedures to effectively know the problem with your computer. Computer virus or spyware are maybe some of the reasons why this is happening to your computer. Update your anti-spyware immediately to avoid this kind of problem and thoroughly scan your computer to see if it has any viruses or spywares. If you find that your computer is free from spyware then updating your hardware drive is the next step. Hardware drives makes it easier for your computer to effectively communicate with other hardware components. Without an updated driver the CPU locks up and may cause problems when you are using your computer. If that doesn�t work try to increase your Computer RAM to help avoid computer freezes. By increasing the RAM you get more use out your computer's computing power.

3. The computer keeps on rebooting again and again.

This kind of problem is usually associated with hardware issue. Faulty power supply is usually the cause of this problem. Dirty or defective cooling fan is another reason why your computer is rebooting spontaneously. When your computer is trying to cool itself when the fan is defective it automatically switches off. Dust that accumulated in your computer can trap the heat inside which makes it hotter. What you should do is to clean the fan and make sure that it is running properly. Do not forget to check your power supply.

4. Noises and vibrations.

This one is almost certainly that your have hardware issue. High pitched noises can be caused by electronic components. Whatever the reason, you conduct a small investigation. Unplug your computer and remove the case and run the computer to discover the origin of noise. If a loose wire or faulty fan is not the one that is making the noise then it may be time to call a computer tech to help you with your problem.

5. Your browser home page changed itself.

It is known as "high-jacking" which is also caused by a Spyware installed on your system. The spyware in your computer installed a javascript into your web browser that tells your browser to change settings hence changing the default home page of your browser. What you can do is to run an anti-virus or spyware program to remove the spyware from your computer.

All of the problems stated in this article can be avoided easily by simply maintaining your computer. Do not panic when you are experiencing a computer problem with your pc because the key to fixing that problem is to properly diagnose to identify what�s happening to your computer. Take a few minutes to run some diagnostic test or seek help in computer forums before you rush out to computer technical center.