Merge branch 'ChrisTitusTech:main' into AuthorInfoBox

This commit is contained in:
MyDrift
2024-06-20 21:55:30 +02:00
committed by GitHub
5 changed files with 119 additions and 20 deletions

View File

@ -15,6 +15,7 @@ function Invoke-WinUtilNumLock {
Write-Host "Disabling Numlock on startup"
$value = 0
}
New-PSDrive -PSProvider Registry -Name HKU -Root HKEY_USERS
$Path = "HKU:\.Default\Control Panel\Keyboard"
Set-ItemProperty -Path $Path -Name InitialKeyboardIndicators -Value $value
}