Your cart is currently empty!
Category: Windows Powershell/Command Prompt
How to Repair Corrupt Windows Files With Windows Built-In Tools
If your system or app files have become corrupted; it’s not impossible to fix them. In this video, I will show you how to use the built-in tools on Windows to get your files working again. Commands:SFC /scannowDISM /Online /Cleanup-Image /RestoreHealth Chapters:0:00 Intro0:23 Run the SFC Scan to Repair Corrupt System Files1:02 Use the DISM… Read more
How to add Registry keys via DISM in Windows
In this video, I will show you how to service or modify the Windows Registry on an offline image. 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:\ISO\Sources\install.wimDism /Mount-Wim /WimFile:C:\ISO\Sources\install.wim /index:6 /MountDir:C:\Mountreg load HKLM\OFFLINE… Read more
How to Clean Your Windows PC Using Command Prompt
If your Windows PC is running low on storage space, clean out the junk using these fast Command Prompt utilities. Commands:cleanmgr%SystemRoot%\explorer.exe %temp%\del %temp%*.* /s /q%SystemRoot%\explorer.exe C:\Windows\prefetch\del C:\Windows\prefetch*.*/s/q Chapters:0:00 Intro0:23 How to Defragment Hard Disk With Command Prompt0:50 How to Use the Disk Cleanup Utility via Command Prompt1:37 How to Clear Temporary Files Using Command Prompt2:34… Read more
How to Fix Windows 11 File Explorer Slow or Not Responding
Some of the problems include a minor issue with your PC, a system file going corrupt, or your PC being infected with a virus or malware. In this video, we’ll look at a few potential solutions to the problem. Commands:DISM.exe /Online /Cleanup-image /Restorehealthsfc /scannow Chapters:0:00 Intro0:23 Restart File Explorer on Your Windows 11 PC0:47 Clear… Read more
How to Delete All Downloaded Windows Update Files
This video covers different methods to delete old Windows Update files on Windows 11 and Windows 10 computers. Chapters:0:00 Intro0:23 Delete Windows Update Files from Window Settings1:16 Delete Windows Updates Files Using Disk Cleanup2:19 Manually Delete Windows Update Files3:34 Delete Windows Updates Files Using Command Prompt4:33 End screen What you will learn: 1. Delete Windows… Read more
How to Increase Internet Speed in Windows 11
If your internet isn’t as fast as you’d like, there are some ways you can tweak your setup to maximize your connection speed. Chapters:0:00 Intro0:23 Close Unnecessary Background Running Applications1:04 Disable the Metered Connection1:35 Change the DNS server2:37 Change the Limit Reservable Bandwidth3:34 Disable the Windows Update Services4:20 Flush the DNS Cache4:46 Temporarily Disable Windows… Read more
How to Reconnect a File History Drive in Windows
You can sometimes get error messages claiming that “Your File History drive was disconnected for too long.” If this is the case for you, don’t worry. Here’s how you can reconnect your File History drive. Chapters:0:00 Intro0:23 Reconnect the External Drive and Restart File History1:02 Use a New External Drive2:21 Repair the Backup Drive2:51 Delete… Read more
Steps to enable DotNet Framework in Windows 11
Kindly refer to this video for how to enable or disable DotNet Framework (NetFx3) via PowerShell, Control Panel, and DISM in Windows. Link:.NET Framework 3.5 web installer – https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe Commands:Dism /online /enable-feature /featurename:NetFx3 /All /Source:DriveLetter:\sources\sxsEnable-WindowsOptionalFeature -Online -FeatureName “NetFx3” Chapters:0:00 Intro0:23 How to Enable .NET Framework 2.0 and 3.5 on Windows 111:51 How to Install .NET… Read more
FIX: File System Error (-2147219196) in Windows
Do you keep seeing a message labeled “File system error (-2147219196)” while opening images with the Photos app in Windows 10? Work your way through the fixes that follow to fix “File system error (-2147219196)” in Windows 10 and start using Photos as usual again. Commands:PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage Photos).InstallLocation +… Read more
How To Fix Windows Error Code 0x80070005
Windows will display the error code 0x80070005 when there’s a problem installing Windows updates. You might also encounter the error if Windows cannot activate or run certain Office applications, particularly after a Windows update. The error code basically tells you that Windows doesn’t have the required files or registry permissions to execute an operation. Chapters:0:00… Read more