Microsoft Is Updating the Windows Console Colors For the First Time In 20 Years (theverge.com)
An anonymous reader quotes a report from The Verge: Microsoft is giving its Windows Console (Command Prompt) a color overhaul. Windows 10 testers will be able to try out the new color scheme in a new build (16257) that will available later today. Windows Console's legacy blue is getting a subtle change to make it more legible on modern high-contrast displays, alongside color changes to the entire scheme. Windows 10 testers will only see the new colors if they clean install build 16257, and if you upgrade you'll keep the legacy colors to ensure any custom color settings are not replaced. Microsoft is planning to release a tool soon that will allow Windows 10 testers to apply the new color scheme and a selection of alternatives. Developers, you can thank Microsoft summer intern Craig Loewen for the overhaul.
I've always changed mine to the proper white on black. Or green on black for that 1984 Hackers look...
I could've sworn the legacy console colors were black and not-quite-white. I've only seen the blue scheme in PowerShell.
There is no XUL, only WebExtensions...
I am being paid to post pro-Linux messages here and on forums for Windows users and developers. This feature has been present in Linux terminal applications for over two decades, allowing you to customize your colors, add a picture to the background, or even make the terminal transparent. Windows is really behind the times here, and with so many other features. If you want a modern operating system with modern features, you should drop Microsoft Windows and switch to a modern Linux distribution.
Have gnu, will travel.
Looks like the new color scheme would make it much easier to spot floating eyes.
That was my motivation for making a similar change to the blue on my xterm.
How can we continue to believe in a just universe and freedom to eat crackers if we have no ale?
*WERE* grey text with black background.
It seems like at least some versions allowed color changes via right clicking on the title bar or menu button, although I don't think those changes worked if you went into a full screen command prompt, so I never used them.
Having said that: Thanks to XP deprecation and the Windows 6+ releases, I've fully jumped to linux and had no need to look back. Too bad the Linux ecosystem is succumbing to NIH and rot as the Windows ecosystem once did. But hey, that is just making it more palatable for the plebian masses.
See subject: This is an old trick you could do in DOS via ANSI.SYS loading in config.sys ala DEVICE = C:\DOS\ANSI.SYS & then in autoexec.bat using $e[xx;yy;zzm
where xx = attribute code, yy = foreground color code, and zz = background color code.
A table of the color codes follows:
Code Color
0 Turn Off Attributes
1 High Intensity
2 Normal Intensity
4 Underline (mono only)
5 Blink
7 Reverse Video
8 Invisible
30 Black
31 Red
32 Green
33 Yellow
34 Blue
35 Magenta
36 Cyan
37 White
40 Black
41 Red
42 Green
43 Yellow
44 Blue
45 Magenta
46 Cyan
47 White
For example, the following command will result in a bright red C:\> prompt and bright yellow text on a blue background.
C:\> prompt $e[1;31;44m$p$g$e[1;33;44m
APK
P.S.=> See subject - it's been done, long ago.. apk
I'm not sure where the information came from, but I presume that the change is to Powershell and not to the Command Prompt, which in Windows 10 defaults to a black screen with white text. Powershell defaults to a blue screen with white text.
We should all be grateful that the insanely talented coders at Microsoft were able to perform such a thrilling technical feat. It must have been incredibly difficult, as evidenced by how long it took.
This is no doubt why Windows 10 is so buggy, since so many team members were slaving away adding colors to the terminal window instead of actually, you know, trying to fix the operating system.
Whatever are we going to do when we don't have to click an icon and select a sub-menu item to paste?
Have a non-Edge browser and it gets replaced, but have a non-standard terminal color and you get to keep it????
Seriously? This is news? Why the fuck is this news? This has been basic fucking functionality in unix operating systems for decades. Decades! Hell even as APK said in another post, you used to be able to do this in DOS.
I mean...WTF
I mean after all if they are fixing unimportant things like this it must mean that they have fixed every other bug in existence. It will be wonderful to finally get to use 100% bug free software.
First law of people: People are generally stupid.
The BSOD Blue Screen of Death is also getting an overhaul, and it would inherit the color scheme from the upgraded console. No longer limited to the standard blue, you can have a choice of translucent, iridescent, fluorescent, speckled and coruscant versions of blue.
sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
"... billion other things that are wrong with Windows 10."
Don't you just hate it when people underestimate Microsoft's defects? Only a billion?
This is ground breaking and truly innovative.
Who cares about having multiple tabs or unicode? The reason why millions switched to mac os x was that the blue in the console was too dark.
from writer to publisher,, /. what a tool...
moving past that, unless i misunderstood, YOU CAN ALLREADY CHANGE THE CONSOLE/TERMINAL/DOS WINDOW.
this is lame,,,
perhaps the article should have been "MS in their time of boredom, have added some new color schemes," pls feel free to look for them when the next rollout of bloated, unnecessary crud comes out.. Hope u dont miss it, we put alot of time and effort hiring those whom are color blind, so we can CODE and OverCOME....
ahahahahahaha
Your Lords, Mike Row Sopht
Advertisements in the Command Prompt!
The Commodore 64 proved light blue on dark blue wasn't good. Also, we need higher contrast colors for readability, and Microsoft's white on black already provided that.
I don't even have a command prompt anymore on Windows 10 Creator Update. It's been replaced by Powershell when right clicking the start menu, which seems to pretty much do the exact same thing as the command prompt.
Of course I can still access cmd by using the run command, but who does that.
Doesn't the command "COLOR" followed by 2 hex digits give you enough choices? Damn kids.
I always changed the cmd colors. Yellow on black for my non-Admin account and Cyan on Black for my Admin account. All I had to do is look to see what account the cmd window was using. Started doing this with Windows NT 3.0 (yup a Windows NT Beta tester here) I never looked back.
Although I now use Bright Green on a Dark green background for my "local" account on most of my machines now. But this article is bogus in that you have been able to change colors to what you want in the CMD window for ---- decades. Why is this article here?
Even back in the MS-DOS days you could change the color scheme. I had a co-worker who was color blind so he chose some fuchsia color for the text and a weird greenish color for the background. Most of us would look at the screen (Compaq 386) and want to puke, but he could work on that butt ugly bad boy for hours.
Which black, which blue? :-)
Read the actual Microsoft information, it's actually conhost.exe (which is the actual 'console renderer' -- think 'xterm' in linux terms); used by powershell AND cmd (and any other console-mode program).
And it's about redefining the ANSI colours to RGB value mapping (e.g., DARK_BLUE goes from 0,0,128 to 0,55,128. lightening it somewhat to be appealing on today's higher contrast displays.) It's still blue, it's just a different blue.
And it's the default mapping being changed (so you won't see any difference unless you clean-install until they release a management tool. (See, you've been able to customise this mapping since the beginning on Windows NT 3.1; right back at the beginning.)
I will forever remember where I was when I learned about such momentous news. There is no gainsaying that the world will be an utterly different place after this epoch-making development.
All they're doing is adding mauve to the palette.
Fascism: An authoritarian and nationalistic right-wing system of government and social organization. See also: NAZI's
the only color scheme needed is Solarized, available at http://ethanschoonover.com/solarized
...to just start the whole darn thing over from scratch, stop writing bloatwear, and make a useful OS.
C:\>COLOR AB
Where : A is background color and B: Is forreground color.
Colors could be like:
0: Black
1: Blue
2: Green
3: Cyan
4: Red
5: Purple
6: Yellow
7: White
8: Gray
9: Light Blue
A: Light Green
B: Light Cyan
C: Light Red
D: Light Purple
E:Light Yellow
F: Bright White
Looks like the are rearranging the deck chairs.
Hope it works out for them. Not.
keep polishing, that turd's got a great shine now!
Windows Version one-point-oh finally hits primetime!
Kinda odd how everyone refers to this version as "ten"
WARNING: Smartphones have side effects--most of them undocumented.
From TFA:
Yeah right. If MS is paying attention to small things that matter and things developers (and other people) were asking for, why then they did not restore Classic style? Or disable telemetry...? Or refrain from forcing updates down our throats...?
The original article is nothing but blatant ad copy thinly disguised as editorial content. In other words, an advertorial.
-- Look to the Rose that blows about us--"Lo, Laughing," she says, "into the World I blow..."
I am glad MS fixed all the other bugs so they could free up developers to fix the colors on the command console.
LIsten you UNIDENTIFIABLE anonymous little shit - I've forgotten MORE than you'll ever learn in the art & science of computing (not that you're capable of learning OR offering decent info. - only what you spit back after reading it from others ON THIS PAGE, who did offer decent info., & then only playing it off like YOU are "all-knowing" when the truth of you is you know jack shit & DO zero...).
* Shitbags like you TRY 'cut down' others who do offer information or tools of value - but you NEVER do offer either of them yourself... why? You're lazy & weak. Period (& you KNOW it about yourself, hence your nigh constant 'negativity' you project onto others).
APK
P.S.=> Do you honestly believe others here don't see that from you & "your kind" (low losers)? I actually think you do hence WHY you "hide" behind unidentifiable anonymous troll posts - & I honestly don't believe I have to tell others this - they already KNOW "your kind"... apk
Ay-Pee-Gay's Ghost Pile Engine downloads and stores all of it's hosts data in plain text right in the program directory. It would be trivial for a rogue program to modify these files in userspace before admin privileges are given to install the hosts file. The simplest I can think of would be to detect if the program is running and add common websites to the list which apk's program will happily accept and redirect to 0.0.0.0 making them unreachable for the user. I'm sure brighter minds than I can think of many more nefarious things they can do with a poorly written Delphi program that stores all of it's data in plaintext.
This is why you don't trust your machine's security to a piece of software written by a forum spammer who thinks his roll your own solution is better than a battle tested database such as SQLite (you can trust apk! The public domain SQLite could just up and disappear! Then what?!?), a programmer who doesn't understand the meaning of threadsafe, someone who cannot sort and deduplicate a simple text file of a MB or two in less than a half hour on a modern machine.
your text paints like I'm on a 300 baud modem and the scroll buffer is unusable. Fix fundamental issues with the app, you can already get far better console apps like cmder for windows, you should worry about coming to usability parity before freaking colors.
Geoff "Mandrake" Harrison
Some Random UI Hacker
The article has nothing to do with changing your console prompt to a set of predefined colours. The change here is that the pre-defined colours have been changed so that you can actually read 34 on 40 for example.
See subject: Unlike "your kind" I identify myself - a worm like you doesn't Big diff between myself & a skulking shitweasel like you!
APK
P.S.=> Then again, I know YOU know this about yourself, again, hence your UNIDENTIFIABLE anonymous weasel posts... apk
See subject: Let's see YOU do that, "big talker" (it'll never happen - you're an unskilled UNIDENTIFIABLE anonymous zero).
* You make me laugh... Especially about your 'battle-tested' SQLite (which JUST showed it had a DECADES LONG SECURITY VULNERABILITY IN IT stupid).
I do all my work myself. I don't count on others libs (especially ones written in C, which SQLite iirc, is - too much buffer overflow possibles in it due to null-terminated strings (Pascal, which I used, has no such issue))
APK
P.S.=> Plenty of folks like & use my work worldwide - they DO trust it + myself (lol, & "your kind" CAN'T STAND THAT - I love it)... apk
20 years and that's all we get?! The console with DOS 25 years ago was more powerful than what we have today! After decades of waiting for something _at_least_ as good as we had back then, I got sick of waiting and found ConEmu. It's a wonderful console. I can't imagine ever going back to the built-in Windows console.
See subject: I sort 100's of 1,000's of records in seconds here via quicksort (most optimal 4 large vs. small data) - question: Have YOU even taken datastructures? I doubt it OR you'd have KNOWN the above.
* Then again, all YOU are? Is mere 'talk' (hot blowhard bullshitter air is more like it)... me?? I do things folks like & use (whereas "your kind", do-nothing UNIDENTIFIABLE anonymous "ne'er-do-wells", don't (as I suspect you can't, you know you don't have the skills OR more importantly, a work ethic - you're a lazy stooge, nothing more...)).
OF course, YOU ARE WELCOME TO DO BETTER (but then it'd just be IMITATION (of my work) = SINCEREST FORM OF FLATTERY if you do so)
APK
P.S.=> However: I thought about heapsort but decided not to use it (it's a LOT of extra code I don't really need for VERY LITTLE GAIN, IF ANY, was why) ... apk
Now that Microsoft summer intern Craig Loewen has finished the job he shall be promoted to autumn intern and start disabling telemetry.
I'm using an alternative shell because the standard Windows one still doesn't support selection with the mouse, or the standard Ctrl-X/C/V shortcuts.
Compare Conemu or other console replacements to the default and it's quite obvious it has more problems than a simple colour scheme. Just being able to horizontally resize the console would be nice, or allowing it to handle standard escape codes, or selection / copy behaviour or using a nice default font, or having multiple tabs open.
http://i0.kym-cdn.com/entries/...
If you gave me a choice between a printer and a giraffe with explosive diarrhoea, i'll get my ladder and my raincoat
One of my favorite parts of Linux console....... when will windows do it?
I'm going to continue using the Host File Engine. Your software is well written, functional. The Host File Engine performs exactly as promised by mmell
his hosts program is actually pretty good by xenotransplant
his hosts tool is actually useful for those cases in which one does indeed want to locally block stuff outright while consuming minimum system resources by alexgieg
(APK's) work, I've flat out said it's good by BronsCon
I've tried his hosts file generating software. It works by bmo
APK your posts on this & the hosts file posts, and more, have never been in error &/or bad advice by BlueStrat
Your premise that hostfiles are a good way to deal with advertising & malvertising is quite valid by JazzLad
I like your host file system by Karmashock
* It's recommended/hosted by Malwarebytes' hpHosts!
APK
P.S.=> See subject & those quoted registered /.ers - would you like me to post 100's of upmods I've gotten here too? Ask so you EAT YOUR WORDS all the more... apk
All the help people with poor vision. When will people with knowledge about ergonomics be allowed in to the design of UI's again?
I'm going to continue using the Host File Engine. Your software is well written, functional. The Host File Engine performs exactly as promised by mmell
his hosts program is actually pretty good by xenotransplant
his hosts tool is actually useful for those cases in which one does indeed want to locally block stuff outright while consuming minimum system resources by alexgieg
(APK's) work, I've flat out said it's good by BronsCon
I've tried his hosts file generating software. It works by bmo
APK your posts on this & the hosts file posts, and more, have never been in error &/or bad advice by BlueStrat
Your premise that hostfiles are a good way to deal with advertising & malvertising is quite valid by JazzLad
I like your host file system by Karmashock
* It's recommended/hosted by Malwarebytes' hpHosts!
APK
P.S.=> China imitated me http://www.theregister.co.uk/2017/04/26/boffins_supercharge_the_hosts_file_to_save_users_plagued_by_dns_outages/ - SEE SUBJECT... apk
I'm going to continue using the Host File Engine. Your software is well written, functional. The Host File Engine performs exactly as promised by mmell
his hosts program is actually pretty good by xenotransplant
his hosts tool is actually useful for those cases in which one does indeed want to locally block stuff outright while consuming minimum system resources by alexgieg
(APK's) work, I've flat out said it's good by BronsCon
I've tried his hosts file generating software. It works by bmo
APK your posts on this & the hosts file posts, and more, have never been in error &/or bad advice by BlueStrat
Your premise that hostfiles are a good way to deal with advertising & malvertising is quite valid by JazzLad
I like your host file system by Karmashock
* It's recommended/hosted by Malwarebytes' hpHosts!
APK
P.S.=> China imitated me http://www.theregister.co.uk/2017/04/26/boffins_supercharge_the_hosts_file_to_save_users_plagued_by_dns_outages/ - SEE SUBJECT... apk