A PowerShell script to automate the installation of custom cursors on Windows.
- 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
andpin.ani
. - Provides a seamless experience when applying the
UwU
cursor scheme.
- PowerShell execution policy must allow running scripts (
ExecutionPolicy Bypass
recommended). - Windows 10/11.
- PowerShell running as Administrator.
-
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
-
-
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
-
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.
-
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 reselectUwU
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
andpin.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!
InstallCursor.ps1
– The script that installs the custom cursors.Cursor/
– The folder containing.ani
cursor files.