Quantcast
Channel: I create my own way - networking yogi way
Viewing all articles
Browse latest Browse all 25

Windows Server 2012 core screen resolution

$
0
0
Sometimes you need to change resolution for the Windows Server core edition. In Windows 2008 times the only way to go was to use registry tweaks.
Nowadays however you can use two Powershell 3.0 commands
get-DisplayResolution

set-DisplayResolution

As an example:
Set-DisplayResolution -width 1152 -height 864 -force

Why you may need to change resolution on server core, which you manage remotely or at least via Remote Desktop? For example for testlab purposes :)



Viewing all articles
Browse latest Browse all 25

Trending Articles