💡 AI 模型在英文提示詞下表現最佳。因此,提示詞本文以英文呈現。使用英文輸入可獲得更準確、更詳細的回應。 沒有什麼比解決不了的技術問題更扼殺生產力。這 6 個提示詞幫你解碼難懂的錯誤訊息、逐層診斷網路問題、修復慢電腦、救回遺失資料,以及修復壞更新造成的損害。已在 GPT-4.1、Gemini 2.5 Pro、Claude Sonnet 4 和 Grok 3 上實測,讓你知道哪個模型最快解決你的技術難題。
提示詞
將難懂的錯誤訊息轉化為可執行的修復方案
Help me understand and fix this error. **Error message:** ``` [Paste the COMPLETE error message, stack trace, and any error codes] ``` **Context:** What I was doing: [exact action that triggered the error] Software/app: [name and version] Operating system: [OS and version] When it started: [first occurrence — and any changes made right before] Frequency: [every time / intermittent / only under specific conditions] What I've already tried: [any troubleshooting steps and their results] Provide: 1. **Plain-English explanation:** what this error actually means in terms I can understand. Not just the technical definition — what's happening in MY system 2. **Root cause analysis:** the most likely cause given my specific context, and the reasoning behind that diagnosis 3. **Primary fix:** step-by-step instructions with exact commands, settings, or code changes. Copy-paste ready 4. **Alternative fixes:** if the primary fix doesn't work, 2 backup solutions ordered by likelihood of success 5. **Verification:** how to confirm the fix actually resolved the issue (not just that the error stopped appearing — those are different things) 6. **Prevention:** what caused this to happen and how to ensure it doesn't recur. Include any monitoring or alerting to set up
進階技巧
複製完整的錯誤訊息,包括錯誤代碼、檔案路徑和堆疊追蹤。5 分鐘修復和 2 小時白忙之間的差別,常常取決於你遺漏的一個錯誤代碼。而且一定要提到錯誤開始前你做了什麼改動——那就是 80% 的根本原因。
已測試 Mar 15, 2026
系統性診斷連線問題
Help me diagnose and fix my network/connectivity issue. Problem: [no internet / slow connection / intermittent drops / can't access specific site / high latency / DNS issues] Devices affected: [all devices / specific device / specific app or service] Network type: [home Wi-Fi / office network / cellular / VPN / cloud server] Recent changes: [new router, ISP change, firmware update, new device, software update, DNS change] What I've tried: [restart router, flush DNS, etc. — include results] ISP and plan: [provider and subscribed speed] Router model: [if known] Diagnose systematically: 1. **Diagnostic sequence:** ordered steps to narrow down the problem layer by layer (physical → DNS → routing → application). For each step, what the result means and what to try next 2. **Network commands to run:** specific diagnostic commands for my OS (ping, traceroute, nslookup, netstat) with what normal vs. problematic output looks like. Include copy-paste commands 3. **Root cause identification:** based on my symptoms, the 3 most likely causes ranked by probability with reasoning 4. **Fix instructions:** step-by-step resolution for the most likely cause. Include screenshots or menu paths for router settings 5. **Router/modem optimization:** settings to check and change (DNS servers, channel selection, QoS, firmware updates, band steering) 6. **Escalation criteria:** when to call your ISP vs. when you can fix it yourself — and exactly what to tell them so they don't waste your time with scripted troubleshooting you've already done
進階技巧
在做任何事之前,分別從有線連線和無線連線各跑一次速度測試。如果有線很快但無線很慢,問題出在 Wi-Fi 設定而非你的 ISP。這個測試可以避免數小時朝錯誤方向排查。同時從多台裝置測試——如果只有一台有問題,就是裝置特定的問題。
已測試 Mar 15, 2026
系統性修復慢電腦和應用程式
My [computer / application / phone] is running slowly. Help me fix it. Device: [type, model, approximate age] OS: [operating system and version] Specs: [RAM, storage type (SSD/HDD), processor — if known] What's slow: [everything / specific app / boot time / file operations / browser / after sleep] When it started: [gradual decline / sudden change / after specific event] Recent changes: [new software, OS updates, hardware changes, storage getting full] Storage status: [approximate free space] Diagnose and fix: 1. **5-minute quick check:** 3 things to inspect immediately that diagnose 80% of slowness issues (task manager/activity monitor, storage space, startup programs) 2. **Resource monitoring guide:** how to identify exactly what's consuming CPU, RAM, disk I/O, and network on my OS. Include the built-in tools and what each reading means 3. **Top 5 causes for my setup:** ranked by likelihood based on my symptoms. For each: the diagnostic check, the fix, and expected improvement 4. **Software cleanup:** unnecessary startup programs, background services, browser extensions, and bloatware to remove. How to identify what's safe to disable 5. **Maintenance routine:** a monthly 15-minute checklist to prevent future slowdowns (updates, cache clearing, defrag if HDD, battery health check) 6. **Hardware honest assessment:** when the real answer is 'you need an SSD' or 'you need more RAM' or 'this machine is end-of-life.' Give an honest verdict with approximate upgrade costs vs. replacement costs
進階技巧
先檢查開機啟動程式。大多數慢電腦有 15 個以上的程式在開機時啟動,而且是在幾個月內悄悄加入的。停用不必要的啟動項目通常比任何硬體升級帶來更大的效能提升。也要檢查儲存空間——可用空間低於 10% 的 SSD 表現會像 HDD 一樣。
已測試 Mar 15, 2026
任何東西都能一次安裝成功
Help me set up [software/hardware/service] correctly. What I'm setting up: [name, version, and what I downloaded/purchased] Purpose: [what I specifically need it to do — not just 'use it,' but the specific workflow] My system: [OS, version, existing related software, available ports/resources] Skill level: [beginner / intermediate / advanced with this type of tool] Previous attempts: [what I've tried and exactly where I got stuck or what error appeared] Specific requirements: [integrations with other tools, configuration needs, constraints] Provide: 1. **Prerequisites checklist:** everything I need before starting — dependencies, accounts, permissions, disk space, network access. Check each off before proceeding 2. **Step-by-step installation:** numbered instructions with exact commands or UI paths. Include what each step does and what the expected output looks like 3. **Post-setup verification:** how to confirm everything is working correctly. Include a specific test action and expected result 4. **Critical settings to change from defaults:** security settings, performance optimizations, and preferences that most users should modify. Explain why each matters 5. **Integration guide:** how to connect with my existing tools and workflows. Specific configuration for each integration 6. **Common setup failures:** the 5 most frequent issues during this setup, with symptoms and fixes. Save me the Google search
進階技巧
提到你已經嘗試過的方法,即使是失敗的。AI 會跳過你已經測試的建議,直接跳到較不明顯的解決方案。而且一定要指定你的作業系統版本和任何可能衝突的現有軟體——安裝問題幾乎都是環境特定的,而非產品特定的。
已測試 Mar 15, 2026
最大化救回遺失檔案的機會
I've lost data and need help recovering it. What was lost: [file type: documents, photos, database, emails, code, entire drive] How it was lost: [accidental delete / drive failure / corruption / ransomware / format / OS crash] Storage type: [internal SSD / internal HDD / external USB / NAS / cloud / phone] Time since loss: [how long ago — and have you continued using the drive?] Recovery attempts so far: [what you've tried and results] Backup status: [Time Machine, cloud sync, manual backups, versioning — or none] Data importance: [nice to have / important / business-critical / irreplaceable] Provide: 1. **IMMEDIATE actions:** what to do RIGHT NOW to maximize recovery chances. Urgency-ordered — some things must happen within minutes 2. **What NOT to do:** specific actions that reduce recovery probability (running disk repair, defragging, installing recovery software ON the affected drive) 3. **Recovery methods ranked:** ordered by success probability for my specific situation. For each: the tool, the process, and the expected recovery rate 4. **Free tools to try first:** step-by-step instructions for the best free recovery tool for my OS and storage type 5. **Professional recovery:** when to use a data recovery service, what to expect (cost range, timeline, success rates), and how to choose a reputable provider 6. **Future-proof backup plan:** after recovery, a backup system sized to my needs. Automated, tested, and following the 3-2-1 rule (3 copies, 2 media types, 1 offsite)
進階技巧
資料遺失後立即停止使用該磁碟。每寫入一個檔案都可能永久覆蓋你刪除的資料。如果是開機碟,請關機並改用 USB 開機。這個單一步驟能大幅提高救援成功率。時間是敵人——越早停止寫入,能救回的越多。
已測試 Mar 15, 2026
修復軟體更新造成的問題
A software update broke something. Help me fix it. What was updated: [OS / application / driver / firmware / browser / plugin] Version: [from version X to version Y, if known] What broke: [specific symptoms: crashes, missing features, compatibility issues, performance degradation, UI changes] When: [when the update was applied — automatic or manual?] Rollback option: [can you undo the update? Have you tried?] Affected workflow: [how this impacts your daily work — severity] Other recent changes: [anything else that changed around the same time] Provide: 1. **Known issue check:** is this a reported issue with this update? Common complaints and official responses from the vendor 2. **Immediate workaround:** how to restore functionality right now while you investigate the permanent fix 3. **Rollback instructions:** if reverting is the best option, exact steps for my OS and application. Include how to prevent the update from auto-reinstalling 4. **Fix-forward approach:** if rolling back isn't ideal, how to resolve the issue while keeping the update. Settings to adjust, compatibility modes, configuration changes 5. **Dependency conflicts:** check if the update broke compatibility with other software or drivers. Specific things to look for 6. **Update hygiene for next time:** how to prepare for future updates (staging environment, backup before update, delayed update schedule, notification setup) so you're never caught off guard
進階技巧
在排查之前先查看更新的發行說明和已知問題頁面。如果是已知的 bug,廠商可能已經有修復或替代方案。AI 會建構自訂解決方案,但官方修復通常更快更可靠。為你的關鍵工具收藏狀態頁面。
已測試 Mar 15, 2026
基於實際測試結果 — 非假設推測。 查看測試方法
Gemini 2.5 Pro
最擅長網路診斷和安裝指南。建立系統化的排查流程,附有清晰的決策樹。診斷指令包含預期輸出以供比較,讓你知道「正常」是什麼樣子。在路由器和基礎設施設定方面很強。
最佳網路診斷GPT-4.1
最擅長錯誤解碼和效能排查。跨平台識別最廣泛的錯誤訊息,並提供作業系統專屬的修復指令及確切選單路徑。對更新相關問題和已知 bug 的知識最新。
最佳錯誤解碼Claude Sonnet 4
最擅長資料救援指導和謹慎、徹底的排查。對救援成功率提供最誠實的評估,並清楚警告可能讓問題惡化的操作。在建議修復前會問對正確的釐清問題。
最佳資料救援Grok 3
提供最快、最直接的排查修復。直接跳到最可能的解決方案,而不是逐一排查每個可能原因。最適合想要答案而非教學的進階使用者。對需要手把手指導的初學者較不耐心。
最佳快速修復永遠描述問題發生前做了什麼改動——90% 的技術問題追溯到某個變更:一次更新、一個新安裝、一次設定調整、磁碟空間滿了。告訴 AI 最近改了什麼,它就能跳過通用排查,直接跳到可能的原因。
先重新開機,再排查——乾淨重啟能解決出乎意料多的問題,因為它清除了快取狀態、釋放卡住的資源並重新載入設定。在花 30 分鐘用 AI 引導診斷之前先試試。
記下你的修復方法供下次使用——同樣的技術問題會重複出現。AI 幫你修復問題後,把解決方案存在個人排查文件或筆記 app 中。你花 30 秒記錄,能在 6 個月後同樣問題再現時省下數小時。