Change Window Background Color in Windows 10


  1. Posts : 5,330
    Windows 11 Pro 64-bit
       #1

    Change Window Background Color in Windows 10


    In Windows 10, you can change the window background color which is white by default.



    Code:
    ::  Change Window Background Color in Windows 10
    :: In Windows 10, you can change the window background color which is white by default
    
    @Echo Off 
    
    net sess>nul 2>&1||(powershell start cmd -ArgumentList """/c %~0""" -verb Runas & exit)
    
    Cls & Mode CON  LINES=11 COLS=80 & Color 0E & Title Created By FreeBooter
    Echo.
    Echo.
    Echo.
    Echo.
    Echo           Do You Want to Change Window Background Color in Windows 10 (Y/N)?   
    Echo.       
    Echo.
    Echo.
    
    
    Set /p input= RESPONSE: 
    
    If /i  Not %input%==Y (Goto :_Ex) Else (Goto :_Start) 
    
    :_Ex
    If /i Not %input%==N  (Goto :EOF) Else (Goto :_RegRestore)
    
    
    
    :_Start
    
    Reg.exe add "HKCU\Control Panel\Colors" /v "Window" /t REG_SZ /d "159 159 255" /f
    
    
    
    
    Cls & Mode CON  LINES=11 COLS=55 & Color 0E & Title Created By FreeBooter
    Echo.
    Echo.
    Echo.
    Echo.
    Echo            Changing Window Background Color
    Echo.
    Echo.
    Echo. 
    Ping -n 6 localhost >Nul
    Goto Reboot
    
    
    :_RegRestore
    
    Reg.exe add "HKCU\Control Panel\Colors" /v "Window" /t REG_SZ /d "255 255 255" /f
    
    
    
    Cls & Mode CON  LINES=11 COLS=60 & Color 0E & Title Created By FreeBooter
    Echo.
    Echo.
    Echo.
    Echo.
    Echo            Restoring Default Window Background Color
    Echo.
    Echo.
    Echo. 
    Ping -n 6 localhost >Nul
    
    
    :Reboot
    
    CHOICE /C YN /M "Press Y to Reboot, N for exiting script."
    
    
    If %errorlevel% == 1 ( Shutdown /r /t 0) Else (Exit)
    Change Window Background Color in Windows 10
      My Computer


  2. Posts : 42,985
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2

    That and much more with
    S.M.A.C.C - Superfly's Mouse Assisted Color Chooser

    Change Window Background Color in Windows 10-snap-2019-09-06-17.13.40.png

    But note- file explorer backgrounds are not changed by this, including open/save dialogues.
      My Computers


  3. Posts : 5,330
    Windows 11 Pro 64-bit
    Thread Starter
       #3

    dalchina said:
    Nice program.
      My Computer


  4. Posts : 42,985
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #4

    Only think I'd like to see is the area to be changed being highlighted in the right pane- sometimes it's not clear what is what.
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 22:55.
Find Us




Windows 10 Forums