1
Personalizar la fuente y el tamaño de fuente de PowerShell
Tenemos varios sistemas centrales de servidor de Windows 2012 con configuración de PowerShell como shell predeterminado que utiliza los siguientes comandos: $RegPath = "Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\winlogon" Set-ItemProperty -Confirm -Path $RegPath -Name Shell -Value 'cmd.exe /C start /max PowerShell.exe -noExit' He descubierto que podemos personalizar el color de fuente de PowerShell con …
10
powershell
color
font