Skip to content

Commit

Permalink
Compile Winutil
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech authored and github-actions[bot] committed Jun 18, 2024
1 parent 4348f05 commit 9be030a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions winutil.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Author : Chris Titus @christitustech
Runspace Author: @DeveloperDurp
GitHub : https://github.com/ChrisTitusTech
Version : 24.06.11
Version : 24.06.18
#>
param (
[switch]$Debug,
Expand Down Expand Up @@ -45,7 +45,7 @@ Add-Type -AssemblyName System.Windows.Forms
# Variable to sync between runspaces
$sync = [Hashtable]::Synchronized(@{})
$sync.PSScriptRoot = $PSScriptRoot
$sync.version = "24.06.11"
$sync.version = "24.06.18"
$sync.configs = @{}
$sync.ProcessRunning = $false

Expand Down Expand Up @@ -1985,6 +1985,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
}
Expand Down

0 comments on commit 9be030a

Please sign in to comment.