@echo off @REM Small script to rename an executable that causes problems with Silverlight/Wacom tablet @REM Made By Jason H. @REM Available at http://www.404techsupport.com if exist c:\windows\syswow64\WISPTIS.EXE ( del c:\Windows\Syswow64\WISPTIS_old.exe ren c:\Windows\Syswow64\WISPTIS.exe WISPTIS_old.exe ) exit