Can DPI be changed using powershell?
I found a document on how to check the current status; but I need to be able to change it
Get-Item -Path Registry::'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontDPI' | Select-Object
Can DPI be changed using powershell?
I found a document on how to check the current status; but I need to be able to change it
Get-Item -Path Registry::'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontDPI' | Select-Object