Wednesday, April 26, 2023

PS Quick Tip: Get Windows OS country code

PS Quick Tip: Get Windows OS country code

PS C:\>Get-ItemProperty 'HKCU:\Control Panel\International\Geo\' | select -exp Name

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 ...