Install putty
close.bat
putty.exe -ssh -2 -l root -pw password -m c:\close.sh 192.168.1.1
close.sh
#!/bin/bash shutdown -h -P now