1. I you are not able to see Hidden files and folders in my computer. Even you enable the option "Show hidden files and folders" in "Tools -> Folder Options". Generally this kind of problem appear due to spyware infection. Resolution is here:
Solution1: Go to your Start menu, click on Run and open up your Registry Editor by typing "regedit" without the quotes and pressing OK.
Once there go to: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folde r\Hidden\SHOWALL
Delete the value CheckedValue. (Its type should be REG_SZ and data should be 0 or 1.)
Create a new DWORD value called CheckedValue (same as above, except that the type is REG_DWORD) by right clicking on the right pane->New->DWORD Value. Modify the value data to 1 (0x00000001).
Solution 2: Open regedit and goto:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
In right-side pane, change value of "Hidden" to as following:
1 - To show hidden file
2 - To not show hidden files
If it does not work, then scan your computer with an anti-virus software.
2. Some your windows Task Manager has disable automatically and you can not able to open anyhow. In this situation you should >
Use 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.
Enable RegEdit [It is not tested]
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.
3. Blank User Accounts Applet :
Problem:
When you double-click User Accounts applet in the Control Panel, the User Accounts applet opens, but it may be completely blank.
The buttons Back Forward Home are displayed in the dialog.
Resolution:
To resolve the problem, type these commands from Start, Run dialog:
regsvr32 jscript.dll
If that does not help, execute the following commands as well.
regsvr32 nusrmgr.cpl
regsvr32 /i mshtml.dll
0 comments:
Post a Comment