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.

The Folder of God

92 pointsby dleskovover 7 years ago

5 comments

Cianticover 7 years ago
The poster does not give any blame to who ever came up with this:<p>&gt; 1. Right-click on your desktop and select New Folder 2. Type in or copy and paste the following as the name: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} 3. Hit Enter and the folder icon will change to GodMode 4. Enjoy easy access to all Windows 10 settings!<p>I know that the exception came from GetDisplayNameOf handling it incorrectly, but this whole thing begs the question:<p>Why is this a good way to do shortcuts?
评论 #15451945 未加载
评论 #15452958 未加载
marktangotangoover 7 years ago
Nice write up, I really enjoy these types of postmortems. Also, the best issues are always ones you can blame upstream for :D<p>Side note, does anyone have experience using Excelsior Jet to deploy natively compiled applications or services?
评论 #15451862 未加载
acqqover 7 years ago
&gt; Deleting the God Mode folder fixes the problem, because that is the only filesystem object for which GetDisplayNameOf() returns a malformed structure.<p>I wouldn&#x27;t call it &quot;malformed&quot; -- the OS simply returned a null pointer: &quot;the field that is supposed to point to the buffer containing the resulting string is NULL.&quot; Which in C means &quot;nothing there.&quot; And the Java native interface code didn&#x27;t check for that (it could have returned an empty Java string in that case), but dereferenced the null pointer instead. &quot;Fail fast&quot; indeed.
评论 #15455190 未加载
评论 #15453948 未加载
nerdponxover 7 years ago
At the risk of sounding trite, this reminds me an awful lot of the &quot;Missingno&quot; glitches in the Red and Blue Pokemon Gameboy games.
fhoodover 7 years ago
Who the hell thought it was a good idea to let <i>people</i> write operating systems. Asking for trouble if you ask me.
评论 #15455210 未加载
评论 #15452453 未加载