Author: Mark Vincent

  • How to Fix the Memory Integrity Is Off Issue on Windows 11

    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 Automatically Delete Cookies in Chrome, Firefox, and Edge

    How to Automatically Delete Cookies in Chrome, Firefox, and Edge
    , , ,

    In Chrome, Firefox, and Edge you can easily enable features to automatically clear your cookies. Here’s how to do so, to avoid manually clearing them. Links:Select-Destructing Cookies for:Google Chrome – https://chrome.google.com/webstore/detail/self-destructing-cookies/igdpjhaninpfanncfifdoogibpdidddf?hl=enEdge – https://microsoftedge.microsoft.com/addons/detail/selfdestructing-cookies/fnhilbpgaagfjnblgodkefcedahpdffnFirefox – https://addons.mozilla.org/en-GB/firefox/addon/self-destructing-cookies-webex/ Cookie AutoDelete for:Google Chrome – https://chrome.google.com/webstore/detail/cookie-autodelete/fhcgjolkccmbidfldomjliifgaodjagh/related?hl=enFirefox – https://addons.mozilla.org/en-GB/firefox/addon/cookie-autodelete/Edge – https://microsoftedge.microsoft.com/addons/detail/cookie-autodelete/djkjpnciiommncecmdefpdllknjdmmmo Chapters:0:00 Intro0:23 How to Set Chrome to Delete Cookies Automatically1:03… Read more

  • How to Check or Change Registered Owner and Organization Name in Windows 11

    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

  • How to Delete Google Maps Search History and Activity on Any Device

    How to Delete Google Maps Search History and Activity on Any Device
    , ,

    Here’s how to delete Google Maps search history and activity on all of your devices. Chapters:0:00 Intro0:23 Delete Google Maps Search History and Activity on iPhone and Android1:04 Delete Google Maps Search History and Activity on the Web App2:04 End screen What you’ll learn: 1. DELETE GOOGLE MAPS SEARCH HISTORY AND ACTIVITY ON MOBILE APP… Read more

  • How to Install Ruby on Linux

    How to Install Ruby on Linux
    ,

    Let’s learn how you can install and set up a Ruby development environment on Linux. Commands:On Ubuntu- and Debian-based Linux distros:sudo apt update && apt upgrade -ysudo apt install rubysudo apt purge ruby On Arch Linux and its derivatives:sudo pacman -Syusudo pacman -S rubysudo pacman -R ruby On RHEL and Fedora:sudo dnf update && dnf… Read more

  • How to Remove Bing Chat “Discover” Button in Microsoft Edge

    How to Remove Bing Chat “Discover” Button in Microsoft Edge

    The Bing icon lives in the top right corner of the Edge browser window, and Microsoft has made it annoyingly difficult to disable. I’ll show you how to turn it off. Command:microsoft-edge-stable –disable-features=msEdgeSidebarV2 Chapters:0:00 Intro0:23 How to Remove the Bing Button in Edge0:55 How to Remove the Bing Button in Edge on Windows2:02 How to… Read more

  • How to Print Text Messages From Android

    How to Print Text Messages From Android

    The simplest way to print text messages from Android is to take screenshots of the messages, put them on a blank document, and print it. There are also third-party apps for creating text transcripts, which you can then print. Chapters:0:00 Intro0:23 How to Print Android Text Messages Screenshots1:40 How to Print an Android Text Message… Read more

  • Disable modern standby on Windows 10 and 11

    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

  • How to Remove Software Repositories on Ubuntu

    How to Remove Software Repositories on Ubuntu

    Streamline package management on Ubuntu by deleting old, unused software repositories from your computer. Commands:sudo vim /etc/apt/sources.listsudo apt updatesudo apt-key list Chapters:0:00 Intro0:23 Deleting the Repository Entry From sources.list1:27 Removing the GPG Key for the Repository2:04 Use the Ubuntu Software Updater to Remove a Repository3:03 End screen What you will learn: 1. Deleting the Repository… Read more

  • How to View Hidden Files and Folders on Linux

    How to View Hidden Files and Folders on Linux
    ,

    Linux has a good deal of files that are hidden by default. To interact with and edit such files and folders, you need to learn how to view them first. Commands:ls -atouch .sample_hidden_file.txtmkdir ~/.secretsls –hide=Desktop Chapters:0:23 Viewing Hidden Files With the ls Command1:16 Finding Hidden Files on Linux Using find1:43 Viewing Hidden Files Using the… Read more