Facebook
From Gray Owl, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 262
  1. @echo off
  2. cls
  3.   xcopy "C:\users\dbes00\desktop\test_office_unistaller\run.bat" "\\10.255.131.14\c$\users\install\desktop\"
  4.   xcopy "C:\users\dbes00\desktop\test_office_unistaller\uninstall.ps1" "\\10.255.131.14\c$\users\install\desktop\"
  5.   powershell psexec -nobanner -s \\10.255.131.14 -u install -p 1n$t@LL$dW cmd /c "C:\users\install\desktop\run.bat"
  6. pause