Tuesday, December 23, 2008

Most Common Problems & Solutions

Most Common Problems & Solutions : :

  • I can't see Hidden files/folders in my computer. Even I enable the option "Show hidden files/folders" in "Tools -> Folder Options", its automtically disabled again.
  • Solution: Open regedit and goto:

HKEY_CURRENT_USER\Software\Microsoft\Win
dows\CurrentVersion\Explorer\Advanced


In right-side pane, change value of "Hidden" to as following:

1 - To show hidden files
2 - To not show hidden files

If it doesnt work, then scan your computer with an anti-virus software.


  • Task Manager Disabled

Using Group Policy Editor - for Windows XP Professional to Enable Task Manager.

* Click Start, Run, type gpedit.msc and click OK.
* Navigate to this branch:

User Configuration / Administrative Templates / System / Ctrl+Alt+Delete Options / Remove Task Manager

* Double-click the Remove Task Manager option.
* Set the policy to Not Configured.



  • Restore Deleted Recycle Bin Icon from Desktop

Method #1:

1. Right-click an empty area of your desktop
2. Select Properties
3. Click the Desktop tab
4. Click the Customize button
5. Click Restore Default
6. Exit all windows and restart your computer

Method #2:

Note: Be sure to make a backup copy of your registry prior to making any changes.

Go to Start>> Run. Type in: regedit [Enter]

Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace

Hold the mouse on NameSpace and right-click once. From the resulting menu, select Edit>> New>> Key

Copy and Paste the following Key code (including the brackets):

{645FF040-5081-101B-9F08-00AA002F954E}

Press Enter on your keyboard, exit the registry editor and restart your system.


  • Regedit Disabled By Admin

Solution :
Open Notepad pad, copy paste the following text to the note pad::

REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersio
n\Policies\System]
"DisableRegistryTools"=dword:00000000

Save the text file as any name u with extension .reg

example:- "enable.reg"

After that double click to run the file.


  • Problem:: 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.

  • Problem:: Whenever I right-click on Start button and select "Open", a "Copy To"/"Move To" dialog box opens automatically.

Solution: Open regedit and goto:

Code:
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\


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

  • Problem:: 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


  • Problem ::
Whenever I double-click on any drive in My Computer, “Open with” dialog box opens OR I get following error message:

Cannot find copy.exe. Make sure you have typed the name correctly and then try again.

Solution::

Enable “Show hidden files” option in “Tools -> Folder Options” and then search for “Autorun.inf” file in all drivers and if you get them in root of any drive (e.g. in C:\, D:\ and so on), delete them.

No comments:

Post a Comment