How to Enable More Fonts for Windows Command Prompt איך אפשר עוד גופנים עבור Windows שורת הפקודה
The appearance of Windows command prompt looks the same since its first released till today. את המראה של Windows הפקודה נראה באותה הראשון שלה מאז פורסמו עד היום. While Windows itself has more and more powerful features available and can be customized in many ways to suite your preference, command prompt still stays the same with very limited changes and customization. אמנם ב-Windows עצמה יש עוד ועוד תכונות רבות עוצמה זמין ויכול להיות מותאם אישית בהרבה דרכים Suite את העדפתך, הפקודה עדיין נשאר אותו הדבר עם השינויים מוגבל מאוד של התאמה אישית. For instance, font selection is only limited to two choices, Lucida Console and Raster Fonts. לדוגמה, הגופן הבחירה מוגבלת רק שתי אפשרויות, Lucida Console ו raster גופנים. Furthermore, there is no function available to add different fonts through the interface. יתר על כן, אין פונקציה זמינה להוסיף גופנים שונים באמצעות ממשק. Well, you probably don't know actually you can add more fonts to command prompt by using a simple registry hack. ובכן, אתה כנראה לא יודע שאתה בעצם יכול להוסיף עוד גופנים כדי הפקודה באמצעות הרישום פשוט גרזן.
Before adding more fonts to command prompts, there are few criteria that must be fulfilled: עוד לפני הוספת גופנים לפקוד מבקש, ישנם מספר קריטריונים, כי יש להשלים:
• The font must be a fixed-pitch font. • הגופן חייב להיות קבוע-לזפף גופן.
• The font can't be an italic font or have a negative A or C space. • הגופן לא יכול להיות גופן נטוי, או שיש לך או שלילי א C שטח.
• The font must be FF_MODERN for TrueType fonts. • הגופן חייב להיות FF_MODERN עבור גופני TrueType.
• The font must be OEM_CHARSET for non TrueType font. • הגופן חייב להיות OEM_CHARSET שאינם גופן TrueType.
To add more fonts to command prompt, follow below steps: כדי להוסיף עוד גופנים כדי הפקודה, פעל לפי השלבים שלהלן:
1) Go to Start -> Run, then type regedit and press enter. 1) עבור אל התחל -> הפעלה, הקלד regedit ולאחר מכן והקש ENTER. 
2) Locate to HKLM\Software\Microsoft\WindowsNT\CurrentVersion\Console\TrueTypeFont 2) אתר כדי HKLM \ Software \ Microsoft \ WindowsNT \ CurrentVersion \ Console \ TrueTypeFont
3) On the right panel, you will notice Lucida Console has been added by default and under name column it is named as 0, so for additional fonts you are going to add in, you must named it as 00, 000, 0000 and so on. 3) מצד ימין הפאנל, שתבחין Lucida Console נמחקה כברירת מחדל ותחת שם עמודה בשם זה בתור 0, אז לקבלת פרטים הגופנים שאתה הולך להוסיף, יש שם את זה כמו 00, 000, 0000 וכו על. You must follow this naming convention; else the added new fonts will not appear. עליך לעקוב אחר זה שיום האמנה; אחר הוסיף את הגופנים החדשים לא יופיעו.
4) Right click TrueTypeFont, choose New -> String Value, enter the name as 00 then press enter key. 4) נכון לחץ TrueTypeFont, בחר חדש -> ערך מחרוזת, הזן את שם כ 00 ולאחר מכן הקש על הזן מפתח. 
5) Double click on this newly created String Value at step iv), then enter the font name under Value data field. 5) לחץ לחיצה כפולה על זה החדש שנוצר ערך מחרוזת לעבר שלב IV), לאחר מכן הזן את שם הגופן תחת נתוני ערך השדה. Since the fonts that fulfill the criteria are Consolas, Courier New as mentioned above, so I add Consolas under name 00. מאז הגופנים כי למלא את הקריטריונים Consolas, שליח חדש כפי שהוזכר לעיל, ולכן אני מוסיף Consolas תחת השם 00.
6) Repeat step iv) and v) to add Courier New under name 000. 6) חזור על שלב IV) ו V) להוסיף שליח חדש תחת השם 000. 
7) Reboot your PC as the new added fonts will only appear after the PC is rebooted. 7) הפעלה מחדש של המחשב האישי כמו גופנים חדשים נוספו יופיעו רק לאחר ה-PC הוא rebooted.
Once your PC is rebooted, launch the command prompt, then right click on the title bar and choose properties. כאשר המחשב הוא rebooted, להפעיל את שורת הפקודה, ולאחר מכן לחץ לחיצה ימנית על שורת הכותרת ובחר מאפיינים. Under Font tab, you should be able to see the fonts that you have just added. תחת הכרטיסייה גופן, אתה אמור להיות מסוגל לראות את הגופנים כי יש לך רק הוסיף. Select any one of them, then click OK to save the setting. בחר כל אחד מהם, ולאחר מכן לחץ על אישור כדי לשמור את ההגדרה. 
If you would like to add more fonts which are not came together in Microsoft package, you may go to אם ברצונך להוסיף עוד גופנים שאינם הגיע יחד מיקרוסופט את החבילה, תוכל ללכת dafont dafont to download more. כדי להוריד יותר. One of the fonts can be added to command prompt is אחד הגופנים ניתן להוסיף את הפקודה היא White Rabbit לבן ראביט . . Once you get the font downloaded from this website, you must copy the TTF file to C:\Windows\Fonts before you can add it into command prompt. ברגע שאתה מקבל את הגופן שהורדת שמקורם באתר זה, יש להעתיק את קובץ TTF ל-C: \ Windows \ Fonts לפני שתוכל להוסיף אותה לתוך שורת הפקודה.
IMPORTANT : The page is machine translated and provided "as is" without warranty. חשוב: הדף הוא מכונה בתרגום ובתנאי "כמות שהוא", ללא אחריות. Machine translation may be difficult to understand. תרגום מכונה יכול להיות קשה להבין. Please refer to אנא פנה ל original English article המאמר המקורי באנגלית whenever possible. ככל שניתן.
Related Articles מאמרים קשורים
- How to Disable or Enable Vista User Access Control in Command Prompt איך אפשר להשבית או Vista גישה למשתמש שליטה שורת הפקודה
- Run Command Prompt in Multiple Tabs הפעל את שורת הפקודה במספר לשוניות
- How to Open Elevated Command Prompt with Administrator Privileges in Windows Vista כיצד לפתוח שורת פקודה עם הרשאות מנהל ב-Windows Vista
- Use TZUtil To Change Time Zone in Command Prompt in Windows 7 השתמש TZUtil כדי לשנות אזור זמן בתוך שורת הפקודה ב-Windows 7
- Create and Put an Elevated Command Prompt on Windows Vista Desktop or Start Menu צור ושם פקודה הפקודה על שולחן העבודה של Windows Vista או תפריט התחלה
- How to Fully Maximize Command Prompt Window in Vista כיצד לגמרי מקסם חלון שורת הפקודה ב-Vista
- Reveal and Access to Windows Vista Hidden Context-Sensitive (Right Click) Menu Item – Open Command Prompt Here & Copy as Path לחשוף וגישה ל-Windows Vista מוסתר הקשר-רגיש (מימין לחץ) בתפריט - פתח שורת פקודה כאן & העתק כ נתיב
- Open Elevated Command Prompt Window Here as Administrator at Current Folder Directly in Vista Windows Explorer פתח חלון שורת פקודה כאן כמנהל בבית תיקייה נוכחית ישירות בסייר Windows Vista
- List of Windows and DOS Command Prompt Environment Variables רשימה של Windows ו-DOS Command Prompt משתני סביבה
- Run Command Prompt Window as Administrator by Right Click Computer in Vista הפעל את חלון שורת הפקודה כמנהל בזכות על מחשב ב-Vista









































