TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Tell HN: I made a shareable one-page site on how to fix the CrowdStrike issue

10 点作者 jerrygoyal10 个月前
Hey everyone,<p>I just created a shareable one-page site that provides a step-by-step guide to fix the CrowdStrike issue. You can check it out here: <a href="https:&#x2F;&#x2F;howtofixcrowdstrikeissue.com" rel="nofollow">https:&#x2F;&#x2F;howtofixcrowdstrikeissue.com</a><p>The website is open-source, and you can find the code on GitHub (<a href="https:&#x2F;&#x2F;github.com&#x2F;GorvGoyl&#x2F;howtofixcrowdstrikeissue.com">https:&#x2F;&#x2F;github.com&#x2F;GorvGoyl&#x2F;howtofixcrowdstrikeissue.com</a>). It&#x27;s built using Next.js, Tailwind, and deployed on Vercel.<p>I hope this helps people who are currently affected by the global CrowdStrike issue. Feel free to contribute or suggest improvements!

7 条评论

codingdave10 个月前
It is one static page. Even that feedback link is just a link to Github issues. Why did you choose to make this a full app instead of a single HTML file on a server?
评论 #41015749 未加载
评论 #41016859 未加载
miles10 个月前
In the Bitlocker section, you may want to include this workaround[1] from u&#x2F;HammerSlo:<p>1. Cycle through BSODs until you get the recovery screen.<p>2. Navigate to Troubleshoot&gt;Advanced Options&gt;Startup Settings<p>3. Press &quot;Restart&quot;<p>4. Skip the first Bitlocker recovery key prompt by pressing Esc<p>5. Skip the second Bitlocker recovery key prompt by selecting Skip This Drive in the bottom right<p>6. Navigate to Troubleshoot&gt;Advanced Options&gt; Command Prompt<p>7. Type &quot;bcdedit &#x2F;set {default} safeboot minimal&quot; then press enter.<p>8. Go back to the WinRE main menu and select Continue.<p>9. It may cycle 2-3 times.<p>10. If you booted into safe mode, log in per normal.<p>11. Open Windows Explorer, navigate to C:\Windows\System32\drivers\Crowdstrike<p>12. Delete the offending file (STARTS with C-00000291*. sys file extension)<p>13. Open command prompt (as administrator)<p>14. Type &quot;bcdedit &#x2F;deletevalue {default} safeboot&quot;, then press enter. 5. Restart as normal, confirm normal behavior.<p>as well as this child comment and reply:<p>&gt; I don&#x27;t have the Startup Settings<p>&gt;&gt; Are you using Dells? if so this worked for me from another post i found: If you are on Dell and not seeing anything but the x: in command prompt and limited Safe Mode options, go to the UEFI (BIOS) settings and change your storage settings from RAID to AHCI. It will boot loop and you will be put back into the correct version of system recovery.<p>[1] <a href="https:&#x2F;&#x2F;old.reddit.com&#x2F;r&#x2F;sysadmin&#x2F;comments&#x2F;1e6vx6n&#x2F;comment&#x2F;ldwpu7h&#x2F;" rel="nofollow">https:&#x2F;&#x2F;old.reddit.com&#x2F;r&#x2F;sysadmin&#x2F;comments&#x2F;1e6vx6n&#x2F;comment&#x2F;l...</a>
评论 #41016714 未加载
gus_massa10 个月前
Nice! Just nitpicking:<p>2.1&gt; <i>After restarting, select option 4 (Safe Mode) or option 5 (Safe Mode with Networking) by pressing the corresponding number on your keyboard.</i><p>Why not just recommend 5? Is 4 useful in this case?<p>3.1&gt; <i>Open Command Prompt:</i><p>Is it possible to use the gui version? I&#x27;m a mouse person.<p>3.3&gt; <i>If C: Drive is Not the Windows Drive:</i><p>One trick to go to the system32 folder is to use<p><pre><code> cd %SYSTEMROOT% </code></pre> or to see it<p><pre><code> echo %SYSTEMROOT% </code></pre> I like that you suggest to just go to the usual folder. 99.99% of Windows computers just use the standard folder.<p>4.2&gt; <i>Delete the File: Type del C-00000291*.sys</i><p>Is there some hidden requirement to not brick your computer, for example that there is at least another C-whatever.sys file in the some folder? (I have no idea about this problem. Just been paranoiac.)
miles10 个月前
May want to include a link to CrowdstrikeUsbFix (“Fix for Crowdstrike issue with USB Bootdevice”) as well: <a href="https:&#x2F;&#x2F;github.com&#x2F;Broadcast932&#x2F;CrowdstrikeUsbFix">https:&#x2F;&#x2F;github.com&#x2F;Broadcast932&#x2F;CrowdstrikeUsbFix</a>
评论 #41016713 未加载
ape410 个月前
What about uninstalling CrowdStrike (I know, not a option)
chrisjj10 个月前
Please fix 2.1 to work on a crashed computer.
评论 #41015993 未加载
pvg10 个月前
Show HN is for things you&#x27;ve made people can try which excludes most reading material, take a look at <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;showhn.html">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;showhn.html</a>
评论 #41015690 未加载