Hi,
to simply send files by using the Windows Explorer sendto context menu you have to create an Outlook shortcut in the shell:sendto folder.
Continue reading Office 365: Add Outlook shortout to explorer’s sendto context menu
Hi,
to simply send files by using the Windows Explorer sendto context menu you have to create an Outlook shortcut in the shell:sendto folder.
Continue reading Office 365: Add Outlook shortout to explorer’s sendto context menu
Hi,
this post contains some examples on how to interact with the Windows Subsystem for Linux. For an installation howto see my previous post.
Continue reading Windows: Working with the linux subsystem (WSL)
Hi,
if you want to create XML files with powershell which can be used on UNIX/Linux systems you need to write an own save function. Ths save() methode of the System.XML.XMLDocument class can only write Windows style XML files with Carriage return/New line endings.
Continue reading Powershell: Write XML files with UNIX line endings
Hi,
there is no command line tool that can lock the screen, but it’s possible by calling the Win32 API function.
This can be done by Rundll32.exe
Continue reading Windows: Lock the screen by command line
Hi,
a customer needs a list of valid ciphersuites from a given allowed SSL_CTX_set_cipher_list.
Continue reading openssl: List ciphersuites from SSL_CTX_set_cipher_list