How To

how to disable driver update windows 10

The automatic update mechanism in Windows 10 is a useful system for getting maintenance and security patches, as well as updates for Microsoft products and device drivers. Although Windows Update drivers usually work well, they aren’t always the most up-to-date, and getting driver updates automatically has been known to cause problems on certain hardware configurations. …

how to disable driver update windows 10 Read More »

How to Work on Google Docs, Sheets and Slides Offline?

Working with Google productivity services like Docs, Sheets and Slides is always convenient. It’s free and offers lots of features as well. However, if you are not connected to the internet, you can still create, view, and edit files on these products. Use Google Docs, Sheets, and Slides offline Take note, before you turn on …

How to Work on Google Docs, Sheets and Slides Offline? Read More »

How to Make Your Mouse Speed Slower or Faster on Windows 10.

A slow mouse takes longer for the cursor to reach its destination, whereas a fast mouse may zoom past it, easily disrupting your efficiency. Here’s how to change the speed in Windows. Change Mouse Speed in Settings: In the Settings menu, you can change the speed of your mouse. Open Windows Search by clicking the …

How to Make Your Mouse Speed Slower or Faster on Windows 10. Read More »

How to Enable multidex for Flutter apps with over 64K methods

About the 64K reference limit Android app (APK) files contain executable bytecode files in the form of Dalvik Executable (DEX) files, which contain the compiled code used to run your app. The Dalvik Executable specification limits the total number of methods that can be referenced within a single DEX file to 65,536—including Android framework methods, library methods, …

How to Enable multidex for Flutter apps with over 64K methods Read More »

How to Make Your Computer a Wi-Fi Hotspot?

In a perfect world, you’d connect all of your gadgets to a single Wi-Fi network and be instantly connected to the internet, but that doesn’t always happen. Perhaps your hotel only has one Ethernet connection, or perhaps your airline’s Wi-Fi costs you per device, and you’d like to pay once for your laptop and phone. …

How to Make Your Computer a Wi-Fi Hotspot? Read More »

How To Install Teamviewer on Raspberry pi with Ubuntu 20.04 OS

TeamViewer is an excellent resource for remote controlling another computer. It is remote access that supports solutions and works on desktop and mobile platforms. TeamViewer allows you to connect to computers or mobile devices anywhere in the world and utilize them as if you were physically present. Installing the Teamviewer in Ubuntu on Raspberry pi …

How To Install Teamviewer on Raspberry pi with Ubuntu 20.04 OS Read More »

How to Create Circle Icon Button In Flutter, 2 best ways

There are many ways to create a circle icon Button in Flutter, but in this tutorial, we’ll cover only the following top 2 approaches: Using the FloatingActionButton Using the ElevatedButton 1. Using the FloatingActionButton (Recommended) The FloatingActionButton is a dedicated widget to create the circular icon button. Creating Basic Button Steps to create a basic circle icon …

How to Create Circle Icon Button In Flutter, 2 best ways Read More »