New-PSDrive HKU Registry HKEY_ CURRENT_USER
$registryPath = "HKU:\ Software\Microsoft\Windows\ CurrentVersion\Explorer\ Advanced"
$Name = " ShowSecondsInSystemClock"
$value = "1"
New-ItemProperty -Path $ registryPath -Name $name - Value $value -PropertyType DWORD -Force
No comments :
Post a Comment