Project ideas from Hacker News discussions.

Our commitment to Windows quality

📝 Discussion Summary (Click to expand)

1. Skepticism about Microsoft’s PR / “commitments”

"“Commitment” in corporate speak is a synonym for “absolute lack of intention”. That’s why corps ‘commit’ to reducing emissions, treating employees fairly, etc, ie. to all the things they will not do." – crispinb

2. Forced Copilot/AI integration everywhere is unwanted

"They aren’t trying to add Copilot in useful ways for their users. They’re forcing it into Notepad when they know it doesn’t fit there, because it might be your “entry” into their slop generator." – bronlund

3. Taskbar customization (top/side) is seen as too‑little‑too‑late

"Hell, taskbar positioning was a feature on Windows 10. They’re just pretending like they didn’t remove it for brownie points." – bigyabai

4. Persistent performance and reliability complaints > "The Windows computer I have to use at work takes over 15 seconds to start the new calculator app. The old calculator launched instantly." – matheusmoreira

"Right now my start menu randomly crashes. Like all I see is a black box with no icons." – rdedev

5. Desire for simple, bloat‑free core apps (e.g., Notepad)

"Ugh. They horribly borked Notepad. The whole reason I use it is because it's dumb and simple. The moment you change it into a full‑featured rich text editor with AI assistants and autocorrect … you should just make it another app, because it's solving a different problem." – SilasX

6. Resistance to forced Microsoft accounts, telemetry, ads, and upsells

"Online accounts are fine when optional, but unacceptable when forced." – senfiaj

7. Growing inclination to switch to Linux/macOS or plan an exit

"Plan an exit strategy now, before you need it later." – hbn
"I just don't think people like having something shoved down their throats… OS level integrations that are opt‑in, not opt‑out, may even be popular." – Someone1234

8. Distrust based on past patterns of “enshittification”

"This is vague lip service with little substance… completely fails to address the dozens of either incredibly painful and stupid decisions MS has made." – scblock

9. Perception that Microsoft prioritizes enterprise/B2B over consumers

"Microsoft does not primarily view its offerings as consumer products… the company’s leadership is strongly focused on B2B strategy, with revenue growth driven mainly by Azure, AI, and enterprise solutions." – natas

10. Skepticism about the usefulness and privacy implications of an “agentic OS”/AI‑first approach

"The problem with the idea… is that for the majority of Windows boxes where it would be running do not have the bare metal hardware to support local models and thus it would be in the cloud and all of the issues associated with that when it comes to privacy/security." – Ucalegon
"Agents today are basically chaos monkeys that sometimes do what you want, sometimes rm -rf /, and sometimes spend all your money on a cryptocurrency scam." – lich_king


🚀 Project Ideas

[Copilot‑Free Taskbar Manager]

Summary

  • Restores full taskbar repositioning (vertical, top, secondary‑screen) on Windows 11 without third‑party installers.
  • Gives power users back control over their primary UI entry point after Microsoft removed native positioning options.

Details

Key Value
Target Audience Power users, developers, and multi‑monitor professionals frustrated by a locked taskbar.
Core Feature Drag‑and‑drop taskbar to any screen edge, toggle auto‑hide, and sync settings across monitors.
Tech Stack C#/.NET WinUI 3, Windows Installer (MSI), optional PowerShell scripts.
Difficulty Medium
Monetization Revenue-ready: Tiered subscription ($4.99/mo or $49/yr) with a free hobbyist tier.

Notes

  • Directly addresses HN remarks about “More taskbar customization, including vertical and top positions” that were promised but delayed.
  • Sparks constructive discussion by offering a working solution while Microsoft’s rollout lags.

[Local LLM Launcher Bridge]

Summary

  • Eliminates dependence on cloud LLMs for launching local Windows apps by hosting a tiny inference model locally.
  • Provides a reliable, offline AI entry point for commands like “Open Snipping Tool”.

Details| Key | Value |

|-----|-------| | Target Audience | Users of Snipping Tool, Notepad, Widgets who want offline AI assistance without telemetry. | | Core Feature | Natural‑language to command translator running on‑device (tiny GGML model). | | Tech Stack | Python + GGML, Windows Runtime (WinRT) bridge, C++ native wrapper. | | Difficulty | High | | Monetization | Hobby |

Notes

  • Mirrors the 95 % launch accuracy mentioned in the HN thread, but keeps it local to avoid “Monster™ verification” scenarios.
  • Appeals to users who want AI entry points that are truly necessary rather than forced.

[Telemetry Opt‑Out Suite]

Summary- One‑click installer that disables all forced Microsoft‑account sign‑in, telemetry, and ads in Windows 11. - Restores the ability to run a fully local Windows session on Pro/Enterprise without hidden cloud dependencies.

Details

Key Value
Target Audience Privacy‑conscious professionals, developers, and legacy enterprise users.
Core Feature System‑wide policy manager that blocks telemetry services and removes ad widgets.
Tech Stack PowerShell DSC, Windows Defender Application Control (WDAC) policies, Qt UI.
Difficulty Medium
Monetization Revenue-ready: One‑time purchase ($19.99) with volume licensing for enterprises.

Notes

  • Tackles the “forced Microsoft account” and “drink a Monster™ verification can” jokes in the discussion. - Would be welcomed by users who feel Microsoft is “spamming UI entry points” for data collection.

[File Explorer Speed Booster]

Summary

  • Replaces the current File Explorer renderer with a high‑performance, multi‑threaded alternative that preloads folder metadata.
  • Reduces the 2‑second lag reported for simple folder opens and eliminates “black box” UI freezes.

Details

Key Value
Target Audience Everyday Windows users, developers, and power users who rely on quick file navigation.
Core Feature Multi‑threaded folder enumeration, lazy thumbnail generation, and caching of recent paths.
Tech Stack C++/Win32, DirectX 12 for UI, SQLite for metadata caching.
Difficulty High
Monetization Hobby

Notes

  • Direct response to comments like “Faster and more dependable File Explorer: … quicker launch experience”.
  • Could be packaged as a Windows feature toggle or optional update.

[Ad‑Free Start Menu Widget]

Summary

  • Strips out the Recommended and ads sections from the Windows Start menu, replacing them with a customizable blank or user‑defined widget panel.
  • Allows users to keep the Start menu clean while still accessing frequently used apps.
  • Monetization: Hobby

Read Later