Node.js 자바스크립트 호스팅 서버 실습 https://opentutorials.org/course/3332/21029 위 사이트를 참고하며 공부함 자바스크립트 파일을 생성해서
더 읽기 »Windows Server 2012 R2: 프로그램을 명령 프롬프트에서 제거해보자
http://www.tech-recipes.com/rx/2947/windows_uninstall_application_command_line/ 위 링크를 참고함. 이렇게 프로그램이 설치되어 있다. 마우스로 프로그램을 제거해도 좋겠지만, Wmic를 이용해서 프로그램 목록을 본 뒤, product get name product where name=”Microsoft Silverlight” call uninstall /nointeractive 위 명령으로 삭제 가능.(/nointeractive 스위치는 예/아니오 묻는 창을 생략) 삭제됨.
더 읽기 »Windows Server 2012 R2: 로그오프하기
1. Shutdown.exe 사용 shutdown -l 로그오프됨. 2. logoff.exe 사용 PowerShell로 구문 찾아봄. logoff.exe가 있네? 과감히 logoff 로그오프 ;; [예제] Logoff.exe Examples To log off a user from the current session, type: logoff To log off a user from a session by using the session’s ID, for example session 12, type: logoff 12 To log off a user from a session …
더 읽기 »