Remove “Scan with Microsoft Defender” Right-click Menu Entry

remove "scan with microsoft defender" shell extension blocked

When you right-click on a file, folder, or drive, you’ll see the “Scan with Microsoft Defender…” option. It’s a useful option to custom scan a specific file/folder/drive. However, if you want to remove the option to declutter the right-click menu, this article tells you how. The “Scan with Microsoft Defender…” option is powered by the … Read more

Error “Sorry, there was a problem mounting the file”

cannot mount iso

When you double-click on an ISO file to mount it to a drive-letter, nothing may happen except the hourglass cursor. After 5 minutes or so, the following error appears: Couldn’t Mount File Sorry, there was a problem mounting the file. Note: If you receive a different error message (“You don’t have permission to mount the … Read more

Windows won’t boot after changing MSCONFIG BOOT Advanced options

After changing the “Number of processors”, “Maximum Memory”, “PCI Lock” settings in the MSCONFIG Advanced Boot Options dialog, Windows may not start correctly. In some cases, you’ll see the “HAL INITIALIZATION FAILED” or other blue screen errors at startup.Read more

[CBS] Error 80041002 When Installing Windows Updates

wmi repository rebuild wmimgmt

After being unable to install Windows Updates, the error code 80041002 may have been recorded when you checked the CBS logs. Here’s an excerpt from CBS.log: 000009a4 (F) Installer: Mof Binary Name: cmiadapter.dll ErrorCode: 80041002 Phase: 32 Mode: Install (upgrade) Component: Microsoft-Windows-NetworkProfile-CIM, Culture=neutral, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=amd64, versionScope=NonSxS[gle=0x80004005] Error CSI 00000944@2023/1/4:13:48:41.970 (F) CMIADAPTER: Exiting with HRESULT code … Read more

How to Rebuild the EFI Boot Partition, BCD and Boot Files

bcdedit - find windows drive letter osdevice

The EFI boot partition is a FAT32 partition that stores the boot files and the boot configuration data (BCD) to load Windows. Sometimes, the boot partition or the BCD may get corrupted, and the boot files remain unserviceable by the Windows Setup process. In that case, rebuilding the EFI partition and recreating the BCD & boot files should resolve the issue.Read more