Windows: Script to recover lost Passwords from a unattend/sysprep.xml file

Hi,

Passwords for new users or for joining a domain could defined in plain text or encrypted at sysprep.xml or unattend.xml file. But they are not “really” encrypted.

Continue reading Windows: Script to recover lost Passwords from a unattend/sysprep.xml file

Advertisment to support michlstechblog.info

Windows: Enable cmd command extensions

Hi,

to check if command extensions are enabled check the following registry key
Continue reading Windows: Enable cmd command extensions

Eagle: Approach to print a layout repeatedly to a page

Hi,

Eagle does not offer a possibility to print a PCB layout repeatedly to a page. Also the copy & paste approach is limited to the max. board size and therefore depending on the license.

A possible way is to export the layout of the PCB to an .png file, import the image to GIMP and duplicate them.
Continue reading Eagle: Approach to print a layout repeatedly to a page

VI/VIM: Enable syntax highlightning in vi

Hi,

there are two options to enable syntax highlightning in vi/vim.

Just for your current editor session. Open your file
Continue reading VI/VIM: Enable syntax highlightning in vi

Java: Create a jks keystore with a selfsigned certificate

Hi,

short “HowTo” today 🙂 This post contains the keytool command line parameters for creating a jks container which contains an key and the selfsigned certificate belongs to that key.
Continue reading Java: Create a jks keystore with a selfsigned certificate