-
If you want to block Windows 10 Update, you can watch this video. Chapters:0:00 Intro0:23 Postpone all feature update for up to 365 days using group policy2:14 Enforce PC to stay on the current build using the group policy editor3:54 End screen What you will learn 1. How to check the current Windows version/build a.…
-
Adding a user with admin privileges on Linux is easier than you think. When you create a new user, that user doesn’t have admin privileges. What do you do? This video shows you how. Commands: UBUNTU SERVERsudo adduser USERNAMEsudo usermod -aG sudo USER CENTOSsudo adduser -m USERsudo passwd USERsudo passwd –expire USERsudo usermod -aG wheel…
-
Does that default white document background in Google Docs bore you? Why not change it to another color that could get your creative juices flowing? Chapters:0:00 Intro0:23 Google docs web app1:20 Google docs android2:03 End screen What you will learn 1. GOOGLE DOCS – WEB APP a. How to change background color in a document…
-
If the Bluetooth device’s audio production is not in sync with the on-screen visual, try the two(2) troubleshooting solutions in this video. Chapters:0:00 Intro0:23 Troubleshoot connected device1:11 Disable audio enhancements1:57 End screen What you’ll learn 1. HOW TO TROUBLESHOOT CONNECTED DEVICE a. How to fix audio delay, poor audio quality, and other related issues while…
-
In this video, you will learn about how to edit registry settings of other users in Windows 10 without logging into each account separately. This technique can also be applied to Windows 8, Windows 8.1 and Windows 7. Commands:reg load HKU\username C:\Users\username\ntuser.dat Chapters:0:00 Intro0:23 Registry settings backup0:51 Edit registry settings for other users without logging…
-
When you install Windows for the first time, a random computer name is automatically assigned to Windows. This name is like DESKTOP-xxxxxxx, where x’s are random characters. You can easily change computer name to something of your own liking. Chapters:0:00 Intro0:23 Change computer name using the control panel1:30 Change computer name using windows settings2:05 Change…
-
If you’ve had files deleted by a hacker or you’ve accidentally removed them, this video shows you how to recover that missing data with a handy tool called testdisk. Chapters:0:00 Intro0:23 How to install testdisk1:01 How to recover files with testdisk3:19 End screen What you will learn 1. How to recover deleted files 2. How…
-
VirtualBox guest additions can be installed on both Linux and Windows systems. In this video, I will walk you through the installation of VirtualBox guest additions on CentOS 8. Commands: 1. Step 1: Installing EPEL on CentOS 8 a. $ sudo dnf install epel-release b. $ rpm -q epel-release 2. Step 2: Installing Kernel Headers…