Yui_Astin

Manhattan Cafe Cursor Pack by pixloen bat installer

Jul 16th, 2025 (edited)
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.97 KB | None | 0 0
  1. @echo off
  2. setlocal
  3.  
  4. set "cursorPath=D:\Cursor\Manhattan Cafe Cursor Pack by pixloen\Windows"
  5. set "schemeName=Manhattan Cafe Cursor Pack by pixloen"
  6.  
  7. set "schemeValue=%cursorPath%\Normal Select.ani,%cursorPath%\Help Select.ani,%cursorPath%\Working in Background.ani,%cursorPath%\Busy.ani,%cursorPath%\Precision Select.ani,%cursorPath%\Text Select.ani,%cursorPath%\Handwriting.ani,%cursorPath%\Unavailable.ani,%cursorPath%\Vertical Resize.ani,%cursorPath%\Horizontal Resize.ani,%cursorPath%\Diagonal Resize 1.ani,%cursorPath%\Diagonal Resize 2.ani,%cursorPath%\Move.ani,%cursorPath%\Alternate Select.ani,%cursorPath%\Link Select.ani,%cursorPath%\Person Select.ani,%cursorPath%\Location Select.ani"
  8.  
  9. :: Save the scheme for UI dropdown
  10. reg add "HKCU\Control Panel\Cursors\Schemes" /v "%schemeName%" /t REG_SZ /d "%schemeValue%" /f
  11.  
  12. :: Refresh settings
  13. RUNDLL32.EXE USER32.DLL,UpdatePerUserSystemParameters
  14.  
  15. echo Manhattan Cafe Cursor Pack by pixloen installed successfully!
  16. pause
Advertisement
Add Comment
Please, Sign In to add comment