{"id":26607050,"url":"https://github.com/fisapool/cursor-reset-reinstall","last_synced_at":"2025-03-23T22:36:36.243Z","repository":{"id":282180601,"uuid":"947727458","full_name":"fisapool/Cursor-Reset-Reinstall","owner":"fisapool","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-13T07:09:46.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T08:19:27.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fisapool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-13T06:40:14.000Z","updated_at":"2025-03-13T07:43:41.000Z","dependencies_parsed_at":"2025-03-13T08:19:29.656Z","dependency_job_id":"caf23283-6e02-4a13-9e72-4ab36fcd0193","html_url":"https://github.com/fisapool/Cursor-Reset-Reinstall","commit_stats":null,"previous_names":["fisapool/cursor-reset-reinstall"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fisapool%2FCursor-Reset-Reinstall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fisapool%2FCursor-Reset-Reinstall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fisapool%2FCursor-Reset-Reinstall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fisapool%2FCursor-Reset-Reinstall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fisapool","download_url":"https://codeload.github.com/fisapool/Cursor-Reset-Reinstall/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245180725,"owners_count":20573707,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-23T22:36:21.787Z","updated_at":"2025-03-23T22:36:36.230Z","avatar_url":"https://github.com/fisapool.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FISACursor Reset Tool - User Guide\n\n## Overview\n\nThe Cursor Reset Tool is a powerful utility designed to help you completely reset and reinstall the Cursor application when you encounter issues such as:\n\n- Trial account limitations\n- Performance problems\n- Installation corruption\n- Version compatibility issues\n\nThis tool provides a user-friendly interface to safely uninstall your current Cursor installation and install a fresh copy with your preferred version.\n\n## Files Included\n\nThis package contains two essential files:\n\n1. **cursor_reset.bat** - The main launcher with a user-friendly interface\n2. **cursor_win_debug.ps1** - The PowerShell script that performs the actual reset operations\n\n## Requirements\n\n- Windows 10 or Windows 11\n- Administrator privileges\n- Internet connection (for downloading Cursor)\n- PowerShell 5.1 or higher\n\n## Installation\n\n1. Create a new folder on your PC (e.g., \"CursorTools\")\n2. Copy both `cursor_reset.bat` and `cursor_win_debug.ps1` to this folder\n3. Ensure both files are in the same directory\n\n## Usage Instructions\n\n### Method 1: Using the Batch File (Recommended)\n\n1. **Close Cursor Application**\n   - Ensure all Cursor processes are completely closed before proceeding\n\n2. **Run as Administrator**\n   - Right-click on `cursor_reset.bat`\n   - Select \"Run as administrator\"\n   - If prompted by User Account Control (UAC), click \"Yes\"\n\n3. **Follow the Menu Prompts**\n   - The tool will display a simple menu interface\n   - Select option \"A\" to reset Cursor\n\n4. **Choose Cursor Version**\n   - Select your preferred Cursor version:\n     - Option 1: Build 250207 (Latest)\n     - Option 2: Build 250103 (Stable)\n\n5. **Wait for Completion**\n   - The tool will:\n     - Force close any running Cursor processes\n     - Uninstall the current Cursor version\n     - Download the selected version\n     - Install the fresh copy\n     - Generate a detailed debug report\n\n6. **Restart Your Computer**\n   - For best results, restart your computer after the installation completes\n\n### Method 2: Direct PowerShell Execution\n\nAdvanced users can run the PowerShell script directly:\n\n1. Open PowerShell as Administrator\n2. Navigate to the script directory:\n   ```powershell\n   cd \"path\\to\\your\\folder\"\n   ```\n3. Set execution policy:\n   ```powershell\n   Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process\n   ```\n4. Run the script with parameters:\n   ```powershell\n   .\\cursor_win_debug.ps1 -Version \"250207\" -AutoInstall\n   ```\n\n## Parameters\n\nThe PowerShell script supports the following parameters:\n\n- **-Version**: Specifies the Cursor version to install\n  - \"250207\" - Latest version (default)\n  - \"250103\" - Stable version\n  - \"latest\" - Always uses the most recent version\n\n- **-AutoInstall**: Controls automatic installation\n  - $true - Automatically installs Cursor (default)\n  - $false - Downloads only, manual installation required\n\n## Troubleshooting\n\nIf you encounter issues:\n\n1. **Script Won't Run**\n   - Ensure you're running as Administrator\n   - Try setting the execution policy: `Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process`\n\n2. **Download Fails**\n   - Check your internet connection\n   - Try the alternative version (250103)\n   - Verify firewall/antivirus isn't blocking the download\n\n3. **Installation Errors**\n   - Check the log file in `%USERPROFILE%\\AppData\\Local\\Cursor\\Logs`\n   - Ensure no Cursor processes are running\n   - Try manual installation with the downloaded file\n\n## Log Files\n\nThe tool generates detailed logs to help diagnose issues:\n\n- Debug logs: `%USERPROFILE%\\AppData\\Local\\Cursor\\Logs\\cursor_debug_[timestamp].log`\n- Debug report: `%USERPROFILE%\\AppData\\Local\\Cursor\\Logs\\cursor_debug_report.txt`\n\n## Safety Features\n\nThis tool includes several safety measures:\n\n- Automatic administrator privilege verification\n- Process termination confirmation\n- Error handling with detailed logging\n- Version fallback if download fails\n\n## Additional Notes\n\n- The tool will automatically respond \"Yes to All\" to any prompts during execution\n- After installation, you may need to sign in with your Cursor account\n- For best results, use this tool in conjunction with the Cursor ID Reset Tool if you're experiencing trial limitations\n\n## Support\n\nIf you encounter any issues or have questions, please:\n\n1. Check the log files for error details\n2. Refer to the main project repository for updates\n3. Submit issues through the project's issue tracker\n\n# FISAMY\n\n![License: Proprietary](https://img.shields.io/badge/License-FISAMY%20Proprietary-red.svg)\n\n🔒 **FISAMY PROPRIETARY SOFTWARE**\n©️ 2025 All Rights Reserved\n\n\n⚠️ **IMPORTANT**: This is proprietary software. No permission is granted for:\n- Copying\n- Modification\n- Distribution\n- Commercial use\n\nwithout explicit written permission from FISAMY.\n\nFor licensing inquiries, contact: open@fisamy.work\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffisapool%2Fcursor-reset-reinstall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffisapool%2Fcursor-reset-reinstall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffisapool%2Fcursor-reset-reinstall/lists"}