Hi,
after migrating a vSphere vCenter instance from Windows to the VCSA appliance some (Windows local user which do no longer exists on linux) orphaned user are member of an SSO group.
Continue reading vSphere: Remove orphaned user from an sso group by command line →
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.
1 | C:\> reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v SecurityHealth /f
|
If you want it back recreate the key
1 | C:\> reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v SecurityHealth /t REG_SZ /d "%ProgramFiles%\Windows Defender\MSASCuiL.exe" /f
|
Michael
Hi,
here is a “oneliner” to uninstall all Windows Update at once. They were deinstalled in order from the highest to the lowest KB Number which increases speed of the remove process(Latest fix first).
Continue reading Windows: Script to uninstall all Hotfixes and Updates →
My Knowledgebase for things about Linux, Windows, VMware, Electronic and so on…