0) pstools 다운로드
1)
먼저 shutdown 시키려는 컴터에서 포트 열고 정책 변경 작업을 해놔야 한다.
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f
netsh advfirewall firewall add rule name="TCP-445" dir=in action=allow protocol=tcp localport=445
2)
-u / -p 부분은 맞는 것으로 변경.
-t 1 : 1초후에 shutdown 하라는 것
-s : 셧다운
-r : 리부팅
-f : 강제
c:\pstools\psshutdown -s -f -t 1 -u remote -p 0000 \\192.168.0.251
c:\pstools\psshutdown -s -f -t 1 -u remote -p 0000 \\192.168.0.252
c:\pstools\psshutdown -s -f -t 1 -u remote -p 0000 \\192.168.0.253
c:\pstools\psshutdown -s -f -t 1 -u remote -p 0000 \\192.168.0.250
'컴퓨터 이야기~ > 소프트웨어' 카테고리의 다른 글
baytrail, 32bit EFI, ubuntu 설치 (0) | 2021.12.28 |
---|---|
Photoshop 6: Unable to continue because of a hardware or system error. (0) | 2020.12.27 |
Wake On Lan , 윈도우 console 프로그램 (0) | 2016.01.22 |
Visual Studio 설치후 Excel 2002 (XP) 종료시 에러 문제 (0) | 2015.10.08 |
소니 Z3 compact (Z3C) 마이크 볼륨이 작은 문제 해결법 (0) | 2015.09.27 |