Your cart is currently empty!
Category: Control Panel
9 Ways to Change Themes On Windows 11
Microsoft moved many Control Panel options to the Settings app. So, you need to head over to the Personalization options in the Settings app to apply a new theme. But, do you know that you can do it using multiple other methods? Here’s how: Chapters:0:00 Intro0:23 Using the Desktop Context Menu0:47 Using the Settings App1:11… Read more
6 Ways to Enable or Disable Remote Desktop on Windows 11/10
If you’re not using it, keeping Remote Desktop turned on can be a security risk. Get it turned off with this guide for Windows 11. Chapters:0:00 Intro0:23 Using the Settings App0:53 Using the Control Panel1:23 Using the Registry Editor2:35 Using Windows Firewall3:14 Using the Command Prompt3:54 Using a Batch File5:02 End screen What you’ll learn:… Read more
4 Ways to Set Your Default Printer on a Windows 11 PC
Want your print jobs to go to a specific printer by default? Here’s how to quickly set that up on Windows 11. Commands:wmic printer get namewmic printer get name,defaultrundll32 printui.dll,PrintUIEntry /y /n printer name Links:WPrinter Lite page – http://www.softsea.com/review/WPrinter-Lite.html Chapters:0:00 Intro0:23 How to Set Your Default Printer in Settings1:03 How to Set Your Default Printer… Read more
How to Turn On or Off Network Discovery on Windows 10
Find out how you can change network discovery on windows 10. Commands:netsh advfirewall firewall set rule group=”Network Discovery” new enable=Yesnetsh advfirewall firewall set rule group=”Network Discovery” new enable=No Chapters:0:00 Intro0:23 How to Turn Network Discovery On or Off by Changing the Network Profile0:53 How to Turn Network Discovery On or Off via Control Panel1:26 How… Read more
How to disable firewall on Windows 11
Whether running Windows 11 or below, you’ll find a method that works for you. Chapters:0:00 Intro0:23 HOW TO DEACTIVATE/ACTIVATE WINDOWS FIREWALL USING WINDOWS SECURITY0:59 HOW TO TURN OFF or TURN ON WINDOWS FIREWALL USING CONTROL PANEL1:35 HOW TO DISABLE FIREWALL USING COMMAND PROMPT2:33 SWITCH OFF WINDOWS FIREWALL USING POWERSHELL3:05 HOW TO DISABLE/ENABLE WINDOWS FIREWALL USING… Read more
How to Check Your Computer Uptime on Windows 11 and 10
Windows has several built-in tools for checking how long your computer has been turned on. This video shows you how to check uptime in Windows through the Task Manager, Control Panel, Command Prompt, and PowerShell. Commands:systeminfowmic os get LastBootUpTimenet statistics workstation(get-date) – (gcim Win32_OperatingSystem).LastBootUpTime Chapters:0:00 Intro0:23 Check System Uptime via Task Manager0:50 Run the systeminfo… Read more
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 Completely Uninstall VirtualBox in Windows
There are several ways to uninstall VirtualBox in Windows 10 and 11, and this video will walk you through them. Links:Download VirtualBox – https://www.virtualbox.org/wiki/DownloadsRevo Uninstaller – https://www.revouninstaller.com/How to Enlarge a Virtual Machine’s Disk in VirtualBox or VMware – https://youtu.be/T4rdrVsCJDs Commands:Get-PackageUninstall-Package -Name “Oracle VM VirtualBox [Version Number] Chapters:0:00 Intro0:23 Uninstall VirtualBox via Apps and Features Pane1:07… Read more
5 Best Ways to Access Windows Tools on Windows 11
To make it easy for you, I have compiled the best ways to access Windows Tools folder on Windows 11. Chapters:0:00 Intro0:23 ACCESS WINDOWS TOOLS USING RUN0:54 ACCESS WINDOWS TOOLS USING THE FILE EXPLORER1:22 ACCESS WINDOWS TOOLS FROM THE CONTROL PANEL1:47 ACCESS WINDOWS TOOLS BY CREATING A DESKTOP SHORTCUT2:32 ACCESS WINDOWS TOOLS USING COMMAND PROMPT2:55… Read more
Top 3 Ways to Stop Windows 11 From Automatically Connecting to a Wi-Fi Network
Fortunately, it’s quite easy to prevent your Windows 11 PC from connecting to a Wi-Fi network automatically. Here I show three different ways to do the same. So, let’s check them out. Commands:netsh wlan show profilesnetsh wlan set profileparameter name=”Network Name” connectionmode=manual Chapters:0:00 Intro0:23 STOP AUTOMATIC CONNECTION TO A WI-FI NETWORK USING THE SETTINGS APP1:03… Read more