Saturday, September 29, 2018

How To See Saved Password In Chrome Browser


Look up the password for an online account you saved to Google Chrome's auto fill, using a desktop computer.

Step 1 - Open your Google Chrome browser and sign in with your Google account.

Step 2 - Click on the three vertical dots icon at right top corner.

Step 3 - Click Settings.

Step 4 - Click on password option.

Step 5 - Click the eye icon to see saved password.

Thursday, September 27, 2018

How to Make Your Computer Speak Whatever You Type


Create your own text to speech converter software to make your computer speak whatever you type.

Step1 - Open the Notepad.

Step2 - Copy the code given below and paste it to notepad.

Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

Step3 - Save the file with any name with an extension .vbs

Step4 - Run the file, type anything you want in the textbox and press OK and enjoy