echo Comment out uneeded services
echo e.g. rem net stop "ftp publishing service"
net stop "world wide web publishing service"
net stop "ftp publishing service"
net stop "microsoft smtp service"
net stop "content index"
net stop "iis admin service"
net Start "world wide web publishing service"
net Start "ftp publishing service"
net Start "microsoft smtp service"
net Start "content index"