All posts by Michael Albert

Windows 10: Remove the defender notification icon from systray/notification area

Hi,

the executable which shows the the Windows Defender Notification icon in systray or notification area is %ProgramFiles%\Windows Defender\MSASCuiL.exe.

This program is simply started by a run key in HKEY_LOCAL_MACHINE. So if you want that the icon is gone and no longer being shown delete the run key.

C:\> reg delete  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v SecurityHealth /f

If you want it back recreate the key

C:\> reg add  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v SecurityHealth /t REG_SZ /d "%ProgramFiles%\Windows Defender\MSASCuiL.exe" /f

Michael

Linux: Connection timed out, cannot reboot systemd based system

Hi,

sometimes it occours that a systemd based Linux cannot rebooted.
Continue reading Linux: Connection timed out, cannot reboot systemd based system

Windows: Enable or disable Internet Explorers Developer tools

Hi,

the Internet Explorer is shipped with its own Developer Tools for developing, analyzing or modifing Websites in real time.

Continue reading Windows: Enable or disable Internet Explorers Developer tools

VMware: Windows Guest VM does not boot due to Error 0xc000186 ntoskrnl.exe

Hi,

in some circumstances a Windows guest VM does not boot and stops with Error:

  • Stoperror: 0xc000186
  • Boot critical file C:\windows\system32\ntoskrnl.exe is corrupt.

 
Continue reading VMware: Windows Guest VM does not boot due to Error 0xc000186 ntoskrnl.exe

Windows: Shrink a wim file

Hi,

the install.wim of Windows 10 iso Images which contains multiple OS Versions is usually greater then magic 4GB broder.

Therefore it is not possible to copy this file to an FAT32 formated USB Stick because FAT32 has a file size limit of 4GB.
Continue reading Windows: Shrink a wim file