C:\Users\Usuario\Downloads\Compressed\PSTools>psexec -u csjar\xxxx -p *** \\ip cmd
reinciar
C:\Windows\system32>shutdown /r /t 0 /c "Esto es una prueba"
apagar
C:\Windows\system32>shutdown /s /t 0 /c "Esto es una prueba"
cancelar
C:\Windows\system32>shutdown -a
*************************************************************
C:\Users\Usuario\Downloads\Compressed\PSTools>psshutdown -r -u usuario -p 123456 \\192.168.1.10
http://blog.tecnozila.com/aprendizaje/uso-de-psexec-para-ejecucion-de-tareas-remotas/#:~:text=Ejemplo%20de%20uso%20de%20consola%20remota%20(PSexec)%3A&text=Con%20esto%20obtenemos%20acceso%20a,ejecutar%20cualquier%20clase%20de%20comando.&text=Este%20comando%20ejecutar%C3%A1%20la%20calculadora%20de%20Windows%20en%20el%20equipo%20remoto.
https://chcamp17.com/es/2-shutdown-reboot-remote-computer-from-command-line.html
2022
https://superuser.com/questions/1380430/psexec-treats-second-remote-computer-in-list-as-a-program-name
****************************************************************************
To enable RDP:
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
To disable RDP:
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 1 /f
No hay comentarios:
Publicar un comentario