⚠️ 重要なお知らせ
このツールは現在以下のバージョンをサポートしています:
- ✅ Windows: 最新の1.0.xバージョン(サポート済み)
- ✅ Mac/Linux: 最新の1.0.xバージョン(サポート済み、フィードバック歓迎)
このツールを使用する前に、Cursorのバージョンを確認してください。
⚠️ Cursorの一般的な解決策
Cursorを閉じ、アカウントからログアウトし、公式サイトの設定からアカウントを削除します(IPノードを更新:日本、シンガポール、アメリカ、香港など、低遅延を優先。必須ではありませんが条件が整えば変更してください。Windowsユーザーの場合はDNSキャッシュの更新をお勧めします:
ipconfig /flushdns) Cursor公式サイトで現在のアカウントを削除します 手順:ユーザーアイコン->設定->左下のAdvanced▼->Delete Accountマシンコードリセットスクリプトを実行します。下記のスクリプトアドレスを参照してください。
アカウントを再登録し、ログインして、Cursorを開くと、正常に使用できるようになります。
代替案:ステップ[3]の後でもまだ使用できない場合、またはアカウント登録に失敗したり、アカウントを削除できないなどの問題が発生した場合、これは通常、ブラウザがターゲットサイトに識別または制限されている(リスク管理)ことを意味します。この場合、Edge、Google Chrome、Firefoxなど別のブラウザを試してみてください(または、ブラウザのフィンガープリント情報を変更またはランダム化できるブラウザの使用を検討してください)。
⚠️ MACアドレス変更警告
Macユーザーの皆様へ: このスクリプトにはMACアドレス変更機能が含まれています。以下の操作が行われます:
- ネットワークインターフェースのMACアドレスを変更します
- 変更前に元のMACアドレスをバックアップします
- この変更により一時的にネットワーク接続が影響を受ける可能性があります
- 実行中にこのステップをスキップすることができます
Cursorがサポートされていない新しいバージョンに自動的に更新されるのを防ぐために、自動更新機能を無効にすることができます。
リセットツールを実行するとき、スクリプトは自動更新を無効にするかどうかを尋ねます:
[質問] Cursorの自動更新機能を無効にしますか? 0) いいえ - デフォルト設定を維持(Enterキーを押す) 1) はい - 自動更新を無効にする
1を選択して無効化操作を自動的に完了します。
Windows:
%LOCALAPPDATA%\cursor-updatermacOS:
# 注意: テスト済みでは、この方法はバージョン0.45.11およびそれ以前のバージョンでのみ機能します。
# Cursorを閉じます
pkill -f "Cursor"
# app-update.ymlを空の読み取り専用ファイルに置き換えます
cd /Applications/Cursor.app/Contents/Resources
mv app-update.yml app-update.yml.bak
touch app-update.yml
chmod 444 app-update.yml
# 設定 -> アプリケーション -> 更新、モードをnoneに設定します。
# これを行わないと、Cursorは更新をチェックし続けます。
# 注意: cursor-updaterの変更方法はもはや有効ではないかもしれません
# いずれにせよ、更新ディレクトリを削除し、ブロックファイルを作成します
rm -rf ~/Library/Application\ Support/Caches/cursor-updater
touch ~/Library/Application\ Support/Caches/cursor-updater
Linux:
# Cursorを閉じます
pkill -f "Cursor"
# 更新ディレクトリを削除し、ブロックファイルを作成します
rm -rf ~/.config/cursor-updater
touch ~/.config/cursor-updater
⚠️ 注意: 自動更新を無効にした後、新しいバージョンを手動でダウンロードしてインストールする必要があります。新しいバージョンが互換性があることを確認した後に更新することをお勧めします。
これらのメッセージのいずれかに遭遇した場合:
Too many free trial accounts used on this machine. Please upgrade to pro. We have this limit in place to prevent abuse. Please let us know if you believe this is a mistake.
[New Issue] Composer relies on custom models that cannot be billed to an API key. Please disable API keys and use a Pro or Business subscription. Request ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
これは、VIP無料試用期間中に使用制限に達したことを示しています:
You've reached your trial request limit.
High Load We're experiencing high demand for Claude 3.7 Sonnet right now. Please upgrade to Pro, or switch to the 'default' model, Claude 3.5 sonnet, another model, or try again in a few moments.
一時的な解決策:
上記の解決策が機能しない場合は、次のことを試してください:
Claude 3.7 Sonnetの"High Load"メッセージが表示された場合、これはCursorが特定の時間帯に無料試用アカウントの3.7モデルの使用を制限していることを示しています。次のことを試してください:
注意: Cursorがリソース配分ポリシーを調整するにつれて、これらのアクセスパターンは変更される可能性があります。
|
Windows ✅
|
macOS ✅
|
Linux ✅
|
macOS
# 方法2
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh -o ./cursor_mac_id_modifier.sh && sudo bash ./cursor_mac_id_modifier.sh && rm ./cursor_mac_id_modifier.sh
Linux
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_linux_id_modifier.sh | sudo bash
Windows
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
Windows (強化版)
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
デュアルモード操作とトライアルリセット機能を備えた強化版Cursorマシンコード修正ツール
macOS
curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh -o ./cursor_mac_id_modifier.sh && sudo bash ./cursor_mac_id_modifier.sh && rm ./cursor_mac_id_modifier.sh
Linux
curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_linux_id_modifier.sh | sudo bash
Linuxユーザーへの注意: スクリプトは、一般的なパス(
/usr/bin,/usr/local/bin,$HOME/.local/bin,/opt/cursor,/snap/bin)の確認、which cursorコマンドの使用、および/usr、/opt、$HOME/.localディレクトリ内の検索によって、Cursor のインストールを見つけようとします。Cursorが他の場所にインストールされているか、これらの方法で見つからない場合、スクリプトは失敗する可能性があります。これらの標準的な場所または方法のいずれかを通じてCursorにアクセスできることを確認してください。
Windows
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
Windows (強化版)
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
デュアルモード操作とトライアルリセット機能を備えた強化版Cursorマシンコード修正ツール
1. Win + Xキーの組み合わせを押します
2. メニューから次のオプションのいずれかを選択します:
- "Windows PowerShell (管理者)"
- "Windows Terminal (管理者)"
- "ターミナル (管理者)"
(Windowsのバージョンによってオプションが異なる場合があります)
1. Win + Rキーの組み合わせを押します
2. 実行ダイアログにpowershellまたはpwshと入力します
3. Ctrl + Shift + Enterを押して管理者として実行します
または開いたウィンドウに次のように入力します: Start-Process pwsh -Verb RunAs
4. 管理者ターミナルにリセットスクリプトを入力します:
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
強化版スクリプト:
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
検索ボックスにpwshと入力し、右クリックして「管理者として実行」を選択します
管理者ターミナルにリセットスクリプトを入力します:
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
強化版スクリプト:
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
システムにPowerShellがインストールされていない場合は、次の方法でインストールできます:
winget install --id Microsoft.PowerShell --source winget
システムに適したインストーラーをダウンロードします:
ダウンロードしたインストーラーをダブルクリックし、インストールの指示に従います
💡 問題が発生した場合は、Microsoft公式インストールガイドを参照してください
これで完了です!スクリプトは次のことを行います:
リリースからシステムに適したファイルをダウンロードします
cursor-id-modifier_windows_x64.execursor-id-modifier_windows_x86.execursor-id-modifier_darwin_x64_intelcursor-id-modifier_darwin_arm64_apple_siliconcursor-id-modifier_linux_x64cursor-id-modifier_linux_x86cursor-id-modifier_linux_arm64プログラムはCursorのstorage.json構成ファイルを変更します。場所は次のとおりです:
%APPDATA%\Cursor\User\globalStorage\storage.json~/Library/Application Support/Cursor/User/globalStorage/storage.json~/.config/Cursor/User/globalStorage/storage.jsonツールは次の新しい一意の識別子を生成します:
telemetry.machineIdtelemetry.macMachineIdtelemetry.devDeviceIdtelemetry.sqmIdWindowsユーザーは自動更新機能を手動で無効にすることができます:
C:\Users\username\AppData\Local\cursor-updatercursor-updater(拡張子なし)macOS/Linuxユーザーはシステム内で同様のcursor-updaterディレクトリを見つけて同じ操作を行うことができます。
⚠️ 重要: このツールはWindowsレジストリを変更します
コンピュータ\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CryptographyMachineGuidこのレジストリキーを変更すると、次のことに影響を与える可能性があります:
自動バックアップ
%APPDATA%\Cursor\User\globalStorage\backupsMachineGuid.backup_YYYYMMDD_HHMMSS手動復元手順
コンピュータ\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CryptographyMachineGuidを右クリックします
WeChat Pay![]() 要到饭咧?啊咧?啊咧?不给也没事~ 请随意打赏 |
Alipay![]() 如果觉得有帮助,来包辣条犒劳一下吧~ |
Alipay![]() 1 Latiao = 1 AI thought cycle |
WeChat![]() 二维码7天内(9月29日前前)有效,过期请加微信或者公众号`煎饼果子卷AI` |
新しい強化スクリプトに関するフィードバックをお待ちしています!cursor_win_id_modifier.ps1 スクリプトをお試しいただいた方は、ぜひご体験をお聞かせください:
皆様のフィードバックは、すべてのユーザーのためにツールを改善するのに役立ちます。お気軽にissueを開いたり、プロジェクトに貢献してください!
Copyright (c) 2024
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.