1
Personalizando a fonte e o tamanho da fonte do PowerShell
Temos vários sistemas principais de servidores do Windows 2012 com configuração do PowerShell como shell padrão usando os seguintes 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' Eu descobri que podemos personalizar a cor da fonte do PowerShell com um …
10
powershell
color
font