Posts

Some Windows Update failed to install

Some time you face the problem while installing the Windows Updates. Try below steps.. Run cmd.exe  click yes on UAC prompt. 1. Stop Background Intelligent Transfer Service.      On command prompt type    net stop bits 2. Stop Windows Update    On command prompt type    net stop wuauserv   after stoping all these services we need to rename the SoftwareDistribution Directory that contains the Updates. On command prompt tyep  ren c:\windows\SoftwareDistribution SoftwareDistribution.old Now finally we need to restart the services we stop in step 1 and 2. on command prompt type below command to start service. net start bits   (this will start the Background Intelligent Transfer Service) net start wuauserv    (this will start the windows update service) So now we have clear the previous instilled update, you can now try with installing update.

How many Primary partitions we can create in windows..................

How many Primary Partition we can create if we have multiple disk installed on computer? **********************Guys waiting for your answer***********************

Failed to enable Cisco VPN virtual adapter in windows 8 Registry

Problem:   Failed to enable Cisco VPN virtual adapter in windows 8 Solution: You need to change a minor setting in windows 8. Go to run>>type "regedit" hit Enter 1. Browse the key     Browse to the Registry Key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\CVirtA 2. Change the Value of  "Display Name" for Windows 8 32bit. " @oem8.inf,%CVirtA_Desc%;Cisco Systems VPN Adapter"  to " Cisco Systems VPN Adapter" For Windows 8 64bit. "@oem8.inf,%CVirtA_Desc%;Cisco Systems VPN Adapter for 64-bit Windows”  to  "Cisco Systems VPN Adapter for 64-bit Windows”