Hi,
regedit.exe does not accept any command line parameters for opening a given key.
Continue reading Windows: Open Registry Editor regedit.exe at a given key
Howto do some things in Windows
Hi,
regedit.exe does not accept any command line parameters for opening a given key.
Continue reading Windows: Open Registry Editor regedit.exe at a given key
Hi,
there are two ways to determine the Certitification Authority in your Active Directory environment.
Continue reading Windows: Locate the CA in your Active Directory Infrastructure
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
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
Hi,
in some circumstances a Windows guest VM does not boot and stops with Error:
Continue reading VMware: Windows Guest VM does not boot due to Error 0xc000186 ntoskrnl.exe