Have a Question?
Categories
Print

Modifier HKU regkey

New-PSDrive -PSProvider Registry -Name HKU -Root HKEY_USERS
Set-ItemProperty -Path "HKU:.DEFAULT\Control Panel\International" -Name sDecimal -Value "."
Remove-PSDrive -Name HKU