Wednesday, September 26, 2018

Fix "This Site Can't Be Reached" (Err_Connection_Refused) in Google Chrome

Fix "This Site Can't Be Reached" (Err_Connection_Refused) in Google Chrome


In this article of Fix "This Site Can't Be Reached" (Err_Connection_Refused) in Google Chrome, I will tell you 3 easy and quick solutions through which you can fix this problem.



1st Solution : Restart DNS Client.


> Open RUN (Win+R), Type "services.msc" and then hit "OK" button.

> Find "DNS Client", Right-click on it and then hit "Restart".

> Once DNS client restarts, Reboot your PC or Laptop and after that try to visit that site again which prompt you that error message.


2nd Solution : Change DNS Address.


> Go to "Control Panel", Click on "Network and Internet", Click on "Network and Sharing Center" and then click on "Change Adapter Settings".

> Now right-click on you active internet connection and then hit "Properties".

> First select "Internet Protocal Version 4" and then hit "Properties".

> Tick the "Use the following DNS Server Addresses" and then type

> Preferred DNS Server : 8.8.8.8
> Alternate DNS Server : 8.8.4.4

> Also tick the "Validate Settings" box and then hit "OK" button to save changes.

> Reboot you PC/Laptop and then try to visit that website again which prompt you that error message.

3rd Solution : Try Resetting TCP/IP.


> Open Command Prompt (As Admin).

> Now execute below mention commands one by one.
(cmd : a) ipconfig /release
> Hit enter key to execute the command.

(cmd : b) ipconfig /all
> Hit enter key to execute the command.

(cmd : c) ipconfig /flushdns
> Hit enter key to execute the command.

(cmd : d) ipconfig /renew
> Hit enter key to execute the command.

(cmd : e) netsh int ip set dns
> Hit enter key to execute the command.

(cmd : f) netsh winsock reset
> Hit enter key to execute the command.

> Once you execute all commands, Try to Open that website again.

Watch Video Tutorial


Wednesday, September 12, 2018

How To See Incognito Browsing History Code

How To See Incognito Browsing History Code

Friends you need to copy that below mention code and then paste it into that new created text file.



Code :

@echo off
Powershell -noexit "ipconfig /displaydns | select-string 'Record Name' | foreach-object { $_.ToString().Split(' ')[-1] } | Sort | Out-Gridview"


Saturday, September 8, 2018

How to Reduce Image File Size From MB to KB

How to Reduce Image File Size from MB to KB

In this article of "How to Reduce Image File Size From MB to KB", I will tell you easy and quick method of compressing any photo size.

Steps to Reduce Image File Size are :


1st Step : Download below mention software called "Caesium" for free.


2nd Step : Once downloaded and then extract that caesium zip file.


3rd Step : Open caesium folder and then run "Caesium.exe" or Caesium Application file.
 

4th Step : Select the Image File.


5th Step : Decrease "Quality" to 25 to 30%.


6th Step : Give the "Destination Path" where you want to save that compressed image file.


7th Step : In the last just click on "Compressed" button, This will quickly compressed your image file size.


>>>>>>>>>>>>> Watch Video Tutorial <<<<<<<<<<<<<


Thursday, September 6, 2018

How To Convert JPG To PDF Online For Free and Without Software

How To Convert JPG To PDF Online For Free and Without Software

Hi friends, In this article of "How To Convert JPG To PDF Online For Free and Without Software" i will tell you very easy and quick way through which you can convert any jpg image file into pdf document without using any converter for free.

Steps to Convert JPG to PDF :

1st Step : Open below mention website.


2nd Step : Click on "Select JPG files" and then select the jpg image file which you want to convert in pdf document.


3rd Step : Once jpg file uploaded, Click on "Convert to PDF" button.

This will start converting process, Once completed it displays you "Your PDF File is Ready" message beside it you will see "Download your PDF" button.


So with the help of this free website you can easily convert any jpg image file to PDF document without using any software and also download that PDF document file to your PC or laptop.

>>>>>>>>>>>>>>> Watch Video Tutorial <<<<<<<<<<<<<<

Wednesday, September 5, 2018

How to Delete all Liked Videos on YouTube at Once

How to Delete all Liked Videos on YouTube at Once


In this article of "How to Delete all Liked Videos on YouTube at Once", I will show you easy and quick way through which you can remove your all YouTube liked videos.

Steps to Delete all Liked Video from YouTube :


1st Step : Login into your YouTube Account.

2nd Step : On the left-hand side you will see "Library", Under
which you will find "Liked Videos" section. Click on "Liked Videos" to open it.

On the Liked Videos page it will shows you all of your liked videos on YouTube.

3rd step : Click on "Edit" button.

4th Step : Right-click on white-area and then click on "Inspect".
you can also press (ctrl+shift+I) key.

5th Step : Go to "Console" windows.

6th Step : Copy the below mention code and then paste it into console windows.

Code : 
var items = $('body').getElementsByClassName("pl-video-edit-remove-liked-video"); 
for(var i = 0; i < items.length; i++){
    items[i].click();
}

Once you pasted the code, Just hit "Enter Key"...

In the last click on "Refresh" button, Through this simple and quick way you can remove all your liked videos from YouTube.

>>>>>>>>>>>>>>> Watch Video Tutorial <<<<<<<<<<<<<<<<<

Sunday, September 2, 2018

How to Restore Windows Photo Viewer in Windows 10

How to Restore Windows Photo Viewer in Windows 10


Code : 

Windows Registry Editor Version 5.00

; Change Extension's File Type
[HKEY_CURRENT_USER\Software\Classes\.jpg]
@="PhotoViewer.FileAssoc.Tiff"


; Change Extension's File Type
[HKEY_CURRENT_USER\Software\Classes\.jpeg]
@="PhotoViewer.FileAssoc.Tiff"


; Change Extension's File Type
[HKEY_CURRENT_USER\Software\Classes\.gif]
@="PhotoViewer.FileAssoc.Tiff"


; Change Extension's File Type
[HKEY_CURRENT_USER\Software\Classes\.png]
@="PhotoViewer.FileAssoc.Tiff"


; Change Extension's File Type
[HKEY_CURRENT_USER\Software\Classes\.bmp]
@="PhotoViewer.FileAssoc.Tiff"


; Change Extension's File Type
[HKEY_CURRENT_USER\Software\Classes\.tiff]
@="PhotoViewer.FileAssoc.Tiff"


; Change Extension's File Type
[HKEY_CURRENT_USER\Software\Classes\.ico]

@="PhotoViewer.FileAssoc.Tiff"