Your cart is currently empty!
Category: Windows 11
3 Best Ways to Change Your Administrator Name on Windows 11
To change your administrator name, here are the different ways you can go about it. Chapters:0:00 Intro0:23 CHANGE ADMINISTRATOR NAME USING MANAGE MY MICROSOFT ACCOUNT1:35 CHANGE ADMINISTRATOR NAME USING THE CONTROL PANEL2:20 CHANGE ADMINISTRATOR NAME USING THE RUN DIALOG2:58 End screen What you’ll learn: 1. CHANGE ADMINISTRATOR NAME USING MANAGE MY MICROSOFT ACCOUNT 2. CHANGE… Read more
How to Erase and Format a Drive in Windows
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… Read more
How to forcefully Remove Language Pack on Windows 10 and Windows 11
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… Read more
How to fix “An Attempt Was Made to Reference a Token That Does Not Exist” in Windows 10/11
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… Read more
How to add WhatsApp UWP on Windows 11
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.… Read more
How to Fix Outlook’s “Sorry, we’re having trouble opening this item” Error
Do you see a “Sorry, we’re having trouble opening this item” error while attempting to open an item (like an email) in Microsoft Outlook? If so, your Outlook app or your computer may be experiencing technical issues. Try a few advanced tips in this video to fix this Outlook issue. Commands:outlook.exe /cleanviewsoutlook.exe /resetnavpane%localappdata%\Microsoft\Outlook\RoamCache Chapters:0:00 Intro0:23… Read more
The 6 Best Registry Hacks for Windows 11 to Improve Your Experience
There are plenty of ways to customize Windows 11 as-is, but the registry lets you take things to the next level. Commands:Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\SOFTWARE\Classes.bmp]@=”PhotoViewer.FileAssoc.Tiff”[HKEY_CURRENT_USER\SOFTWARE\Classes.gif]@=”PhotoViewer.FileAssoc.Tiff”[HKEY_CURRENT_USER\SOFTWARE\Classes.ico]@=”PhotoViewer.FileAssoc.Tiff”[HKEY_CURRENT_USER\SOFTWARE\Classes.jpeg]@=”PhotoViewer.FileAssoc.Tiff”[HKEY_CURRENT_USER\SOFTWARE\Classes.jpg]@=”PhotoViewer.FileAssoc.Tiff”[HKEY_CURRENT_USER\SOFTWARE\Classes.png]@=”PhotoViewer.FileAssoc.Tiff” [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts.gif\OpenWithProgids]“PhotoViewer.FileAssoc.Tiff”=hex(0): [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts.ico\OpenWithProgids]“PhotoViewer.FileAssoc.Tiff”=hex(0): [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts.jpeg\OpenWithProgids]“PhotoViewer.FileAssoc.Tiff”=hex(0): [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts.bmp\OpenWithProgids]“PhotoViewer.FileAssoc.Tiff”=hex(0): [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts.jpg\OpenWithProgids]“PhotoViewer.FileAssoc.Tiff”=hex(0): [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts.png\OpenWithProgids]“PhotoViewer.FileAssoc.Tiff”=hex(0): Chapters:0:00 Intro0:23 Disable the Windows 11 Lock Screen1:35 Enable the Windows Photo Viewer in Windows 112:23 Add Apps to the Context Menu4:14 Disable… Read more
How to Scan Removable Drives With Microsoft Defender
Did you know that you can also use Microsoft Defender to scan your removable and external drives? Here’s how. Commands:Set-MpPreference -DisableRemovableDriveScanning 0Set-MpPreference -DisableRemovableDriveScanning 1 Chapters:0:00 Intro0:23 How to Scan Removable Drives With a Microsoft Defender Custom Scan1:18 How to Add Removable Drives to Full Scans in PowerShell1:52 How to Include Removable Drives in a Full… Read more
What Version of Microsoft Office Do I Have?
This video covers steps to check Office versions on Mac and Windows devices. You’ll also learn how to initiate Office updates on these devices. Chapters:0:00 Intro0:23 Check Office Version in Account Settings Menu0:51 From Windows Settings Menu1:14 From the Windows Control Panel1:39 Update Microsoft Office Apps in Windows2:08 End screen What you’ll learn: 1. Check… Read more