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:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...