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
Post a Comment