1.

Solve : how do I change my background in DOS??

Answer» <html><body><p>The background colour in DOS is white and the text is yellow and very difficult to read! Can anybody help?Open up the window and right click and select defaults. Look through the tabs and you will find the colour options. Quote from: edm on February 24, 2010, 04:41:32 AM</p><blockquote>The background colour in DOS is white and the text is yellow and very difficult to read! Can anybody help?<br/></blockquote> <br/>lol edm. I think somebody pulled a joke on you.<br/><br/>Here are a few examples:<br/>(<strong>Background color, Foreground (font) color</strong>)<br/><br/>Black, Green<br/><strong>color 0a</strong><br/><br/>Blue, White<br/><strong>color 17</strong><br/><br/>White, Blue<br/><strong>color 71</strong><br/><br/>Black, White<br/><strong>color 07</strong><br/><br/>Enjoy.<br/><br/><br/><br/><br/>the problem with the Color command is it isn't permanent. Changing the <a href="https://interviewquestions.tuteehub.com/tag/selected-1199596" style="font-weight:bold;" target="_blank" title="Click to know more about SELECTED">SELECTED</a> Colors in the "Colors" tab From the windows System Menu's "Properties" Item is.You can make it permanent.<br/>Here's how:<br/><strong><br/>Start -&gt; Run -&gt; regedit</strong><br/><br/>Go to <br/><strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor</strong><br/><br/>On the <strong>right pane</strong>, <strong>double-click</strong> on the <strong>AutoRun </strong>value and fill this in:<br/><strong>color 0a</strong><br/><br/>This way, no matter when the computer starts, your commandline will remain<br/>in this color (<strong>I chose black, green as an <a href="https://interviewquestions.tuteehub.com/tag/example-239971" style="font-weight:bold;" target="_blank" title="Click to know more about EXAMPLE">EXAMPLE</a> (0a)</strong>).<br/><br/>My personal values for AutoRun are:<br/>cls &amp;&amp; cd \ &amp;&amp; color 0a <br/><br/>(You don't have to do that, though, it just does the <a href="https://interviewquestions.tuteehub.com/tag/following-463335" style="font-weight:bold;" target="_blank" title="Click to know more about FOLLOWING">FOLLOWING</a>:<br/>clear the <a href="https://interviewquestions.tuteehub.com/tag/screen-25632" style="font-weight:bold;" target="_blank" title="Click to know more about SCREEN">SCREEN</a>, change <a href="https://interviewquestions.tuteehub.com/tag/directory-11615" style="font-weight:bold;" target="_blank" title="Click to know more about DIRECTORY">DIRECTORY</a> to root and color the background back and the foreground green.<br/>The &amp;&amp; binds commands together.)<br/><br/>=)<br/><br/><br/> Quote from: Treval on February 24, 2010, 03:17:04 PM<blockquote>You can make it permanent.<br/><br/>&lt;stuff&gt;<br/></blockquote> <br/>Or just use the properties dialog...<br/><br/>LoL =P<br/>The advantage of mine is you can do multiple things at the same time. =O Quote from: Treval on February 24, 2010, 03:46:08 PM<blockquote>LoL =P<br/>The advantage of mine is you can do multiple things at the same time. =O<br/></blockquote> Changing the registry is not reccomended for non-experts.</body></html>


Discussion

No Comment Found