Home ChungLab Wiki
    • 설명
    • 못 고치는 문서
    • Menu
      • Navigation
      • RecentChanges
      • FindPage
      • 사이트맵
      • Help
      • HelpContents
      • HelpOnMoinWikiSyntax
      • 보기
      • 첨부
      • 정보
      • 원문 보기
      • 인쇄용 화면
      • 수정
      • 로드
      • 저장
    • 로그인

    Navigation

    • FindPage
    • HelpContents
    • FunReading

    Upload page content

    You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

    File to load page content from
    Page name
    설명

    • ComputerTips
    • Windows

    Windows Tips

    • Win10에서 bash 이용

    • 윈도우11 계정명, 계정 폴더 이름 변경 방법

    서울대 라이센스 인증

    다음을 다운 받아 [관리자 권한으로 실행]하기: 서울대 IP주소 필요

    • ActivateWin10.bat

    • ActivateWin8.bat

    • ActivateWin7.bat

    • ActivateOffice2016_64.bat

    • ActivateOffice2016_32.bat

    MS Remote Desktop

    접속포트 변경

    • 기본포트: 3389
    • 포트 변경 Script.cmd
         1 @echo off
         2 echo            원격 데스크톱 포트 변경하기
         3 echo            지원 OS : 윈도우 비스타, 7, 2008, 2008 R2
         4 echo.
         5 set /p port=포트 번호 입력 : 
         6 reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
         7 reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v PortNumber /t REG_DWORD /d %port% /f
         8 if errorlevel 1 (
         9         cls
        10         echo.
        11         echo.
        12         echo 우클릭 해서 관리자 권한으로 실행해주세요.
        13         pause>nul
        14         exit
        15 )
        16 netsh advfirewall firewall add rule name="원격 데스크톱 %port%" dir=in action=allow protocol=tcp localport=%port%
        17 net stop /y TermService
        18 net start /y TermService
        19 echo 모든 작업이 완료되었습니다.
        20 pause>nul
        21 exit
      

    동시 두명 이상 접속

    관련정보

    1. Download latest zip from https://github.com/stascorp/rdpwrap/releases

    2. 관리자 권한으로 install.bat 실행, 설치
    3. 관리자 권한으로 RDPConfig.exe 해서 설정

    MacOS

    Connect to MS Windows computer using Remote Desktop Connection

    • Mac 용 Client: App Store (무료)

    Copyright © ChungLab. Built on MoinMoin and Bootstrap. All Rights Reserved.