Files
Microsoft-Rewards-Bot/docs/account-creation.md

18 lines
468 B
Markdown

# Account Creation Mode
## What it does
Creates new Microsoft accounts and prepares them for Rewards.
## How to use
1. Make sure you accept the risk of new accounts being flagged if used immediately.
2. Run `npm run creator` for prompts, or add `-y` plus a recovery email for faster setup.
3. Let new accounts rest for a few weeks before earning points.
## Example
```bash
npm run creator -- -y backup@example.com
```
---
**[← Back to Documentation](index.md)**