
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to change the background color of the font in PowerShell?
To change the background color of the font, you can use the GUI and command line both.
With GUI − Colors → Screen Background.
CLI −
$host.UI.RawUI.BackgroundColor = "DarkBlue"
You will notice that the background color of the text has been changed to DarkBlue.
Advertisements