Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- setlocal
- set "cursorPath=D:\Cursor\Manhattan Cafe Cursor Pack by pixloen\Windows"
- set "schemeName=Manhattan Cafe Cursor Pack by pixloen"
- 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"
- :: Save the scheme for UI dropdown
- reg add "HKCU\Control Panel\Cursors\Schemes" /v "%schemeName%" /t REG_SZ /d "%schemeValue%" /f
- :: Refresh settings
- RUNDLL32.EXE USER32.DLL,UpdatePerUserSystemParameters
- echo Manhattan Cafe Cursor Pack by pixloen installed successfully!
- pause
Advertisement
Add Comment
Please, Sign In to add comment