I have one gadget that has a memory leak and every so often I turn off the sidebar and restart it.
I made a bat file to kill the sidebar:
-------------------------------------------
tskill sidebar
if %errorlevel%==1 start sidebar
-------------------------------------------
and am using:
(C:\Windows\winsxs\amd64_microsoft-windows-sidebar_31bf3856ad364e35_6.1.7601.17514_none_2d02b12c3d47a517\sidebar.exe)
to restart.
Created a couple shortcuts on the desktop and this works manualy and now I need to put this in Task Scheduler so it will auto turn off and on every few hours and I can not get it to work???????????????
You guys have any idea how to set this to work correctly?
