Description
##Thx to Brentb######
@echo off echo "Enter Computername or IP:" set /p ComputerName= echo %ComputerName% copy "C:\RA\RAWIN7.exe" "\\%ComputerName%\C$\RAWIN7.exe" /y C:\pstools\psexec /accepteula -i -h -d \\%ComputerName% C:\RAWIN7.exe start /d "C:\RA" ra.lnk echo "Press any key after you click Request Control" pause C:\pstools\psexec /accepteula -i -h -d \\%ComputerName% C:\RAWIN7.exe
No comments:
Post a Comment