547 words
3 minutes
I Installed Cursor on Windows

Introduction#

I recently registered for Cursor’s student discount. When I researched installation methods, most articles were for Mac, so I’ve compiled the Windows version steps here.

If you want to know how to register for the student discount, please refer to the following page:
How to Apply for Cursor Student Plan


Installation Steps#

Here’s how to install Cursor for Windows.

1. Get the Installer#

Download the installer from the “Download for Windows” button on the official website.
Cursor Official Website

Download button on Cursor official website

Note
If you see downloads for other platforms (like Mac), click “All Downloads” and select Windows (Arm or x64).

Download option selection screen

How to Check if Your CPU is x64 or Arm#

Most Windows PCs are x64, but if you’re unsure, you can check using the method in this article:
How to Check CPU Architecture on Windows

2. Run the Installer#

You cannot proceed without agreeing to the terms of use. Even though I know it’s necessary, I always think it’s unnecessary
License agreement screen

Specify the installation destination for the editor. If you have no particular preference, default is recommended.
Installation folder selection

Next, perform Start Menu registration. The default is fine here too.
Start menu settings

Options are displayed, but only adding to PATH is necessary (extremist view)
Additional options selection

Just follow the wizard by clicking through. When the following screen appears, you’re done.
Setup completion screen

3. Initial Setup#

Various settings run on first startup. In this example, the extension installation screen is displayed.
Extension installation

NOTE

If you have the Copilot extension in VS Code, it will automatically be added to Cursor as well. Disable it if you don’t need it.
Example of disabling Copilot extension

You can choose themes and key bindings according to your preference. If you’re unsure, the default is OK.

At the end of the settings screen, options regarding data sharing are displayed. By default, sharing is enabled and you can’t turn it off here, which is troublesome. If you want to disable it, refer to the next section.
Data sharing settings screen


Turning Off Data Sharing#

WARNING

Since data sharing is enabled by default, be sure to change the settings if you value privacy.

The fact that data sharing is enabled by default is concerning. Click the ⚙️ (settings icon) in the top right → set Privacy Mode to Enable to turn it off.
Enable Privacy Mode

TIP

When Privacy Mode is enabled, automatic code transmission is disabled. You can use AI functions manually as needed.


Hello World with Cursor#

NOTE

When using Cursor for the first time, you may need to set up your Python environment.

It’s standard to end articles like this with Hello World, so here I’ll try it with Python.

  1. Enter the following prompt in the chat field at the bottom right
    Make Hello World with python
  2. After script generation, a confirmation dialog appears each time, so switching to auto-execution is convenient.
    Auto-execution settings
CAUTION

When auto-execution is enabled, AI-generated code runs without confirmation. Use carefully on important projects.

Warnings are also displayed carefully. Since major changes may be made, I recommend taking measures such as creating a branch.
Warning dialog

IMPORTANT

If you’re using a version control system (Git), be sure to create a working branch before testing AI-generated code.

Finally, if Hello World is output to the terminal, you’ve succeeded.
Hello World execution result

It worked more smoothly than VS Code’s Copilot, which was a bit moving.


Summary#

What an easy era it is when LLMs write code for us (by a young person).
Let’s use what we can use and polish what LLMs can’t do.

I Installed Cursor on Windows
https://naonao-na.com/en/posts/cursor-install-windows/
Author
[object Object]
Published at
2025-06-10