반응형

2016/02/14 4

윈도우 예약종료 예약취소

윈도우 예약 종료 하기 윈도우 명령어로 예약 종료를 할 수 있습니다. shutdown -s -t 시간 시간은 3600이 1시간입니다. 2시간은 7200 예) shutdown -s -t 3600 shutdown -s -t 7200 이렇게 넣으면 지정 시간이 되면 자동으로 윈도우가 종료합니다. 네모박스에 종료 명령어를 입력 그럼 윈도우 우측 하단에 위와 같이 나옵니다. 예약을 취소 하려면 shutdown -a 아래와 같이 나옵니다.

TIP 2016.02.14

자바스크립트 시작페이지 즐겨찾기

1.자바스크립트 시작페이지 익스플로러에서만 작동합니다. 시작 페이지 2.자바스크립트로 즐겨찾기추가 만들기 if(window.opera) {if ($("a.jqbookmark").attr("rel") != ""){ // don't overwrite the rel attrib if already set$("a.jqbookmark").attr("rel","sidebar");}} $("a.jqbookmark").click(function(event){event.preventDefault(); // prevent the anchor tag from sending the user off to the linkvar url = this.href;var title = this.title; if (window.sideba..

IT/제이쿼리 2016.02.14
반응형