Saturday 26 December 2015

External hard drive won't format

External hard drive won't format

Following the below steps at your own Risk....
first open the Command Prompt and type diskpart on it..
now the new window will be open
then carefully the below commands on it with fully understanding the 
below commands.....Best Of Luck.....
Hope it will work 100%.....

DiskPart <ENTER>
list disk <ENTER>
select disk X <ENTER> X=Disk Number
clean all <ENTER> Will take time
list disk <ENTER>
select disk X <ENTER> X=Disk Number
create partition primary <ENTER>
format fs=ntfs quick <ENTER> NO slash
active <ENTER>
exit <ENTER>
exit <ENTER>

Reboot and check Letter assigned in Windows Disk Management

 

Wednesday 23 December 2015

How do I fix ERR_CONNECTION_REFUSED on Chrome

 Perform the following steps in this particular order:




  1. Open your command prompt as Administrator.
    • In your Start Menu, find "Command Prompt", Right-click on the menu item, and click "Run as administrator".
    • Or, in the Start Menu Search box, type "cmd", then press CTRL+SHIFT+ENTER to run it as Administrator.
  1. Run the following commands in this order (to run each command, press ENTER after typing it):
  1. ipconfig /all
  1. ipconfig /flushdns
  1. ipconfig /renew
  1. netsh int ip set dns
  1. netsh winsock reset
  1. ipconfig /release

Restart your computer, open Chrome and try again. If the error still exists, you have one final option - reinstalling Chrome and starting fresh. This will reset all the remaining variables that may be causing this error:



  1. Clear Google Chrome's cache and cookies. A corrupted cookie or cache file may cause this error to show up. Clear your history, cache and cookies from the "Clear Browser Data..." menu on the Settings page.
  2. Make sure you have unusual toolbars, extensions, viruses or malware. Many malware applications run in the background and prevent Chrome or other web browsers from connecting to external web servers. Uninstall them & use Windows Defender to do a quick/full system scan.
  3. Check/adjust your antivirus and internet firewall settings. Firewall rules (manually or automatically activated) can block incoming and/or outgoing connections for specific ports or applications. Check your antivirus software and/or Windows Firewall settings to make sure that Google Chrome or Ports 80 and 8080 are not blocked in any way.

Restart your computer, open Chrome and try again. If the error persists move on to clearing your DNS resolver cache:

  1. Uninstall Google Chrome using "Add/Remove Programs" or "Programs & Features" from your Control Panel.
  2. Delete all crashreport subfolders. You will find them under C:\Users\%your_name%\AppData\Local\Google\
  3. Reinstall Google Chrome. Download the latest version of Chrome Browser and install it.

Restart your computer, open Chrome and try again. It should work now.