Is there a way to set the zoom for the internal display? I know if I were to use powershell to input:
$Host.PrivateData.Zoom = 150
it would zoom just the powershell window to 150%. I need "everything" to be 200%.
Asked
Active
Viewed 1,482 times
0
John Verber
- 113
1 Answers
1
Zoom is something that is part of Windows apps.
Screen resolution is what it sounds like you are after, meaning to expand everything on that screen.
See these discussions and sample code.
Sets the resolution of the main monitor- Requires PowerShell V2
https://gallery.technet.microsoft.com/scriptcenter/2a631d72-206d-4036-a3f2-2e150f297515
How to do a Powershell (or other) script to change screen resolution?
How to do a Powershell (or other) script to change screen resolution?
postanote
- 5,136