Category Archives: Windows

Windows tips, howtos, scripts

Windows 20H2 : No sound (Intel HD Audio) after feature/branch upgrade

Hi,

a customer have some issues with the sound of its notebook (Medion) after upǵrading to Windows 20H2.
Continue reading Windows 20H2 : No sound (Intel HD Audio) after feature/branch upgrade

Windows: Certificate locations

Hi,

the Windows certificates MMC plugin allows to view and edit the most (expect the enterprise store) of the certificates Windows uses. But the location of the certificates is not really transparent.

Here is a list where those certificates resides physically.
Continue reading Windows: Certificate locations

VMware: Installing PowerCli from zip

Hi,

if you have an system which is not connected to the internet you cannot install PowerCli online .

Continue reading VMware: Installing PowerCli from zip

Windows 10: Solve start issues

Hi,

when you transfer your Windows 10 Installation to another PC or disk and you get an error
Continue reading Windows 10: Solve start issues

Windows: IIS is disabled but Windows still listen at Port 80/443

Hi,

a customer had the problem that he disables the IIS service (w3svc) but Windows still listens at port 443.

1
2
3
4
5
6
D:\> sc query w3svc
SERVICE_NAME: w3svc
        TYPE               : 20  WIN32_SHARE_PROCESS
        STATE              : 1  STOPPED
D:\> netstat -an|findstr /i 443
  TCP    0.0.0.0:443            0.0.0.0:0              LISTENING

Continue reading Windows: IIS is disabled but Windows still listen at Port 80/443