"Windows 10"의 두 판 사이의 차이

오픈소스 비즈니스 컨설팅
둘러보기로 가기 검색하러 가기
11번째 줄: 11번째 줄:
 
##[http://www.greeninet.or.kr/PI_FILTERING/jsp2/program/i_addiction_3.jsp 그린 i-Net]
 
##[http://www.greeninet.or.kr/PI_FILTERING/jsp2/program/i_addiction_3.jsp 그린 i-Net]
 
##[https://m.blog.naver.com/PostView.nhn?blogId=uninote1&logNo=100046385842&categoryNo=28&proxyReferer=&proxyReferer=https%3A%2F%2Fwww.google.com%2F 아리]
 
##[https://m.blog.naver.com/PostView.nhn?blogId=uninote1&logNo=100046385842&categoryNo=28&proxyReferer=&proxyReferer=https%3A%2F%2Fwww.google.com%2F 아리]
 +
##[http://freethink.tistory.com/165 아이키퍼]
 
#PowserShell로 시간 제한
 
#PowserShell로 시간 제한
 
#컴퓨터 원격 종료
 
#컴퓨터 원격 종료

2018년 3월 25일 (일) 12:29 판

Windows 10을 정리 한다.

컴퓨터 사용 시간 확인

컴퓨터 사용 시간 제한

  1. Windows에서 제공하는 자녀
  2. 외부 프로그램 사용
    1. 그린 i-Net
    2. 아리
    3. 아이키퍼
  3. PowserShell로 시간 제한
  4. 컴퓨터 원격 종료

Windows 10

  • 권한 설정 : "관리도구 > 로컬보안정책 > 보안 설정 > 로컬 정책 > 사용자 권한 할당" 메뉴에서 일괄 작업으로 로그온에 예약 작업을 실행하는 계정을 등록 합니다.

c:\windows\system32\WindowsPowerShell\v1.0\powershell.exe -noprofile -executionpolicy bypass -file "C:\windows\system32\service32.ps1"

$status = "off"
$web = New-Object Net.WebClient
Try {
    $status = $web.DownloadString("http://www.jopenbusiness.com/onoff.php")
    # $status = Invoke-WebRequest "http://www.jopenbusiness.com/onoff.php"
} Catch {
    Start-Sleep -s 30
    Try {
        $status = $web.DownloadString("http://www.jopenbusiness.com/onoff.php")
        # $status = Invoke-WebRequest "http://www.jopenbusiness.com/onoff.php"
    } Catch {
        C:\Windows\System32\shutdown -s -t 1 -f -c
        # Stop-Computer
    }
}

if ($status -eq "off") {
    C:\Windows\System32\shutdown -s -t 1 -f -c
    # Stop-Computer
}


net user whkim /times:all
net user whkim /times:"Tuesday-Thursday,18:00-20:00;Saturday-Sunday,19:00-21:00" 
net user whkim

월 Monday        M
화 Tuesday       Tu
수 Wednesday     W
목 Thursday      Th
금 Friday        F
토 Saturday      Sa
일 Sunday        Su

유용한 Tip

  • 시작 프로그램 : Windows_R, shell:startup