Your cart is currently empty!
Category: Windows Powershell/Command Prompt
4 Ways to Download a Browser on Windows Without a Browser
Even though using Edge to download another browser on your Windows PC is still the easiest method, there are a few other way to grab Chrome, Firefox, or another browser of your choice. Browser Download links:Google Chrome (64-bit): https://dl.google.com/chrome/install/standalonesetup64.exe Mozilla Firefox (64-bit): https://download.mozilla.org/?product=firefox-latest&os=win64 Mozilla Firefox (32-bit): https://download.mozilla.org/?product=firefox-latest&os=win Opera (64-bit): https://net.geo.opera.com/opera/stable/windows Commands:Invoke-WebRequest http://yourlinkgoeshere.com -o download.exeSet-ExecutionPolicy AllSignedSet-ExecutionPolicy… 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
How to Delete Your Incognito Mode History and Protect Your Privacy
How do you view and delete your incognito history and protect your privacy? Commands:ipconfig/displaydnschrome://net-internals/#dns Chapters:0:00 Intro0:23 How to View Incognito Mode History on PC0:54 How to Delete Incognito History on a PC1:23 How to Delete Incognito History on Android1:55 How to Delete Incognito History on Mac2:40 End screen What you’ll learn: 1. How to View… Read more
How to Hide a Drive in Windows 11/10
By hiding a drive on Windows, you can prevent others from accessing sensitive files within that drive and keep them safe. If you’re interested in doing that, this video will walk you through four different methods to hide drives on Windows. Chapters:0:00 Intro0:23 Hide a Drive Using the Disk Management App1:04 Hide a Drive in… 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 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
How to Install Hyper-V on Windows 11 Home
Hyper-V comes with all versions of Windows 11… except Home. However, don’t fret; there are ways to enable Hyper-V on Windows 11 Home. Link:Hyper-v Script – https://mega.nz/file/cQBzkKJD#hUENp-Udk0wDLdQEHFm6KbY1UTweP90cDwzPyyCA_GQ Chapters:0:00 Intro0:23 How to Install Hyper-V on Windows 11 Home3:06 How to Disable Hyper-V on Windows 11 Home3:45 End screen What you’ll learn: 1. How to install Hyper-V… 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
How to Fix “There Are Currently No Power Options Available” in Windows
Work your way through the fixes in this troubleshooting tutorial to fix the “There are currently no power options available” power button error in Windows 10 and 11. Chapters:0:00 Intro0:23 Check the Local Group Policy Editor1:06 Tweak the Windows System Registry2:39 Restore Power Options to Default Settings3:04 End screen What you’ll learn: 1. Check the… Read more