Recycle/Reset application pool aka App pool on specific date time from command line
I have not found direct solution resetting app pool on specific date time. you can use following commands you can achieve it.%windir%\system32\inetsrv/appcmd recycle apppool /apppool.name:rajMittal
you can put above command in batch file and schedule it using Windows Scheduler.