click

Wednesday 23 April 2014

COMPUTER RESTART SETTINGS

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl
In the right pane choose AutoReboot/Right Click/Modify. Change value to 0 to disable and 1 to enable.

RESET Internet connection

Open command prompt
type netsh press enter
type  winsock  press enter
type  reset 

Not able to open files with .exe extensions ( when you get message “Open With “while running any .exe files I.e. Lmi.exe, Registry).

Solution:

Step 1: open the command Prompt

Step 2: Navigate to C:\ and type the Following command as given below.

C :\> assoc.exe=exefile
C :\> ftype exefile="%1" %*

After executing the command, Customer will be able to open any file with .exe extensions.

Scenario 2: If customer gets the “Open with” for .lnk file extensions. Use the below mention command for this

No Icons on Desktop & Windows Cannot Find Explorer.exe

1.      Boot the computer in Safe mode

2.      Backup Registry

3.      Delete the Following Key : HKLM\Software\Microsoft\Windows NT\Current Version\Image File Execution Option\Explorer.exe



It would fix the issue, we tried this in 2 cases and it worked.

Steps to Fix FILE ASSOCIATION problems

1. Guide the customer to Safemode with CMD prompt (manual walkthrough)
2. It would locate in C:\Documet and Settings\User\Desktop\_ use cd\ to locate it to Root.
3. In Root (C:\) use cd<space>Windows and then Type regedit it will appear( C:\Windows\regedit.exe)
4. The registry window will open and navigate the customer to the following link
-START>RUN>REGEDIT : HKEY_CLASSES_ROOT \ exefile \ shell \ open \ command
-Double-click the (Default) value in the right pane
-Delete the current value data( you may have C:\Windows\System32\Drivers\spools.exe), and then type the following: (If you have the value suffixed to the spools.exe, eliminate that alone don't create the following value.)

"%1" %*
(ie., quote-percent-one-quote-space-percent-asterisk.)
Navigate to: HKEY_CLASSES_ROOT\.exe
In the right-pane, set (default) to exefile
Exit the Registry Editor.
5. This may bring you back to root directory (C:\Windows>)
6. Locate to System32\Drivers ( cd<space>system32\drivers) which may appear like (C:\Windows\system32\Drivers>)
7. Delete the spools.exe (C:\Windows\system32\Drivers> del spools.exe)

Wallpaper issues, please try this steps

Click on Start, Run
2) Type REGEDIT and Press Enter
3) Click the plus signs(+) next to the following sections of the registry
HKEY_CURRENT_USER
Software
Microsoft
Windows
CurrentVersion
Policies
System
4) Look for the WALLPAPER key on the right hand side
5) Right-click and Delete this entry
6) Close the Registry Editor
Now try to change the desktop background.

If All Programs are disabled by virus, please try this steps

Open Registry Editor (goto run and type regedit).
When it's open, expand My Computer if it's not.
Next, goto HKEY_CURRENT_USER and expand it.
Then goto Software and expand it.
Then goto Microsoft and expand it.
Then goto Windows and expand it.
Then goto CurrentVersion and expand it.
Then goto Policies and expand it.
Then goto Explorer.
On the right half, there might be a dword value name NoStartMenuMoreProgramss. If it
exist, right click on it and select delete. Restart pc.
Always remember to do registry backup or create a restore point just
In case before working the registry.

Manual steps to recover from Winsock2 corruption for Windows Vista, 7 users

Winsock corruption can cause connectivity problems. To resolve this issue by using Network Diagnostics in Windows Vista, follow these steps:
1.
Click , , type cmd in the Start Search box, right-click cmd.exe, click Run as administrator, and then press Continue.
2.
Type netsh winsock reset at the command prompt, and then press ENTER.

Note If the command is typed incorrectly, you will receive an error message. Type the command again. When the command is completed successfully, a confirmation appears, followed by a new command prompt. Then, go to step 3.
3.Type exit, and then press ENTER.

To uninstall Internet Explorer 7

a. Click Start, and then click Run.
b. In the Open box, type %windir%\ie7\spuninst\spuninst.exe, and then click OK.
c. Follow the wizard instructions to uninstall Internet Explorer 7.
After you uninstall Internet Explorer 7, double-click the Internet Explorer icon to verify that Internet Explorer 6 is restored.

If there is No Hard Drivers seen, when you open My Computer try this fix



Open Registry Editor (goto run and type regedit).
When it's open, expand My Computer if it's not.
Next, goto HKEY_CURRENT_USER and expand it.
Then goto Software and expand it.
Then goto Microsoft and expand it.
Then goto Windows and expand it.
Then goto CurrentVersion and expand it.
Then goto Policies and expand it.
Then goto Explorer.
On the right half, there might be a dword value name NoDrives. If it
exist, right click on it and select delete. Restart pc.
Always remember to do registry backup or create a restore point just
In case before working the registry.

If Control Pannel is disabled by virus, please try this steps

 Click on start, click run or press Windows key and R simultaneously on you keyboard and paste this code ad hit enter key on your keyboad



reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoControlPanel /t REG_DWORD /d 00000000 /f | reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoControlPanel /t REG_DWORD /d 00000000 /f | reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v Start_ShowControlPanel /t REG_DWORD /d 00000002 /f

If Task Manager is disabled by virus, please try this steps

Click on start, click run or press Windows key and R simultaneously on you keyboard and paste this code ad hit enter key on your keyboad

reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 00000000 /f | reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableTaskMgr /t REG_DWORD /d 00000000 /f | reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\ /v DisableTaskMgr /t REG_DWORD /d 00000000 /f | reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DisableCAD /t REG_DWORD /d 00000000 /f

If registry is disabled by virus, please try this steps

Click on start, click run or press Windows key and R simultaneously on you keyboard and paste this code ad hit enter key on your keyboad


reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v "DisableRegistryTools" /t REG_DWORD /d 00000000 /f | reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v "DisableRegistryTools" /t REG_DWORD /d 00000000 /f | reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoSaveSettings" /t REG_DWORD /d 00000000 /f