-
The problem arises when you delete a contact accidentally, reset or lose your phone. Your contacts are lost forever unless you have taken a backup of contacts or synced them in such situations. Here’ how to backup contacts to Google Drive from Android. What you will learn 1. Manually Backup Contacts to Google Drive a.…
-
Do you want to install multiple apps on Windows 11? Here are multiple ways to complete this task. Links:Winget’s GitHub page – https://github.com/microsoft/winget-cli/releasesofficial Winstall website – https://winstall.app/ Chapters:0:00 Intro0:23 Install windows package manager: winget1:15 Install essential apps using command line2:36 End screen What you will learn 1. How you can install every basic application quickly…
-
While Windows 10 Firewall does a great job of protecting the system from hackers and intruders, sometimes its settings get messed up and the firewall starts malfunctioning. In this case, we can easily reset Firewall settings. Commands:netsh advfirewall reset(New-Object -ComObject HNetCfg.FwPolicy2).RestoreLocalFirewallDefaults() Chapters:0:00 Intro0:23 Reset windows firewall through the control panel0:51 Reset windows firewall through the…
-
Windows 10 apps come with their data and configuration settings. When you backup the data, the configuration is not necessarily backed up. Chapters:0:00 Intro0:23 Backup application settings in windows 101:58 Restore application settings using cloneapp2:29 End screen What you will learn 1. How to migrate the settings to another PC without losing any customization 2.…
-
Google Chrome only offers you the ability to import passwords directly from Firefox. But that also requires having both browsers installed on the same PC or Mac. So if you plan to import your login information from a different browser or computer, you must rely on the good old CSV file. Commands:cd “\Program Files (x86)\Google\Chrome\Application”chrome.exe…
-
Microsoft gives an option to download and install Office language packs for free. By default, Microsoft Office is installed with one language. You can install multiple languages in any Microsoft Office version including Office 2013, Office 2016, Office 2019 and Office 365. Chapters:0:00 Intro0:23 Check microsoft office version0:56 Download and install microsoft office language packs2:24…
-
All Windows 10 computers come with a built-in administrator account. It’s the default one that is usually targeted by hackers to gain access and control of your computer. That would make you wonder whether you should delete the default built-in admin account or not. Commands:net user administrator /active:yesnet user administrator /active:no Chapters:0:00 Intro0:23 How to…