Your cart is currently empty!
Category: Windows Powershell/Command Prompt
How to Fix the Memory Integrity Is Off Issue on Windows 11
Do you see a “Memory inis off. Your device may be vulnerable.” error and can’t turn on the feature on your Windows 11 PC? Your installed device drivers may be faulty, leading to this issue. Here are a few ways to fix corrupt drivers and other causes of this problem on your computer. Commands:DISM.exe /Online… Read more
How to Check or Change Registered Owner and Organization Name in Windows 11
I’ll show you how to check and change the registered owner and organization name in Windows 11. Commands:Get-ComputerInfo | Select WindowsRegisteredOrganization, WindowsRegisteredOwner Chapters:0:00 Intro0:23 Check the Registered Owner and Organization Name in Windows Using the Winver Command0:46 Check the Registered Owner and Organization Name in Windows Using PowerShell1:59 HOW TO CHANGE THE REGISTERED OWNER AND… Read more
Disable modern standby on Windows 10 and 11
In this video, I will show how to disable modern standby on Windows 10 and 11. Code:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power]“PlatformAoAcOverride”=dword:00000000 Chapters:0:00 Intro0:23 How to Locate Your PC’s Current Sleep State0:50 How to Disable Standby Mode on Windows 10 and 111:48 How to disable Modern Standby via Windows Registry Script2:53 Disabling Modern Standby using Command… Read more
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
How to Enable or Disable Memory Compression in Windows 11
Using Windows 11’s memory compression feature, you can get your PC’s RAM to store more data than its original capacity. This allows your PC to read data faster, improving your overall experience. We’ll show you how to enable and disable memory compression on your computer. Commands:Get-MMAgentEnable-MMAgent -mcDisable-MMAgent -mc Chapters:0:00 Intro0:23 How to Check If Memory… 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
4 Best Ways to Check RAM Speed on Windows 11
There are a bunch of ways to check your computer’s hardware specifications, but very few give you details about the actual speed of the RAM in your Windows PC. Employ these quick and easy methods to check RAM speed on Windows 11. Link:CPU-Z for Windows – https://download.cpuid.com/cpu-z/cpu-z_2.03-en.exe Commands:wmic memorychip get speedGet-WmiObject Win32_PhysicalMemory Speed Chapters:0:00 Intro0:23… Read more