How to Fully Maximize Command Prompt Window in Vistaコマンドプロンプトウィンドウを最大化する方法Vistaで完全に

When maximizing Command Prompt (Cmd.exe) window in Windows Vista, by default the width of the Command Window will not extend to cover the full width of the desktop screen horizontally, leaving space to the right side of the window showing the desktop background.ときにデフォルトでは水平方向には、デスクトップ画面の幅をカバーするために延長することはできませんが、ウィンドウがデスクトップの背景を示すの右側にスペースを残し、コマンドウィンドウの幅をコマンドプロンプト( Cmd.exe )は、 Windows Vistaのウィンドウを最大化する。 And worse thing is, users unable to drag and expand the size of Command Prompt window horizontally and vertically manually too.悪いことと、ユーザーは、水平方向にドラッグすることはできませんコマンドプロンプトウィンドウのサイズを拡張し、垂直方向に手動でもあります。

完全にはコマンドプロンプトウィンドウを最大化

The issue is caused by restriction on size of Command Prompt window layout implemented by Vista.この問題はVistaのコマンドプロンプトウィンドウのレイアウトによって実装の大きさに制限が原因である。 By modifying the window size setting for Command Prompt, users can fully maximize the window to occupy the whole desktop area or monitor screen using trick below.コマンドプロンプトのウィンドウサイズの設定を変更することで、ユーザーは完全なデスクトップ領域全体を占有したり、画面下のトリックを使用してモニタのウィンドウを最大化することができます。

The maximum width and height or width of the Command Window is restricted by “Screen Buffer Size” parameter setting, which represent the text or line that can hold in the memory to display on console screen.最大幅と高さや幅は、コマンドウィンドウの画面バッファサイズ"で"パラメータの設定は、テキストやは、メモリに保持できるコンソール画面に表示する行を表す制限されています。 By default, Windows Vista set the Screen Buffer Size of 80 for width and 300 for height.デフォルトでは、 Windows Vistaの幅を80の画面バッファのサイズと300の高さを設定します。 The width is the number of character cells in each row, and the height is the number of rows.それぞれの行の文字の幅細胞の数であり、高された行の数です。 Depending on the font size, which again by default is 8 pixels per character and 12 pixels per row, the screen with width resolution of 640 will get the fully maximized Command Prompt window that fill whole of desktop or screen.また、デフォルトでは12文字、 1行に1ピクセルあたり8ピクセルは、フォントサイズ、にもよりますが、 640の幅の分解能では、画面には、完全に最大化コマンドプロンプトウィンドウがデスクトップや画面の全体を記入する。

Thus, to increase the size of Command Prompt window in Vista, open a Command Prompt window, then right click on the window’s title bar.このように、コマンドプロンプトウィンドウを開くと、そのウィンドウのタイトルバーを右クリックしてVistaのコマンドプロンプトウィンドウのサイズを大きくしてください。 Select “Properties” and then click on “Layout” tab. "レイアウト"タブで"プロパティ"を選択]をクリックします。 Increase the size of Width value of “Screen Buffer Size”. "画面のバッファサイズ"の幅の値のサイズを増やします。 To get a exact amount to fill the desktop length, divide the width of screen resolution by 8, assuming no change in default font size of 8x 12 (in Font tab). 、デスクトップの長さを埋めるために正確な金額を取得するには8で、フォント( 8 × 12のフォントサイズをデフォルトの設定]タブに何も変更を想定)画面の解像度の幅を分けています。 Thus, the optimal width value for Screen Buffer Size for resolution of 800×600 is 100, 1024×768 is 128 and 1280×1024 is 160.したがって、 800 × 600 、 100 、 1024 × 768であるの解決のために最適なバッファサイズ画面幅の値は128と1280 × 1024は160です。

コマンドプロンプトウィンドウのレイアウト

There is no problem and no harm to set much higher figure for width and height (which at 300 default value is already exceeding the almost all possible screen resolution). (デフォルト値は、すでに300 )は、ほぼすべての可能な画面解像度は、幅と高さを超えているがはるかに高い数字を設定するに問題はないと何ら問題はない。 With such setting, the Command Prompt window will have horizontal and/or vertical scroll-bar, and if the line of text is too long, you will have to scroll to left and right and/or up and down to see the full text.このような設定では、コマンドプロンプトウィンドウおよび/または垂直スクロールバーとすれば、テキストの行が長すぎると水平になると、左と右および/または上下のフルテキストを参照してくださいにスクロールする必要があります。 Thus if you dislike the vertical scroll bar, reduce the Height value of the buffer size.このようにした場合は、バッファサイズの高さの値を減らすの垂直スクロールバーが嫌いだ。

Once changed, minimize and maximize the command window again, and now it’s possible to put Command Prompt window in maximized position, and users can now also resize the window to any size and shape they prefer, as long as within the limit of the buffer size.一度、最小化してから、もう一度、コマンドウィンドウを最大化し、今の位置にコマンドプロンプトウィンドウを最大化することが可能です変更し、ユーザーはまた、任意のサイズには、ウィンドウのサイズを変更することができますが、長いを上限として形状を好むバッファサイズ。

完全にコマンドプロンプトウィンドウを最大化

By the way, this is not the way to open Command Prompt as full screen, but there isところで、このフルスクリーンとしてコマンドプロンプトを開いての道ではなく、そこにある workarounds to open full screen command prompt回避策をフルスクリーンでコマンドプロンプトを開いて .

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これはマシンとして"保証なしにされている"提供されているページを翻訳しています。 Machine translation may be difficult to understand.機械翻訳を理解するのが難しい場合があります。 Please refer toを参照してください original English articleオリジナルの英語の記事 whenever possible.可能な場合。

Share and contribute or get technical support and help at共有して貢献するかを得る技術サポートと支援 My Digital Life Forums 私のデジタルライフフォーラム .



Leave a Replyは、返信のままに

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> これらのタグ :の<a href=""使用することができますtitle=""> <abbr title=""> <acronym title=""> <b>ダウンロード<blockquote cite=""> <cite>の<code> <デル日時= " " >の<em> <i> <q cite=""> <strike> <strong>

Subscribe without commentingチャンネル登録コメントなし


Custom Search

New Articles新しい記事

Incoming Search Terms for the Article着信は、文書の検索利用規約

command prompt codes コマンドプロンプトコード - - command prompt vista コマンドプロンプトを眺め - - Maximize command prompt コマンドプロンプトを最大化 - - full screen command prompt フルスクリーンコマンドプロンプト - - resize command prompt vista サイズを変更するコマンドプロンプトを眺め - - command to maximize window コマンドウィンドウを最大化する - - full screen command prompt vista コマンドプロンプトをフルスクリーンビスタ - - cmd maximize 最大限のCMD - - Command prompt screens in VISTA Vistaでコマンドプロンプト画面 - - maximize cmd window CMDのウィンドウを最大化 - - screen resolution command prompt 画面の解像度をコマンドプロンプト - - how to expand command prompt window どのようにコマンドプロンプトウィンドウを拡大する - - maximize command prompt window コマンドプロンプトウィンドウを最大化 - - maximize window ウィンドウを最大 - - windows maximize command コマンドウィンドウを最大化 - - maximize command コマンドを最大化 - - command minimize window コマンドウィンドウを最小化 - - how to full screen command prompt in vista フルスクリーンのコマンドをどのようにVistaのプロンプト - - how to maximize the command prompt window 方法については、コマンドプロンプトウィンドウを最大化する - - resize command prompt window コマンドプロンプトウィンドウのサイズを変更 - - full screen command prompt in vista Vistaのフルスクリーンのコマンドプロンプト - - how to set command window size in windows vista Windows Vistaでどのようにコマンドウィンドウのサイズを設定する - - command prompt full screen フルスクリーンのコマンドプロンプト - - vista maximize internet windows Vistaのインターネットのウィンドウを最大化 - - windows maximum window size ウィンドウを最大ウィンドウサイズ - - vista cmd maximize Vistaを最大限に cmdファイル - - cmd maximize window CMDのウィンドウを最大化 - - how to open command prompt window どのようにコマンドプロンプトウィンドウを開きます - - Maximising command prompt window コマンドプロンプトウィンドウを最大化 - - windows not fully maximizing 窓は完全に最大化 - - cmd prompt codes CMDのプロンプトコード - - open vista windows maximized オープンVistaはWindows最大化 - - vista command prompt codes Vistaのコマンドプロンプトコード - - command prompt commands for vista Vista用のコマンドをコマンドプロンプト - - HOW DO YOU MAXIMIZE SCREEN SIZE IN WINDOWS VISTA そうであるならば、画面のサイズを最大化する方法Windows Vista - - MAXAMIZE CMD WINDOW MAXAMIZE CMDのウィンドウ - - vista prompt size Vistaのプロンプトサイズ - - codes for command prompt コマンドプロンプトコード - - how can i maximize command prompt vista どうすればVistaのコマンドプロンプトを最大化することができます - - vista cmd window full screen Vistaのフルスクリーンのウィンドウcmdファイル - - command prompt buffer size コマンドプロンプトのバッファサイズ - - why must i maximize to open window fully なぜ完全にウィンドウを開くことを最大化する必要があります - - windows vista command prompt codes Windows Vistaのコマンドプロンプトコード - - vista title bar width Vistaのタイトルバーの幅 - - command prompt default size コマンドプロンプトをデフォルトのサイズ - - how do i minimize the prompt screen どうすればプロンプト画面を最小化する - - increase number of row command prompt 行数の増加コマンドプロンプト - - internet explorer command line maximalize Internet Explorerのコマンドラインmaximalize - - maximize window size ウィンドウのサイズを最大化 - - set maximum window size 最大ウィンドウサイズを設定 - -