Monday, April 12, 2021

Changing Windows user password from the command line

 Changing Windows user password from the command line


C:\> net user  administrator newpassword

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...