This is simple scripts for cancel all print job with psexec tool on remote computer without log in on remote computer. You must be local administrator on remote mashine. @echo "____________________________________________________" @echo "| Remote Print cancel V1.0 by Amir |" @echo "| |" @echo "|To finnish session, type 'EXIT'! |" @echo "|__________________________________________________|" @echo "" @echo "" @echo "INPUT REMOTE COMPUTER NAME" @echo off set /p input=Type input: c:\pstools\psexec.exe -s \\%input% -c \\...