-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install dejavufonts for all users #315
Comments
The documentation, updated this month, suggests it's still in C:\Windows\Fonts, but also sounds like it's possible for it to change?
Let me experiment :) |
Sorry it seems like you are right, and |
Sorry, It lied to me) It still copies in wrong directory |
@AnthonyMastrean Can you test with UAC on highest setting/when font is already installed (force install)? |
Tested on my machine. UAC on highest setting. Running from Admin PowerShell. Installed dejavufonts. Then force installed again and tried both Yes and No when asked to replace. Nothing shows up in %LOCALAPPDATA% |
Install-Fonts
function seems to choose per user directory (c:\user\<username>\appdata\local\microsoft\windows\fonts
) instead of (c:\windows\fonts
) since Windows 10 build 1809The text was updated successfully, but these errors were encountered: