A tool For Fucking "I mean" Resetting Cursor IDE Device Identifiers on macOS & Windows, So you can use UNLIMITED accounts as much as you want.
macOS: Use
reset.sh(bash script) - Jump to macOS GuideWindows: Use
reset.ps1(PowerShell) - Jump to Windows Guide
- ✅ Resets all device identifiers
- ✅ Creates backups automatically
- ✅ Includes restore functionality
- ✅ Handles code signing
- ✅ Works with Cursor & Qoder IDEs
- macOS 10.13+
- Cursor IDE or Qoder IDE
- Terminal access
curl -fsSL https://raw.githubusercontent.com/AhmedAlNeaimy/cursor_fucked/refs/heads/main/reset.sh -o ~/cursor_fucked.shchmod +x ~/cursor_fucked.sh
sudo cp ~/cursor_fucked.sh /usr/local/bin/cursor_fuckedcursor_fucked --app CursorReset Device IDs:
- Sign out from Cursor
- Close Cursor completely
- Run:
cursor_fucked --app Cursor- Start Cursor and sign in with a new account
Restore Original Setup:
cursor_fucked --app Cursor --restoreReset Device IDs:
- Sign out from Qoder
- Close Qoder completely
- Run:
cursor_fucked --app Qoder- Start Qoder and sign in with a new account
Restore Original Setup:
cursor_fucked --app Qoder --restoreIf you don't want to install the command, use these one-liners:
Reset Cursor:
curl -fsSL https://raw.githubusercontent.com/AhmedAlNeaimy/cursor_fucked/refs/heads/main/reset.sh | bashReset Qoder:
curl -fsSL https://raw.githubusercontent.com/AhmedAlNeaimy/cursor_fucked/refs/heads/main/reset.sh | bash -s -- --app QoderRestore:
curl -fsSL https://raw.githubusercontent.com/AhmedAlNeaimy/cursor_fucked/refs/heads/main/reset.sh | bash -s -- --restoreForce Quit Cursor/Qoder:
If the IDE won't close:
pkill -9 Cursoror
pkill -9 Qoder- Windows 10/11
- PowerShell 5.0 or higher
- Cursor IDE or Qoder IDE
- Administrator privileges (recommended)
Open PowerShell and run:
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/AhmedAlNeaimy/cursor_fucked/refs/heads/main/reset.ps1" -OutFile "$env:USERPROFILE\cursor_fucked.ps1"Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser& "$env:USERPROFILE\cursor_fucked.ps1" -App CursorReset Device IDs:
- Sign out from Cursor
- Close Cursor completely
- Open PowerShell as Administrator (recommended)
- Run:
& "$env:USERPROFILE\cursor_fucked.ps1" -App Cursor- Start Cursor and sign in with a new account
Restore Original Setup:
& "$env:USERPROFILE\cursor_fucked.ps1" -App Cursor -RestoreReset Device IDs:
- Sign out from Qoder
- Close Qoder completely
- Open PowerShell as Administrator (recommended)
- Run:
& "$env:USERPROFILE\cursor_fucked.ps1" -App Qoder- Start Qoder and sign in with a new account
Restore Original Setup:
& "$env:USERPROFILE\cursor_fucked.ps1" -App Qoder -RestoreIf you don't want to save the script, use these one-liners:
Reset Cursor:
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/AhmedAlNeaimy/cursor_fucked/refs/heads/main/reset.ps1" -UseBasicParsing | Invoke-ExpressionReset Qoder:
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/AhmedAlNeaimy/cursor_fucked/refs/heads/main/reset.ps1" -UseBasicParsing | ForEach-Object { Invoke-Expression "$_ -App Qoder" }Force Quit Cursor/Qoder:
If the IDE won't close:
Stop-Process -Name "Cursor" -Forceor
Stop-Process -Name "Qoder" -ForcePowerShell Execution Policy Error:
If you get an execution policy error:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope ProcessAdministrator Privileges:
For best results, run PowerShell as Administrator:
- Right-click on PowerShell
- Select "Run as Administrator"
- Storage File:
%APPDATA%\Cursor\User\globalStorage\storage.json - App Location:
%LOCALAPPDATA%\Programs\Cursor - Backups: Same directory with
.backupor.bakextension
MIT License
Copyright (c) 2025 AhmedAlNeaimy Don't block people from the community for no reason next time "idiot".
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.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Facebook: https://facebook.com/AhmedAlNeaimyOfficial
- Twitter: https://twitter.com/AhmedAlNeaimy
- Instagram: https://instagram.com/Ahmed.AlNeaimy
- GitHub: https://github.com/AhmedAlNeaimy