-
In this tutorial, we’ll also show you how to protect sheets and entire workbooks in Excel to stop people from making changes to the entire document, as opposed to a few cells. Along with this, we’ll also cover how to unprotect sheets in Excel. Chapters:0:00 Intro0:23 How to Protect Sheet in Excel to Prevent Editing1:03…
-
Windows 11, 10, 8, 7, and Vista all support symbolic links — also known as symlinks — that point to a file or folder on your system. You can create them using the Command Prompt or a third-party tool called Link Shell Extension. LinkLink Shell Extension – http://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html Chapters:0:00 Intro0:23 How to Create Symbolic Links…
-
In this video, we will see two method to remove OneDrive from Windows via DISM. I will be using a Windows 11 ISO image file in this example, but the technique is the same whether you use a Windows 10 ISO image. Commands:Dism /Get-WimInfo /WimFile:C:\Win11_ISO\Sources\install.wimDism /Mount-Wim /WimFile:C:\Win11_ISO\Sources\install.wim /index:6 /MountDir:C:\MountDism /Unmount-Image /MountDir:C:\mount /Commitreg unload HKLM\Offline Chapters:0:00…
-
Did you get a new external drive? Or are you looking to troubleshoot or sell an older drive? Then, it’s a good idea to erase and format it. Watch on how to do that in Microsoft Windows 10 and 11. Link:Disk Wipe – https://www.diskwipe.org/ What you will learn:0:00 Intro0:23 Erase and Format a Drive in…
-
In this Photoshop video, I’ll show you six workflows you can use to convert any color image to black and white using Photoshop on Mac or Windows. Chapters:0:00 Intro0:23 Method 1: Use Grayscale0:52 Method 2: Make an Image Black and White Using the Black & White Adjustment Layer1:27 Method 3: Use Hue/Saturation Adjustment Layers2:02 Method…
-
Here, I’m going to show you this in Windows 11. The steps in Windows 10 are the same thing. Commands:Get-WinUserLanguageList$LangList = Get-WinUserLanguageList$MarkedLang = $LangList | where LanguageTag -eq “LANGUAGETAG”$LangList.Remove($MarkedLang)Set-WinUserLanguageList $LangList -Force What you will learn: 1. How to remove a language that is greyed out 2. How to quickly remove the unwanted pack with a…
-
This error occurs when you open Windows File Explorer. One other major cause of this error is a corrupt system registry, files, or the installation of unknown and incompatible software on your PC. Commands:cd %WINDIR%\System32for /f %s in (‘dir /b *.dll’) do regsvr32 /s %ssfc /scannow Chapters:0:00 Intro0:23 1st Solution – Repair Corrupted Files4:26 2nd…
-
In this video, I will be showing you how to download WhatsApp for Windows 11 from Microsoft Store and install and configure your computer with your Phone. What you will learn: 1. How to download and install WhatsApp on your Windows 11 system 2. How to link your WhatsApp account in windows 11 system 3.…
-
To make a copy of all your saved passwords, bookmarks, and add-ons, back up your Mozilla Firefox profile to a safe location either on your internal or your external storage. Later, you can restore this backup to bring all your items back into the browser. I’ll show you how to do that. Chapters:0:00 Intro0:23 Back…
-
Want to see what your Windows PC is doing when it boots up? Here’s how to enable the boot log, and how to find it. Commands:bcdeditbcdedit /set {identifier} bootlog Yesbcdedit /set {identifier} bootlog No Chapters:0:00 Intro0:23 How to Enable the Boot Log With MSConfig0:53 How to Enable the Boot Log With Command Prompt1:35 Where Is…