windows - Attempting to change cursor image with a .BAT file -


i'm trying change default windows cursor default arrow custom one. thing is, need able batch file. 1 thing worked before copy-replace new cursor file c:/windows/cursors, overriding original aero_arrow.cur file, implemented this:

copy %systemroot%\system32\temp\proj\aero_arrow.cur %systemroot%\cursors\ /y 

this overwrote aero_arrow.cur new aero_arrow.cur, changing cursor.

however, isn't working anymore, , i'm not sure why. ideas?

i've done kind of thing before except backgrounds. if add start (program) below

"copy %systemroot%\system32\temp\proj\aero_arrow.cur %systemroot%\cursors\ /y"  

its hard stop though if don't use through usb.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -