Tag Archives: windows

Powershell: Some basics accessing the BCDstore by WIM

Hi,

here are some starters for accessing the bcd store from powershell by using WMI.

Continue reading Powershell: Some basics accessing the BCDstore by WIM

Windows: Using Windows text to speech feature with powershell

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

winget: Basic usage

Hi,

here are some winget basics
Continue reading winget: Basic usage

Windows: Enable SCHANNEL verbose logging to determine cipher suite

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

Windows: Fill free space of partition with zero

Hi,

to fillup all free space of a ntfs partition with zero’s
Continue reading Windows: Fill free space of partition with zero