Your cart is currently empty!
Author: Mark Vincent
Top 6 Ways to View Wi-Fi Signal Strength in Windows 11
On Windows, you can check Wi-Fi signal strength to determine if you’re far from the router, or if walls are obstruct the signal. You can then use this information to adjust the placement of your router or workstation accordingly. Commands:netsh wlan show interfaces(netsh wlan show interfaces) -Match ‘^\s+Signal’ -Replace ‘^\s+Signal\s+:\s+’,” Chapters:0:00 Intro0:23 CHECK WI-FI SIGNAL… Read more
How to Install Systemback on Debian, Ubuntu, Linux Mint
This tutorial will be showing you how to install Systemback on Debian, Ubuntu and Linux Mint. Commands:wget –quiet -O – https://repo.linuxbabe.com/linuxbabe-pubkey.asc | sudo tee /etc/apt/trusted.gpg.d/linuxbabe-pubkey.ascecho “deb [signed-by=/etc/apt/trusted.gpg.d/linuxbabe-pubkey.asc arch=$( dpkg –print-architecture )] https://repo.linuxbabe.com $(lsb_release -cs) main” | sudo tee /etc/apt/sources.list.d/linuxbabe.listsudo apt updatesudo apt install systembackxhost +local:sudo su –export DISPLAY=:0.0systembackecho “deb [signed-by=/etc/apt/trusted.gpg.d/linuxbabe-pubkey.asc arch=$( dpkg –print-architecture )] https://repo.linuxbabe.com… Read more
How to Install Microsoft OneDrive on Linux
Just because OneDrive is Microsoft doesn’t mean you can’t access it from Linux. Commands:sudo apt-get updatesudo apt-get upgrade -ysudo apt-get dist-upgrade -ysudo apt-get autoremove -ysudo apt-get autoclean -yecho “deb [arch=$(dpkg –print-architecture) signed-by=/usr/share/keyrings/obs-onedrive.gpg] https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.04/ ./” | sudo tee /etc/apt/sources.list.d/onedrive.listsudo apt install –no-install-recommends –no-install-suggests onedriveonedrive destination-directory [FILEPATH] –synchronize Chapters:0:00 Intro0:23 Install the OneDrive Client for Linux on… Read more
How to Automatically Forward Specific Emails in Gmail
Auto forwarding email is quite helpful when you move to a different mailbox but still want to receive all incoming emails sent to the older mail address. Not many know, but this feature is present in Gmail too. So, if you have switched to a new Gmail account or any other email client, here’s how… Read more
How to Fix the “The action cannot be completed because the file is open” Windows Error
Are you getting a “The action cannot be completed because the file is open” error while trying to rename, move, or delete a file on your Windows PC? I’ll show you several ways to get around this. Chapters:0:00 Intro0:23 Restart Windows File Explorer0:46 Clear the Windows File Thumbnail Cache1:21 Open Folder Windows in a Separate… Read more
How to Show Negative Numbers as Red in Excel
I’ll show you three methods for showing negative numbers as red in Excel. Use whichever you’re most comfortable with or works best for your sheet. Chapters:0:00 Intro0:23 Format the Cells for Negative Red Numbers0:53 Create a Custom Format for Negative Red Numbers1:25 Use Conditional Formatting for Negative Red Numbers2:23 End screen What you’ll learn: 1.… Read more
How to Fix Time Synchronization Failed in Windows
Do you keep receiving a “Time synchronization failed” error while syncing the clock with a time server in Windows 11 or 10? This video will teach you multiple ways to fix that on a Windows computer. Commands:net stop w32timew32tm /unregisterw32tm /registernet start w32timew32tm /config /manualpeerlist:time.google.com /syncfromflags:manual /updatew32tm /config /updatew32tm /resync /rediscover Chapters:0:00 Intro0:23 Restart the… Read more
How to Reinstall Microsoft Store in Windows
Keeping the Microsoft Store in top shape on your PC is crucial if you rely on it a lot to download apps, games, and movies. If the program malfunctions, removing and reinstalling it could help get it working correctly. Commands:Get-AppxPackage -allusers WindowsStore | Remove-AppxPackageGet-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}Get-AppXPackage | Remove-AppxPackageGet-AppXPackage -allusers… Read more
5 Ways to Turn off Automatic Updates on Windows 11
This video will guide you through all possible ways to disable the Windows 11 auto-update feature and bring Windows under your control. Chapters:0:00 Intro0:23 DISABLE AUTOMATIC UPDATES ON WINDOWS 11 USING WINDOWS SETTINGS0:49 HOW TO TURN OFF WINDOWS 11 AUTO UPDATES USING NETWORK SETTINGS1:34 HOW TO STOP WINDOWS 11 AUTOMATIC UPDATES USING WINDOWS SERVICES2:24 HOW… Read more
How to enable vTPM and BitLocker on Windows Server 2016 running on HyperV
How to enable vTPM on Windows Server 2016 Hyper-V and enable BitLocker within your VM. What you will learn: 1. How to fix “This device can’t use a Trusted Platform Module” 2. How to encrypt your VM 3. How to Enable Trusted Platform Module 4. How to Add the BitLocker Drive Encryption feature 5. How… Read more