Skip to content

A PowerShell script for automating custom cursor installation on Windows.

License

Notifications You must be signed in to change notification settings

ajsem1337/CustomCursorInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom Cursor Installer

A PowerShell script to automate the installation of custom cursors on Windows.

Features

  • Installs custom cursors and applies them automatically.
  • Refreshes the cursor scheme without requiring a restart or logout.
  • Minimizes unnecessary error pop-ups.
  • Includes two new animated cursors: person.ani and pin.ani.
  • Provides a seamless experience when applying the UwU cursor scheme.

Requirements

  • PowerShell execution policy must allow running scripts (ExecutionPolicy Bypass recommended).
  • Windows 10/11.
  • PowerShell running as Administrator.

Installation

  1. Download the files:

    • Option 1: Download the ZIP from the Releases.

    • Option 2: Clone the repository using:

      git clone https://github.com/ajsem1337/CustomCursorInstaller.git
  2. Run the script: Open PowerShell as Administrator, navigate to the folder where the script is located, and run:

    cd path\to\CustomCursorInstaller
    powershell -ExecutionPolicy Bypass -File .\InstallCursor.ps1
  3. Automatic scheme application: The script automatically applies the UwU scheme and opens the mouse settings panel.

    If Windows still shows None as the selected scheme, simply click OK or Apply to confirm the settings.

Notes

  • Cursor scheme now refreshes automatically The script forces Windows to apply the new scheme without requiring a logout or reboot.

  • "None" in the mouse settings? Even if Windows displays None, the cursors are applied correctly. You can manually reselect UwU from the dropdown if needed.

  • Less intrusive error messages The script minimizes unnecessary pop-ups, providing a smoother installation experience.

  • New cursors added The person.ani and pin.ani cursors were missing in the original pack and have been created and included in this update.

  • Contributions welcome If you have ideas for improving the script, feel free to submit a pull request!

Files

  • InstallCursor.ps1 – The script that installs the custom cursors.
  • Cursor/ – The folder containing .ani cursor files.

About

A PowerShell script for automating custom cursor installation on Windows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published