Tuesday 21 November 2017

How to configure and use dual monitors

If you want to increase your display real state and increase your work-flow, you can add a second display device with your PC. Here, I am going to show you how you can set up and configure multiple displays (Monitor / TV) in windows 10 computer.



You can connect a secondary device via HDMI cable or VGA cable just like a projector.

HDMI and VGA port


Connect the cable first with your secondary device (Monitor / TV), then connect the other end of the cable with your PC. You will hear a bip sound, this indicates that your computer recognizes the new device. For a television you need to select input method now. For monitor you don't need to do this.

Switching between display modes
----------------------------------------------------------
To bring the display mode in windows 10 press (windows + P ) keys together. On laptop extend is selected by default, for PC duplicate would be selected by default.

PC screen only — Only the primary monitor is used nothing on your secondary display.
Duplicate — Secondary monitor shows duplicate desktop (same as primary screen).
Extend — Both monitors combine to offer an extended desktop.
Second screen only — Only the secondary monitor will be used.

Monday 6 November 2017

Find best deals with free Amazon Price History Tracker

Amazon Price History Charts

View the price watch of over 200 million Amazon products. Comprehensive price history graphs. Price Drop & Availability Alerts. Browser extensions - once installed the extension price history graph will be displayed directly on each Amazon product page. Deals, an overview of recent price drops.


Get the real deals. It finds the best deals every day. Find products with the highest drop in price in your favorite product category.
------------------------------------------------------------------------------------------------------------

Monitor Amazon price with this price tracker and the option to be alerted on price drops to all Amazon sites.

✜ Price History charts

Price History charts for over 200 million Amazon products, even for different versions, colors or sizes of a product.

✜ Price Drop & Availability Alerts

Set up a price watch directly from the product page. It track any product for you and notify you once the product dropped below your desired price.

✜ Compare and track international Amazon prices

Prices for all Amazon locales are listed and can easily be tracked.

✜ Email, Facebook, Twitter, RSS, Desktop and Mobile Push Notifications

It sends you a price alert once the price of your tracked product drops below your desired price. It can send you an email, leave a (private) post on your Facebook wall, Tweet you or simply show a desktop notification when you are surfing the web. It also has a RSS feed for all your price watches. Whichever way you prefer.

✜ Daily Drops, an overview of recent price drops

Get the real deals. Keepa finds the best deals every day. Find products with the highest drop in price in your favorite product category.

✜ Wishlist Import

You can easily import your whole wishlist and create price watches for every item on it.

✜ Customizable

Change the behavior of the extension the way you like it.

✜ Amazon Locales Support [ .com | .co.uk | .de | .co.jp | .fr | .ca | .cn | .it | .es | .in | .com.mx | .com.br ]


Chrome extension

Website

 No account needed. Just install and start saving money. This extension does not add any context menus or browser buttons. You can access and set it up on any Amazon product page.

Tuesday 31 October 2017

How to change visited link color in Google chrome, Mozilla Firefox and Opera browser

Do you want a distinguishable color when you click on a website url or link? The default change in color of visited URL is not eye catching. Here, I am going to make you familiarize with an free open source extension. With the help of this extension you would be able to replace default color of visited link.

The name of the extension is Stylish. Stylish is an open-source browser extension that can apply a user-supplied style sheet to a web page, in addition to the Cascading Style Sheets provided by the website itself, to customize and personalize the appearance of the page. A user style may be more or less selective, targeting one specific web page, or several, or all of the pages on one or more domains, or every page on the web.

Mozilla-based web browsers (Firefox, Mozilla Thunderbird) and Chromium-based browsers (Google Chrome, Flock, Opera 15+) are supported with multiple implementations of the extension.

I have explained everything in the following video. I hope you would find this useful.



-----------------------------------------------Style Code ------------------------------------------------
A:visited { color: red ! important }
-------------------------------------------------------------------------------------------------------------
If you want to use different color: 

Substitute red for another color like black, brown, blue or use a hex color code. You can get hex color code here: http://www.color-hex.com/
hence the following: 
A:visited { color: brown ! important }
A:visited { color: black ! important }
or use a hex color number...
A:visited { color: #a47709 ! important }

You can use this extension for changing your Google home screen, YouTube theme, Facebook theme and so on. You need to install the themes from here: https://userstyles.org/

Thursday 19 October 2017

Live sports streaming in Android, iOS, PC and Amazon fire Stick TV

WATCH LIVE TV STREAMING IN YOUR MOBILE

Using this application, you can stream movie channels, news channels, documentary, stream live sports, kids, cooking, music, religious, entertainment, French, and other channels without any registration and fees. 

It supports all most all popular channels. Stream both HD and non HD channels. Only drawback of this app is it requires hi-speed INTERNET connection, otherwise video will buffer. To me it is the best app for watching sports on mobile. You can use it in PC with android or iOS emulators. Update: It provides 5 special links for watching Indian Premiere League (IPL) 2018.

Watch the followng video for more details about LIVE SPORTS Streaming

LIVE CRICKET |LIVE FOOTBALL | LIVE TENNIS


They also have versions for IOS, PC and Amazon fire Stick TV.

Link to official website/App download:  Find video description

Saturday 14 October 2017

How to disable specific keys of keyboard

Disable short / faulty keys of keyboard. This tutorial would solve all of your keyboard problems. Disable faulty keys and map them to another keys of your keyboard.


  • First we need to identify faulty keys with the help of KeyboardTest software. 


KeyboardTest Download link: https://www.passmark.com/products/keytest.htm

It is not free, but you will get 30 days trial period.


  • After identifying faulty keys, you need KeyTweak software to disable them. 


KeyTweak download link: http://www.majorgeeks.com/files/details/keytweak.html

This is a Freeware. Although in website it says that this software works in Win 2000/03/08/XP/Vista/7, it would work in windows 8.1 and 10 too. I made this video in windows 10.




  • For mapping keys I suggest you to use AutoHotKey. It does not require restart to bring changes into effect and you can control it in a click. 


AutoHotKey download link: https://autohotkey.com

This is also free and open-source.

How to map keys with AutoHotKey






Friday 13 October 2017

How to reassign and redefine keyboard keys in Windows 10/8/7

How to reassign and redefine keyboard keys in Windows 10/8/7

Hi, this is a tutorial for key mapping! Map Any Key to Any Key on Windows 10, 8, 7, or Vista. This method does not map keys permanently like registry mapping. Rather it gives you the flexibility to map keys whenever you want to.


The syntax for the built-in remapping feature is OriginKey::DestinationKey. For example, a script consisting only of the following line would make the "a" key behave like the "b" key:
a::b
The above example does not alter the "b" key itself. The "b" key would continue to send the "b" keystroke unless you remap it to something else as shown in the following example:
a::b
b::a
The examples above use lowercase, which is recommended for most purposes because it also remaps the corresponding uppercase letters (that is, it will send uppercase when Capslock is "on" or the Shift key is held down). By contrast, specifying an uppercase letter on the right side forces uppercase. For example, the following line would produce an uppercase B when you type either "a" or "A" (as long as Capslock is off):
a::B

Watch this video for details

----------------------------------------------------------------------------------------------------

Link to the Best Key Re-mapper



Thursday 12 October 2017

How to resize/modify multiple images together

Batch modify multiple images together!


This is very useful for converting hi-resolution images suitable for Facebook or other social media sites.

Batch modify multiple images, including images in sub-folders. You can change resolution, image quality, realign, add text or water mark and change format.

The software is portable and free. Download it from Easy Image Modifier official website: http://www.inspire-soft.net/software/easy-image-modifier


Unboxing Gemei Gm-1008 Professional Hair Clipper

Unboxing and Review of Gemei Gm-1008 Hair Clipper for Men

This can be used as good trimmer. But it wont shave full. For shaping and trimming beard you can use this. Bought it for Rs. 750 from Amazon.



Gemei Gm-1008 Hair Clipper

Pros: 

  • Direct Powered 
  • No Need To Charge 
  • 1.7 Meter Long Power Cord. 
  • The indicator light will show once you plug it into Power socket.
  • Four cutting heads and a comb.

Product details

  • Product Dimensions: 24.9 x 16.2 x 6.9 cm ; 494 g
  • Item model number: GM-1008
  • ASIN: B00VK464VY

Wednesday 11 October 2017

HOW TO USE 2 SIM WITH SD CARD - Hybrid Sim Slot Hack

Hybrid Sim Slot Hack- Use dual SIM and SD card simultaneously. By using a hybrid SIM slot adapter you can easily use two SIM and a micro micro SD card simultaneously. Now-a-days all top brands releasing hand sets with hybrid SIM card slots. Which allows you to use either a SIM with a micro SD card or two SIM cards together, so you have to compromise a SIM or  the micro SD card. But now you can resolve the issue with only Rs. 150/-



All Xiaomi Redmi Hybrid SIM slot mobiles, All Samsung Hybrid SIM slot mobiles.

Avails you to Run 2 SIM And Micro SD Card at the same time.

Photron Pro Lens Cleaning Kit review and usage

How to clean DSLR cameras with Photron Pro Lens Cleaning Kit. Use of lens cleaning pen and blower to clean lens and image sensor.


Photron new professional clean pro 7 in 1 multi-purpose cleaning kit for cameras, lenses, binoculars, LCD, laptops, desktops, keyboards, etc., includes micro-fiber cloth, brush, liquid solution, powerful dust blower, cotton swabs, magic lenspen and cleaning tissue.

How to Enable Developer Options in Xiomi Redmi 4/4A/Note 4

By default Developer options is disabled in your Xiomi Redmi phones. To get access to USB Debugging we need to enable Developer Options. You may need to tap up to 7 times depending on your MIUI version. I did this in Xiomi Redmi 4, and it would work for Redmi 4A, Redmi Note 4 and other models also. This method is applicable for some Samsung mobile also.


Unboxing and Review of Zook ZB-Rocker M3 Bluetooth Speaker

ZOOOK Rocker Mean Machine Mini M3 Bluetooth Speaker Unboxing and review

This wireless blue-tooth speaker has 1500 mAh battery and 8W output. Bought it from Amazon for Rs. 999. I have explained how to configure ZB-Rocker M3 radio and how you can use it as a power-bank!
Later a brief comparison between ZB JAZZ blue-tooth speaker vs ZB-Rocker Mean Machine M3.




Multi-Connectivity Options

Zoook Rocker Mean Machine mini M³ speaker with Bluetooth connectivity that also has the ability to connect to any external device via a 3.5 mm Aux input jack, TF Card, USB Flash, and a side panel for button control center.
Special Features
  • Built-in huge 1500 mah rechargeable lithium battery
  • 5 in 1 bluetooth speaker (BT+ SD card + USB + Aux)
  • On Board Controls: Micro USB DC 5V / USB port / 3.5 Aux port / TF card slot / On/Off switch / Mode button / Previous track/Next track / Play/Pause / Volume slider
  • Audio Wattage: 8 watts
  • Bass Radiator


On Board Controls/Ports

Micro USB DC 5V / USB port / 3.5 Aux port / TF card slot / On/Off switch / Mode button / Previous track/Next track / Play/Pause / Volume slider.

What's in the Box

- 1 x Zoook Rocker M³
- 1 x Micro USB Charging Cable
- 1 x Aux-in cable
- 1 x User Manual
- 1 x Warranty card

Wednesday 13 September 2017

TimeBucks- Is It Legit Site or A Scam?



TimeBucks- Is It Legit Site or A Scam?


We spend much of our time surfing the Internet browsing videos, uploading pictures, and checking out various websites. We do this for free but there are many websites that will pay you for doing so. TimeBucks is one of them and they pays via PayPal.

What is TimeBucks?


TimeBucks.com is a get paid to website that pays users for performing a wide variety of online based tasks. The website was created in 2014 and is owned by LK International Ltd of Al Jazeera Al Hamra. The company's headquarters are located in Ras al Khaimah, United Arab Emirates.


How Does TimeBucks Work?


TimeBucks rewards users for completing surveys, watching videos, installing apps, playing games, and more. You can also earn cash by completing interesting tasks such as -

taking selfiesgrowing a beardand drawing photos of other people


The website also rewards users for referrals and offers competitions with daily bonuses. There are several one-time tasks that you can complete right away to start earning cash. These include items such as 

liking their Facebook page and 
subscribing to their YouTube channel.


How Do I Start With The TimeBucks?


TimeBucks is free to join. Users can create a new account by visiting the company's website by using their Facebook information or entering an email address and password. You will receive a confirmation mail where you will need to verify your email address in order to receive payments. According to the company's Terms and Conditions, TimeBucks works in all countries where PayPal is accepted and there are no minimum age requirements.

How Much Money Can I Make With TimeBucks?


The amount you are able to earn highly depends on the particular task. They pay anywhere from one penny to $3 depending on the difficulty of the task. Here are some of the various payouts:

Polls: $0.01
Sharing Content: $0.01
Surveys: $1
Uploading a Promotional Video: $3

How Do I Get Paid With TimeBucks?


TimeBucks pays out earnings on a weekly basis every Thursday through PayPal or Payza. There is a $10 minimum payment threshold. 

TimeBucks Tips


The best way to earn money using TimeBucks is through its referral program. You will receive a referral link that you can use on social media or email to invite others. The program pays out 5 levels deep.

Tuesday 5 September 2017

How to enable Hibernate option in Windows 10

Which channel or site pays higher rate for CrowdFlower task

If you are interested in CrowdFlower mini jobs and want to earn the most from it then CrowdFlower elite is the best choice for you. You probably have access to CrowdFlower tasks through other channels like NEOBUX, CLISXENSE, InstaGC or other 3rd party channels. But, do you know they take 30%   commission from your earnings. This means they pay you 30% less than the amount task author eager to pay. So why would you give them your hard earned money if you can earn 100%. 

By doing CrowdFlower tasks in CrowdFlower Elite you can actually get the full payment. They pay through PAYPAL and it is the best choice for all contributors. Watch the following video for details-



Monday 10 April 2017

How to change visited link color in Chrome browser

Generally when you click on a link the color change is not noticeable. Its color changes form blue to purple which is not distinguishable at all. Here, I am going to familiarize you with a chrome addon/extension which can change visited url color as you like. You can change the color to red, yellow, green and so on.

How to change default color of visited url/link. I am changing the color to red, but you can use other colors too.

Watch this video for step by step guide on how to configure stylish addon to change visited link color



-----------------------------------------------------------------------------------------------
Link to Stylist extension: https://chrome.google.com/webstore/detail/stylist/pabfempgigicdjjlccdgnbmeggkbjdhd?hl=en
------------------------------------------------------------------------------------------------
Here is the code -exclude apostrophe "A:visited { color: red ! important }"
------------------------------------------------------------------------------------------------------
If you want to use different color:

Substitute red for another color like black, brown, blue or use a hex color code. You can get hex color code here: http://www.color-hex.com/
hence the following:
A:visited { color: brown ! important }
A:visited { color: black ! important }
or use a hex color number...
A:visited { color: #a47709 ! important }





How to find wireless network password in Windows 10

Suppose your PC is connected to your office or friend's wifi network but you don't know the password. You can easily see the password with a few clicks. All you need to do is to go tot the network settings and check the properties.


  • Open run by pressing windows key and R together. Now type ncpa.cpl and press Enter.
  • Select your wifi adapter and click view status of this connection. 

  • Click on wireless properties 
  • Select security tab
  • Now check the box of show characters and you will find the password. 




You can watch this video for more clarification: view saved Wi-Fi passwords in Windows 10


Tuesday 21 March 2017

How to block a website in your pc

You can block any websites easily in your personal computer (PC). This way you can restrict children or other people who use your computer from accessing certain websites. You don't need any software or browser extension to do this. Windows has a way for doing this. All you have to do is to write down the website name in your computer's hosts file.

Watch this video for step by step guide on how to block a website using hosts file


Sunday 19 March 2017

How to block programs with windows firewall

Block programs from accessing your Internet using windows firewall. You can block any programs using windows firewall. This is a must do if you use fake key/patch for any software and want to use it without any interruption.

First go to control panel. At the top right corner of control panel window select view by: Small icons.


  • Now click on windows firewall. 
  • Find advanced settings at the left side and click. It will open in a new window. 
  • Select Outbound Rules at the top left corner.
  • Now at the top  right corner of this window click New Rule. 
  • Select program and click next
  • Now select the program you want to block from its installation location using browse button and then click next.
  • Select block the connection then click next.
  • Here check Domain, Private and Public and click next.
  • Give it a name so that you can identify this program later. Description is optional. 
  • Click finish to complete the process. This way you can block any application you want. If you want to delete any rule just right click over it and select delete. 

Watch this video for step by step guide on how to block a program using windows firewall






Sunday 19 February 2017

How to keep a window always on top

Sometimes we need to keep a window on top of another for the convenience of working. But some programs do not come with a built in always keep on top option. Like - MS Word, Excel, Power-point and browsers do not have this option. What if you want to keep them on top of another program. Suppose you need to copy data form a word document to an excel sheet. Your work would be more easier if you can keep the word document on top of excel sheet, so that when you work on excel sheet the word document do not get minimized.

There are some keep on top softwares. But most often they fail to work on windows 8/10. The method I am going to share works for all programs in windows 8 and higher.

First download and install AutoHotKey. It is free.
Now create a notepad document in your desktop and paste the following code in it.

^#Up::WinSet,AlwaysOnTop,Toggle,A

Now save the notepad and rename it with .ahk extension like: Always on top.ahk

Now when ever you need to keep a window always on top just run this notepad script by double clicking on it. Then select the window you want to keep on top and press these three key together: Ctrl+Windows+Up Arrow



Watch this video tutorial if you have any problem understanding the method. 




Monday 13 February 2017

How to install multiple softwares at once

After installing operating system in computer we need to install too many softwares. Like - browsers, pdf reader, media player, messing software, online storage software, anti-virus and so on.   What if we can install all of them together with a few clicks. We don't have to click next, next, next or agree to user license agreements. All the softwares will install silently in background.

Yes, we can do so with the help of  ninite.com

Just check the softwares you want to install and then download ninite installer. All of your softwares will be downloaded form their official websites and installed in your pc. You don't have to do any thing. It's that simple. Watch this video for details.


Tuesday 7 February 2017

How to disable/turn off laptop’s built in keyboard

Keyboard malfunction is very common for laptops. Sometimes laptops keys get short for various reasons like liquid spilled over your keyboard or moisture accumulation. This may cause a huge problem while working. Even if you are using an external keyboard, the short key on your lappys keyboard may bother you. So, how can you disable your built-in keyboard without opening your laptop. Yes there is an easy way. You have to replace your built in keyboard’s driver with another manufacturers keyboard driver software. Watch this video for details:


Wednesday 18 January 2017

How to use two Clash of Clans, Facebook and Whats App account in your mobile device



Now you can use two accounts of every app in your android mobile. To do this you just need to download Parallel Space app from google play store. Clone and run multi accounts of a same app simultaneously and apply custom themes to cloned apps!

This app will create a virtual android platform in your device. So you will be able to maintain two different accounts of each app, one in your mobile device and another in Parallel Space app. You can use two different accounts for facebook, what's app, viber, imo, any games that requires google play account, instagram, twitter and so on.

In Parallel Space you will be able to clone any app for which you want to maintain a second account. Even you can keep an app only in parallel space, not in your mobile.


Watch the following video, here I have shown how to use two clash of clans accounts in a single device.