ZTree.com  | ZEN  | About...  

 Index   Back

[Help!] Zcolors.ini RGB numbers- default colours wanted   [Help!]

By: Laurent Duchastel     Montréal, Québec  
Date: Feb 22,2021 at 16:16
In Response to: [Help!] Zcolors.ini RGB numbers- default colours wanted (Steve Rawling)

I prefer to reset console color scheme globally AND change as well global option of console to legacy

I use a MS utility to perform changes in color schemes.

Here are the two F9 script :


::- ColorTools (Legacy, pre-Win10 default)
echo off
:: Enable Legacy mode on every console (no text wrapping, pre-Win10 default)
reg add HKCU\Console /v ForceV2 /t REG_DWORD /d 0 /f
:: Change to Consolas font, which is new Win10 default, but not legacy default
reg add HKCU\Console /v FaceName /t REG_SZ /d "Consolas" /f
:: Change default console color scheme to "cmd-leagcy" (pre-Win10 default)
:: Requires: Colortool.exe
:: https://blogs.msdn.microsoft.com/command...ducing-the-windows-console-colortool/
#ZTTools\Colortools\colortool.exe -d cmd-legacy
echo Please quit ZTreewin and restart
pause


and


::- ColorTools (Campbell, new Win10 default)
echo off
:: Disable Legacy mode on every console (= text wrapping, Win10 default)
reg add HKCU\Console /v ForceV2 /t REG_DWORD /d 1 /f
:: Change to Win10 default font
reg add HKCU\Console /v FaceName /t REG_SZ /d "__DefaultTTFont__" /f
:: Change default console color scheme to "campbell" (new Win10 default)
:: Requires: Colortool.exe
:: https://blogs.msdn.microsoft.com/command...ducing-the-windows-console-colortool/
#ZTTools\Colortools\colortool.exe -d campbell
echo Please quit ZTreewin and restart
pause


Laurent Duchastel

758 views      
Thread locked
 

Messages in this Thread

 
96,637 Postings in 12,231 Threads, 350 registered users, 80 users online (0 registered, 80 guests)
Index | Admin contact |   Forum Time: Mar 28, 2024 - 10:38 pm UTC  |  Hits:62,382,690  (35,087 Today )
RSS Feed