Your cart is currently empty!
Category: Windows
How to enable write protection for USB devices on Windows 10
As an additional security layer, you can use this guide to enable write protection on Windows 10 to prevent users from copying data to a USB drive. Link: How to Remove Write Protection on Windows 10 – https://youtu.be/QxbTFM_acfs Chapters:0:00 Intro0:23 How to enable usb write protection using the registry2:04 How to enable usb write protection… Read more
How to Empty Recycle Bin Automatically on Windows 10
If you often forget to empty Recycle Bin, the smart thing is to automate the task. Command:/c “echo Y|PowerShell.exe -NoProfile -Command Clear-RecycleBin” Chapters:0:00 Intro0:23 Method 1 to schedule windows to empty recycle bin1:11 Method 2 to schedule windows to empty recycle bin3:15 End screen What you’ll learn: 1. Method 1 TO SCHEDULE WINDOWS TO EMPTY… Read more
How to Find and Disable Ads in Windows 10: 5 Places to Look
Windows 10 features a few ads and promotions. Learn where to find them and how to get rid of them. Chapters:0:00 Intro0:23 How to remove ads from lock screen0:58 How to remove ads from the start menu1:22 How to remove ads from the taskbar and notification center1:48 How to remove ads from file explorer2:23 How… Read more
How to Create Multiple Folders at Once in Windows 10
Manually creating new folders and subfolders is time-consuming if you want to organize and manage files on your Windows 10 PC. Instead, you can create multiple folders at once using the Command Prompt, PowerShell, or a batch file. Commands:“sunday”, “monday”, “tuesday”, “wednesday”, “thursday”, “friday”, “saturday” | %{New-Item -Name “$_” -ItemType “Directory”} Chapters:0:00 Intro0:23 How to… Read more
How to Prevent People from Installing Extensions in Chrome
If you let your family or other people browse the web using Chrome on your PC, you might want to prevent them from installing extensions in Chrome. Here’s how to take advantage of a Chrome policy meant for system administrators to disable extension installation. Link: Chrome policy templates – https://dl.google.com/dl/edgedl/chrome/policy/policy_templates.zip Chapters:0:00 Intro0:23 Home users use… Read more
How to Change the Default Directory in Windows Terminal
Windows Terminal uses your current user directory as the default directory when you open it. However, you can change this to any directory on your Windows PC. I’ll show you how to change the default working directory for PowerShell, Command Prompt. Chapters:0:00 Intro0:23 Change powershell’s default directory in windows terminal1:42 Change command prompt’s default directory… Read more
How to Change the Default System Font on Windows 10
Windows 10’s default system font, Segoe UI, looks pretty nice. However, if you have something better to replace it with, you can change the default system font on your Windows 10 PC. I’ll show you how to do this. Link: How to Change the Default System Font on Windows 11 – https://youtu.be/t_k4Wv3K-Ws Code:Windows Registry Editor… Read more
4 Ways To Forget Saved Wifi Networks In Windows 10
This video discusses four ways through which you can forget a single or all Wi-Fi connections saved on a device. Commands:netsh wlan show profilesnetsh wlan delete profile name=”ProfileName”netsh wlan delete profile name=* i=* Chapters:0:00 Intro0:23 Forget wi-fi network in windows 10 using system tray0:48 Forget wi-fi network in windows 10 using settings app1:22 Forget wi-fi… Read more
How to Limit Responses in Google Forms
Google Forms is a great way to collate responses from others online, whether it’s for a job or a research project. Limiting the responses manually is possible, but you’ll need to install add-ons to limit them automatically. Here’s how. Chapters:0:00 Intro0:23 Limit google form responses by google account1:00 Manually limiting all responses in google forms1:26… Read more
How to Change the Default New Folder Name in Windows 10
By default, when you create a new folder in Windows 10, the folder is given the name “New folder.” If you don’t like this name and you’d rather use another name, you can change the default name for new folders in Windows 10. Here’s how you do this. Code:cmd.exe /c md “%1/%%DATE%%” Chapters:0:00 Intro0:23 How… Read more