Hi,
Windows has a builtin feature to convert text to speech and play it over the speakers. This can be used in powershell by using the System.Speech namespace.
Continue reading Windows: Using Windows text to speech feature with powershell
Windows tips, howtos, scripts
Hi,
Windows has a builtin feature to convert text to speech and play it over the speakers. This can be used in powershell by using the System.Speech namespace.
Continue reading Windows: Using Windows text to speech feature with powershell
Hi,
here are some winget basics
Continue reading winget: Basic usage
Hi,
each Windows machine has it’s own host key. This can be used to encrypt data which are only decrypted by this computer.
Continue reading Powershell: Encrypt and decrypt strings with the host key
Hi,
to determine which CIPHER Suite a TLS connection uses you can enable SCHANNEL logging.
Continue reading Windows: Enable SCHANNEL verbose logging to determine cipher suite
Hi,
these UDP client and server and simply used for testing if a specific UDP port is open