TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Turning Windows into a high-quality development environment

4 pointsby paulriddleabout 6 years ago
What I have now is stock Windows installation. I would like to turn it into something that feels comfortable for development. Obviously a lot depends on what exactly I want to do with it, but for this thread I want to keep things wide in scope. Basically I want to get some software and configuration recommenations like people give each other in r&#x2F;unixporn. For example on Linux, some people can&#x27;t live without tmux, or tiling wm, or fish shell, so I want to hear similar recommentations for Windows.<p>What do you use?

13 comments

rococodeabout 6 years ago
Windows Subsystem for Linux (WSL) with Ubuntu covers most of my bases: <a href="https:&#x2F;&#x2F;docs.microsoft.com&#x2F;en-us&#x2F;windows&#x2F;wsl&#x2F;install-win10" rel="nofollow">https:&#x2F;&#x2F;docs.microsoft.com&#x2F;en-us&#x2F;windows&#x2F;wsl&#x2F;install-win10</a><p>I like to use ConEmu as my console for WSL. You can also check out Cmder.<p>It&#x27;s very rare that I need to do something that WSL can&#x27;t handle well (any challenges are typically related to I&#x2F;O, networking, or GPU).<p>IntelliJ as my main IDE (my primary languages being Java, Typescript&#x2F;web stuff, and Python).<p>Sublime Text for quick text editing. Vim in WSL for quick code editing or some other languages (mostly C).
评论 #19664439 未加载
superasnabout 6 years ago
You can have a look at chocolatey (<a href="https:&#x2F;&#x2F;chocolatey.org" rel="nofollow">https:&#x2F;&#x2F;chocolatey.org</a>) in addition to ninite for installing programs.<p>Also though not directly related to your question but in case you&#x27;re running Windows 10, then do take a look at this little gem: Windows 10 uninstaller (<a href="https:&#x2F;&#x2F;www.thewindowsclub.com&#x2F;10appsmanager-windows-10" rel="nofollow">https:&#x2F;&#x2F;www.thewindowsclub.com&#x2F;10appsmanager-windows-10</a>). The amount of crap win 10 bundles is just amazing and this gets rid of most of it.
Sangeppatoabout 6 years ago
Instead of immediately jumping on WSL like some people suggest, I would install &quot;scoop&quot; (<a href="https:&#x2F;&#x2F;github.com&#x2F;lukesampson&#x2F;scoop" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lukesampson&#x2F;scoop</a>) and spend some time learning Powershell, since it&#x27;s the main shell of your OS. If you need unix-only tools, make sure to check out the WSL as well, it&#x27;s pretty great these days, but If I wanted to mainly live in a unix environment I wouldn&#x27;t use Windows (that&#x27;s just me though)
gtsteveabout 6 years ago
A lot of the things I use for development are already mentioned so far so I&#x27;ll mention something specific to Windows 10. While I wish I could use Linux for work I do quite like it as an OS, but it does have a lot of trackers and this thing called Cortana that tries to be a voice assistant like Apple&#x27;s Siri. If you&#x27;re not paying attention you&#x27;ll click OK on the thing that allows it to record you while you&#x27;re working (really) and it&#x27;s very hard to figure out what to do to stop it from doing that.<p>There is a tool called ShutUp10 [0] which disables this crapware with some helpful registry tweaks. It&#x27;s not OSS though so do use caution and be sure you&#x27;re getting it from a reputable source.<p>You might also be happy to know that you can right-click and remove all the rubbish from the start menu and just have something that resembles older Windows start menus.<p>Finally, my favourite console is cmder [1] which is a tabbed console with hot keys and integrates with PuTTY if you need to connect to Linux boxes.<p>[0] <a href="https:&#x2F;&#x2F;www.oo-software.com&#x2F;en&#x2F;shutup10" rel="nofollow">https:&#x2F;&#x2F;www.oo-software.com&#x2F;en&#x2F;shutup10</a><p>[1] <a href="https:&#x2F;&#x2F;cmder.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cmder.net&#x2F;</a>
eb0laabout 6 years ago
Whatever do you use, <i>NEVER</i>, repeat <i>NEVER</i> use windows for developing if your account name and home directory has non-ascii-7 characters on it.<p>Just setup a user called &quot;Jalapeño&quot; and see how many tools break.<p>If your username is ascii-7 friendly, it&#x27;s a good platform to code.
bjourneabout 6 years ago
Emacs, Firefox, Python and cmd.exe. These tools work the same on Linux (except for cmd.exe which doesn&#x27;t work like zsh) so my workflow on both platforms stays mostly the same. I automate all build-like tasks with Waf which is cross-platform.
osullivjabout 6 years ago
Visual Studio Community Edition 2019 for C# &amp; C++ dev. PyCharm for Python. Mark Russinovich&#x27;s SysInternals tool for troubleshooting. ProcessExplorer and ProcMon are essential for cracking DLL load and threading issues.
random_upvoterabout 6 years ago
My main advice would be to take a few days to learn the ins and outs of Powershell, then never look back again.
pragmaticlurkerabout 6 years ago
Don&#x27;t pollute your Windows Machine with tools. Spin up a VirtualBox instance or delegate a Docker Image to be your dev environment and every X months update it with newer updated tools.
shiftoabout 6 years ago
I really like Visual Studio Code for Powershell and Python.
y42about 6 years ago
IMHO you can&#x27;t answer this question without knowing what are you developing, like what language, what&#x27;s the purpose, what&#x27;s your skill level?
评论 #19663675 未加载
thepapanoobabout 6 years ago
i would argue that Windows is bad for anything but Windows development and gaming.
Annatarabout 6 years ago
Solaris 10 with the SUNWCxall metacluster plus tons of self-compiled, linked and packaged software. If you want to do programming, Windows is totally the wrong operating system for that: it&#x27;s slow, bloated, vulnerable to viruses and the tools like Visual Studio are designed to dumb you down as programmer as much as possible under the pretense of productivity. You can probably get some use out of running the Linux subsystem for Windows, it will have lots of programming tools like AWK, ksh, flex, bison, make, m4, php, maybe even Steel Bank Common Lisp...<p>My second choice would be a Mac with macOS. I personally haven&#x27;t seen anyone in past ten years or perhaps more using Windows, let alone for programming at any businesses I worked at. Whereever I went, everybody&#x27;s using Macs with macOS to do development. Is Windows even still a thing, or are you looking to explore Windows programming as a curious hobby past-time?
评论 #19663924 未加载
评论 #19663554 未加载
评论 #19663840 未加载
评论 #19677750 未加载