FACEBOOK LIKE US

FACEBOOK LIKE US

BEST SELLING BOOKS ON AMAZON - KINDLE EDITION

NEW RELEASE 2014'th. UPTO 10% OFF.
READ ON-LINE PREVIEW, ABSOLUTELY FREE !!
Showing posts with label repair windows. Show all posts
Showing posts with label repair windows. Show all posts

Tuesday, July 10, 2012

How to Fix a Slow Windows 7 Computer

 

Download & install RECUVA  [please search in Google]


Most people love using Windows 7. That’s because it’s by far the nicest and the most productive Microsoft operating system to date. But there can still be glitches, errors, and lags. The good thing about Windows 7 is that it has lots of tools to troubleshoot and repair a slow computer. Here is a guide to where to find them and how to use them.

1. Problem Steps Recorder


fix slow computer windows 7
Problem Steps Recorder is a great solution to get a detailed description of the problem, so that you can either review the report yourself or send it to a thegoogle2012 support team. Basically, this tool records everything happening on the computer that needs troubleshooting. It records all mouse clicks and everything that is pressed on the keyboard, takes screenshots, and then saves the report as a zipped MHTML file. This file can be easily emailed and analyzed. To enable Problem Steps Recorder, click on Start, type PSR and hit Enter. Then click on Start Record. To save a report, just stop recording your computer activity.

2. Troubleshoot problems

If something in Windows 7 starts behaving in a weird way and you have no idea why, go to the Control Panel, locate the “Find and fix problems” (Troubleshooting) option and you’ll be able to access the Windows 7 troubleshooting tools. They are easy-to-use wizards and can fix common problems, clean your system, check your settings, and lots more.

3. Discover bottlenecks

Under normal circumstances, Windows 7 easily outperforms Vista and XP. Nevertheless, your computer can still seem too slow from time to time. Most likely it’s an application or a process that’s slowing you down. Windows 7 makes it really easy to find bottlenecks with the help of Resource Monitor. Just click on Start, type RESMON and hit Enter to launch the tool. When it opens, click on the CPU, Memory, Disk and Network tabs to see which processes are hogging your system and using up your bandwidth. When you find the process that’s holding you back, you’ll be able to try to fix it right from the Resource Monitor. For example, if a process is locked up, right-click on it and select Analyze to see where the problem lies.

4. Repair your computer

If something goes seriously wrong and Windows 7 fails to start, it might be possible to repair your computer without the installation CD. Just boot your PC and press F8 during startup. You should see an option called Repair Your Computer. Select it and press Enter to see the recovery options Windows 7 has to offer.
These Windows 7 tools will help you troubleshoot and fix a slow computer in a quick and easy way. To prevent your computer from slowing down, use maintenance utilities like disk cleanup and defrag to keep your PC in top shape.

GET 16 GB FREE ONLINE STORAGE
visit : http://db.tt/ujPpsORh
Click the above LINK
1. Join (Free)
2. Install it on your computer.
Get up to un limitted free storage.

Enable Task Manager disabled by Administrator or Virus in Windows


Windows Task Manager is used to view details about processes running on your computer. Since it can be used to terminate programs that are misbehaving or are viruses disguised in the form of harmless programs, most spyware and viruses disable it to prevent themselves from being closed through it. Some administrators also disable Task Manager to prevent users from closing important security programs like antiviruses and anti-malwares.

In such situations, running the Task Manager will give the "Task Manager has been disabled by Administrator" error. However, there are some techniques you can use to re-enable task manager and close those harmful programs manually. This article contains few such simple techniques you can use to regain access to Task Managing privileges.
enable task manager disabled by administrator 

 

Try reinstall or Repair your computer is best OR

Enable Task Manager from Registry in Windows 7, XP or Vista

Registry Editor is an inbuilt Windows tool that is used to modify registry keys which tell Windows how it should work. A simple registry modification can be used to bypass the Task Manager block. To do so, just follow the steps:-
  1. Click on Start. Go to Run. If you use Windows 7 or Windows Vista, go to Search.
  2. Type regedit and press Enter. Registry Editor will start. If Registry Editor is also disabled, you will first need to enable registry editing.
    [ Registry Editor is a useful utility in Windows which allows users to easily change advanced Windows settings by altering registry keys present in a hierarchical arrangement called the Windows Registry. Despite being such a powerful tool, Registry Editor is not totally error-proof.

    A simple virus infection is all it takes to render it useless. Or, there are times when your administrator has actually disabled Registry Editing. When you try to open the Registry Editor in one such computer, you are likely to receive the“Registry editing has been disabled by your administrator” error. Due to this error, it is impossible to remove this restriction using Registry Editor itself.

    Enable Registry Editor
    Windows Registry Editor

    This article suggests some workarounds for re-enabling Registry editing in a computer running Windows XP, Windows Vista, Windows Server 2003/ 2008 or Windows 7.]
  3. Through the left hand navigation pane, navigate to HKEY_CURRENT_USER\Software\Microsoft\ Windows\ Current Version\Policies\System.
  4. In the work area, double click on "Disable TaskMgr". A window will pop up.
  5. Enter its value data as 0 and press OK.
  6. Close Registry Editor. If Task Manager is still disabled, restart your computer.

Enable Task Manager from Group Policy Editor (Gpedit.msc)

enable task manager
Windows Task Manager in Windows 7
Group Policy Editor is a feature in Windows which is used to edit local policy settings. It can also be used to enable Task Manager. To do so, just follow the steps given below:-
  1. Open Star Menu. Windows XP users click on Run. Windows 7 and Vista users, click on Search.
  2. Type gpedit.msc and press Enter. Group Policy Editor Window will show up.
  3. From the navigational pane at the left hand side, go to: User Configuration>Administrative Templates>System>Ctrl+Alt+Del Options.
  4. In the work area, double click on "Remove Task Manager" and set its value to Disabled or Not Configured.
  5. Restart your Computer or Log Off and Log back On to apply the changes.

Enable Task Manager by Running a CMD Command

Command Prompt can also be used to directly enable Task Manager.
  1. Just open Run command by pressing Window Key+R or through clicking on Start Menu and opening Run.
  2. Copy the code given below and paste it in the text form of the Run Command.
  3. REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System  /v  DisableTaskMgr  /t REG_DWORD  /d /0 /f
  4. Press Enter. A command prompt window will flash for a second and then disappear indicating successful execution. After running the command, you will be able to again use Task Manager. If Task Manager is still not available, restart your computer.

Create a Registry(.reg) file for enabling Task Manager

If you are unfamiliar with manually editing the Registry, you can create a Registry file which will automatically modify the Registry Key to re-enable Task Managing. To create one such file:-
  1. Open Notepad or any other text editor.
  2. Copy the code given below and paste it as it is in it.
  3. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Policies\System] “DisableTaskMgr”  =dword:00000000
  4. Save the file as Enable Task Manager.reg or *.reg.
  5. Open the file by double clicking on it.
  6. Registry Editor will ask you for confirmation. In the confirmation Window, click Yes.
  7. Task Manager would immediately be accessible. If it is not, restart your computer.

The techniques mentioned in this article work on Windows 7, Windows XP and Windows Vista