windows命令提示符_如何個性化Windows命令提示符

windows命令提示符

windows命令提示符

Command line interfaces can be downright boring and always seem to miss out on the fresh coats of paint liberally applied to the rest of Windows.? Here’s how to add a splash of color to Command Prompt and make it unique.

命令行界面可能非常無聊,并且似乎總是錯過了廣泛應用于Windows其余部分的新鮮油漆。 這是向命令提示符添加顏色飛濺并使其唯一的方法。

By default, Windows Command Prompt is white text on a black background. It gets the job done, but maybe you want to add some color to it.

默認情況下,Windows命令提示符是黑色背景上的白色文本。 它可以完成工作,但是也許您想為其添加一些顏色。

image

To get an overview of what we can do with the color command, let’s enter:

要大致了解我們可以使用color命令執行的操作,請輸入:

color /?

顏色/?

image

To get the color you want, enter color, then the option for the background color followed by the font color.? For example, let’s make an old-fashioned green on black look by entering:

要獲得所需的顏色,請輸入顏色,然后輸入背景色選項和字體顏色。 例如,讓我們通過輸入以下內容來制作黑色外觀上的老式綠色:

color 02

顏色02

image

There are a bunch of different combinations you can do, like this black background with red text.

您可以執行許多不同的組合,例如帶有紅色文本的黑色背景。

color 04

顏色04

sshot-2010-05-05-[14-55-24]

You can’t mess it up too much.? The color command won’t let you set both the font and the background to the same color, which would make it unreadable.? Also, if you want to get back to the default settings, just enter:

你不能把它弄得太多。 color命令不允許您將字體和背景都設置為相同的顏色,這將使其變得不可讀。 另外,如果要恢復默認設置,只需輸入:

color

顏色

Now we’re back to plain-old black and white.

現在我們回到普通的黑色和白色。

image

Personalize Command Prompt Without Commands

在沒有命令的情況下個性化命令提示符

If you’d prefer to change the color without entering commands, just click on the Command Prompt icon in the top left corner of the window and select Properties.

如果您想更改顏色而不輸入命令,只需單擊窗口左上角的命令提示符圖標,然后選擇屬性。

image

Select the Colors tab, and then choose the color you want for the screen text and background.? You can also enter your own RGB color combination if you want.

選擇“顏色”選項卡,然后為屏幕文本和背景選擇所需的顏色。 如果需要,還可以輸入自己的RGB顏色組合。

image

Here we entered the RGB values to get a purple background color like Ubuntu 10.04.

在這里,我們輸入RGB值以獲得紫色背景色,如Ubuntu 10.04。

image

Back in the Properties dialog, you can also change your Command Prompt font from the font tab.? Choose any font you want as long as the one you want is one of the three listed here.

返回“屬性”對話框,還可以從“字體”選項卡更改命令提示符字體。 選擇所需的任何字體,只要所需的字體是此處列出的三種字體之一即可。

image

Customizations you make via the Properties dialog are saved and will be used any time you open Command Prompt, but any customizations you make with the Color command are only for that session.

您通過“屬性”對話框進行的自定義將被保存,并且在您每次打開命令提示符時都會使用,但是使用“顏色”命令進行的任何自定義僅適用于該會話。

Conclusion

結論

Whether you want to make your command prompt bright enough to cause a sunburn or old-style enough to scare a mainframe operator, with these settings, you can make Command Prompt a bit more unique.

使用這些設置,無論是要使命令提示符足夠明亮以致引起曬傷,還是要使老式的樣式足以嚇scar大型機操作員,都可以使命令提示符更加獨特。

翻譯自: https://www.howtogeek.com/howto/16815/how-to-personalize-the-windows-command-prompt/

windows命令提示符

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/279604.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/279604.shtml
英文地址,請注明出處:http://en.pswp.cn/news/279604.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

android-api28轉換到api19-不能編譯

安裝出現錯誤- rootponkan:/ # pm install /mnt/usb/sda1/app-debug.apkpkg: /mnt/usb/sda1/app-debug.apk Failure [INSTALL_FAILED_OLDER_SDK]查看系統和api版本 rootponkan:/ # getprop ro.build.version.release 5.1.1 rootponkan:/ # getprop ro.build.version.sdk 22將ap…

Java多線程編程 — 鎖優化

2019獨角獸企業重金招聘Python工程師標準>>> 閱讀目錄 一、盡量不要鎖住方法 二、縮小同步代碼塊,只鎖數據 三、鎖中盡量不要再包含鎖 四、將鎖私有化,在內部管理鎖 五、進行適當的鎖分解 正文 并發環境下進行編程時,需要使用鎖機…

Android Ap 開發 設計模式第六篇:原型模式

Prototype Pattern 名稱由來 不是利用類來產生實例對象,而是從一個對象實例產生出另一個新的對象實例 ,根據被視為原型的對象實例 ,建立起的另一個新的對象實例就稱為原型模式(Ptototype Pattern)。 需求場景 種類過多…

netty實現客戶端服務端心跳重連

前言: 公司的加密機調度系統一直使用的是http請求調度的方式去調度,但是會出現網絡故障導致某個客戶端或者服務端斷線的情況,導致很多請求信息以及回執信息丟失的情況,接著我們拋棄了http的方式,改為Tcp的方式去建立客…

為什么您仍然不應該購買《星球大戰:前線II》

If you’ve been following video game news at all for the last couple of weeks, you’ve probably heard that EA’s Star Wars: Battlefront II is having some teething troubles. EA has backpedaled to avoid more controversy, but we’re here to say: don’t fall f…

web 后臺返回json格式數據的方式(status 406)

1.在類上使用注解 RestController public class HttpComentInterface {} 2.在方法是使用注解 ResponseBody RequestMapping(path "/interface/queryRemote", method RequestMethod.POST) //可以指定請求方式ResponseBody public RemoteCommentResultData queryCo…

OpenStack Juno系列之計算節點搭建

OpenStack Juno系列之計算節點搭建 nova-compute安裝配置 -------------------- apt-get install nova-compute sysfsutils 編輯配置文件 vi /etc/nova/nova.conf [DEFAULT] verbose True rpc_backend rabbit rabbit_host controller rabbit_password RABBIT_PASS auth_str…

quantum_如何從Firefox Quantum刪除Pocket

quantumFirefox Quantum has deep integration with the Pocket read-it-later service, which is now owned by Mozilla. You’ll see a Pocket page action in the address bar, a “View Pocket List” feature in the Library, and recommended articles from Pocket on th…

vue-typescript

教你搭建typescript的vue項目 自尤大神去年9月推出vue對typescript的支持后,一直想開箱嘗試vuets,最近一個新項目準備入手typescript,也遇到了很多坑,下面就一步步來吧!!! 1. 項目創建和初始化 …

Couchbase概述

Couchbase概述 Couchbase概述 Couchbase概述Couchbase最早叫Membase,是由Memcached項目組的一些頭目另立的山頭。2011年與CouchDB合并,正式命名為Couchbase。2013年,作為NoSQL技術初創企業,拿到了2500萬美元的D輪投資。截稿時止&a…

Windows 2012 - Dynamic Access Control 淺析

Windows 2012相對于前幾個版本而已,做出了大量的改進,尤其體現在安全性和虛擬化方面。Dynamic Access Control ( 動態訪問控制)是微軟在文件服務器的訪問控制上的新功能,極大的提高了安全性和靈活性。經過一天的研究學習&#xff…

windows rt_如何在Windows RT上輕松將網站添加到Flash白名單

windows rtMicrosoft’s Surface RT and other Windows RT-based machines include the Flash browser plugin, but it only runs on websites Microsoft has whitelisted. We have covered how you can add any website to the Flash whitelist, but now there’s an easier w…

powershell實現設置程序相關性腳本

公司一直有臺服務器cpu占用很高,分析出是恒生監控程序java占用很高,且三個java程序,僅其中一個很高,要恒生解決,一直未解決,導致每周重啟,我司運維都要手動進行程序相關性設置,給運維…

解決npm 的 shasum check failed for錯誤

使用npm安裝一些包失敗,類似如下報錯情況: C:\Program Files\nodejs>npm update npm npm ERR! Windows_NT 10.0.14393 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\np…

chromebook刷機_您可以購買的最好的Chromebook,2017年版

chromebook刷機While once considered a novelty item by many tech enthusiasts, Chromebooks have broken out of the “just a browser” mold and become legitimate laptops. They’re full-featured, lightweight machines that can do everything most users need them …

Jmeter JDBC請求-----數據庫讀取數據進行參數化 通過SSH跳板機連接數據庫

前期準備: jdbc驅動:mysql-connector-java-5.1.7-bin.jar Jmeter 要鏈接MySQL數據庫,首選需要下載mysql jdbc驅動包(注:驅動包的版本一定要與你數據庫的版本匹配,驅動版本低于mysql版本有可能會導致連接失敗…

Exchange server 2010 beta安裝部署流程

本文使用了微軟公開發布的exchange server 2010 beta進行部署測試。這篇文檔將用到下列產品 windows server 2008 64bit enterprise AD function at windows server 2008 exchange server 2010 beta ----------該exchange server 2010 beta版本屬于早期版本,目前最新…

08.15《CEP職業發展規劃課》

在12,13號的放假后,14,15號安排了CEP職業發展規劃課,為期兩天的課,內容也是很豐富。 在14號的早上,學習了職場中的基本禮儀、和基本素養的培訓,同時對未來的職業規劃做出了大致的分析。 在14號的下午開始了簡歷寫作的課…

usb 驅動修復_您可以修復物理損壞的USB驅動器嗎?

usb 驅動修復Sometimes accidents happen to a USB drive, and you find yourself in a very bad position when your only copy of an important document is on there. When something like this happens, is it possible to fix a physically broken USB drive? Today’s S…

大白話5分鐘帶你走進人工智能-第二十節邏輯回歸和Softmax多分類問題(5)

大白話5分鐘帶你走進人工智能-第二十節邏輯回歸和Softmax多分類問題(5) 上一節中,我們講解了邏輯回歸的優化,本節的話我們講解邏輯回歸做多分類問題以及傳統的多分類問題,我們用什么手段解決。 先看一個場景,假如我們現在的數據集…