diff --git a/util/windows.psm1 b/util/windows.psm1 index 8dbe3d0..77a96d2 100644 --- a/util/windows.psm1 +++ b/util/windows.psm1 @@ -168,7 +168,7 @@ function InstallFont # Prerequisites / Constants Add-Type -AssemblyName PresentationCore $destination = "$env:LOCALAPPDATA\Microsoft\Windows\Fonts\" - $regKey = "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Fonts" + $regKey = "HKCU:\Software\Microsoft\Windows NT\CurrentVersion\Fonts" # Create destination directory if (-not (Test-Path $destination))