http://blog.naver.com/e1seung/110172460781



윈도우 시작->실행->cmd 입력후 다음의 명령어를 입력할 것 


  • 무선랜 Enable
netsh interface set interface "무선 네트워크 연결" enable

  • 무선랜 Disable
netsh interface set interface "무선 네트워크 연결" disable

  • 무선랜 연결
netsh wlan connect ssid=YOURSSID name=PROFILENAME interface="무선 네트워크 연결"

  • 무선랜 연결끊기
netsh wlan disconnect






WinCVS 실행하면 한번은 죽어버리고, 다시 실행하면 위와 같은 에러창이 뜬다. 

[아니요]를 클릭하면 진행이 되긴하는데, 매번 이러기 귀찮아서 찾아보니 방법이 있었다.


결론은 cygwin bin디렉토리에서 tcl84.dll을 지웠다.

아래 WinCVS사이트의 코멘트 참조


I have got Cygwin 1.5.7 or later installed and WinCvs hangs or crashes right on startup. What should I do?

This is a known issue that is caused by the TCL DLL distributed with Cygwin which also affects a few other Windows applications which attempt to load the TCL interpreter DLL, e.g. WinGaim. Apparently the Cygwin flavour of tcl84.dll depends on the Cygwin environment being loaded as well which is not the case for WinCvs and shouldn't have to be. This causes the host application (in this case WinCvs) to crash or hang while trying to load the DLL. Other than not even trying to load the DLL there isn't really anything sensible that could be done about this from WinCvs' point of view (see below).

The workaround is to make sure that WinCvs either finds a different tcl84.dll first or none at all. This could be accomplished by any of the following:

  • Rearrange your PATH environment variable so a folder that contains a non-Cygwin tcl84.dll (recommended is the one included in the standard Pythondistribution) comes before the Cygwin one.
  • Uninstall the Tcltk package from your Cygwin installation.
  • Rename or delete the tcl84.dll in your Cygwin bin directory.
  • Remove the Cygwin bin directory from your PATH altogether.

Note that this problem only applies when you have put your Cygwin bin directory on your PATH as that is where WinCvs will by default search for a TCL DLL to use. This could not really be recommended even if this particular issue did not exist (even though it seems that the Cygwin people are actually recommending to do so...). Cygwin effectively creates its own sub-Operating System environment so "letting it out in the open to mix and match" with the Windows-native applications could lead to unpredictable results.

Recent releases of WinCvs have implemented a partial remedy: When a hang or crash occurred while loading DLLs they will detect this and on next startup will offer the option to not load any external DLLs. This will allow users to start WinCvs without crash or hang and then simply go to the preferences to specify a different DLL (on the WinCvs tab of Admin|Preferences.

You can read more about this issue in this thread from the Cygwin mailing list and this report in the CVSGUI bug tracker. Furthermore, the archives of theCVSGUI mailing list are full of posts on the issue as well.


http://cvsgui.sourceforge.net/newfaq.htm#cygwinTcl


taskkill /f /im xxx.exe

taskkill /f /pid xxx


TASKKILL [/S 시스템 [/U 사용자 이름 [/P [암호]]]]
         { [/FI 필터] [/PID 프로세스 id | /IM 이미지 이름] } [/T] [/F]

설명:
    이 도구는 프로세스 ID(PID) 또는 이미지 이름으로 작업을 종료하는 데
    사용합니다.

매개 변수 목록:
    /S    시스템           연결할 원격 시스템을 지정합니다.

    /U    [도메인\]사용자  명령을 실행해야 하는 사용자 컨텍스트를
                           지정합니다.

    /P    [암호]           해당 사용자 컨텍스트의 암호를 지정합니다.
                           생략한 경우에는 물어봅니다.

    /FI   필터             작업 집합을 선택하는 필터를 적용합니다.
                           "*"를 사용할 수 있습니다. 예: imagename eq acme*

    /PID  프로세스_ID      종료할 프로세스의 PID를 지정합니다.
                           TaskList를 사용하여 PID를 얻을 수 있습니다.

    /IM   이미지 이름      종료할 프로세스의 이미지 이름을
                           지정합니다. 와일드카드 문자 '*'를 사용하여
                           모든 작업 또는 이미지 이름을 지정할 수 있습니다.

    /T                     지정된 프로세스와 그 프로세스로부터 시작된
                           모든 자식 프로세스를 종료합니다.

    /F                     프로세스를 강제로 종료하도록 지정합니다.

    /?                     이 도움말 메시지를 표시합니다.

필터:
    필터 이름     유효한 연산자             유효한 값
    -----------   ---------------           -------------------------
    STATUS        eq, ne                    RUNNING |
                                            NOT RESPONDING | UNKNOWN
    IMAGENAME     eq, ne                    이미지 이름
    PID           eq, ne, gt, lt, ge, le    PID 값
    SESSION       eq, ne, gt, lt, ge, le    세션 번호.
    CPUTIME       eq, ne, gt, lt, ge, le    CPU 시간 형식
                                            hh:mm:ss
                                            hh - 시간,
                                            mm - 분, ss - 초
    MEMUSAGE      eq, ne, gt, lt, ge, le    메모리 사용(KB)
    USERNAME      eq, ne                    사용자 이름([domain\]user
                                            형식)
    MODULES       eq, ne                    DLL 이름
    SERVICES      eq, ne                    서비스 이름
    WINDOWTITLE   eq, ne                    창 제목

    참고
    ----
    1) /IM 스위치에 대한 와일드카드 문자 '*'는 필터가 적용될 때만
    사용할 수 있습니다.
    2) 원격 프로세스는 항상 강제적으로(/F) 종료될 수 있습니다.
    3) 원격 컴퓨터가 지정되면 "WINDOWTITLE"  및 "STATUS" 필터는 
       지원되지 않습니다.

예:
    TASKKILL /IM notepad.exe
    TASKKILL /PID 1230 /PID 1241 /PID 1253 /T
    TASKKILL /F /IM cmd.exe /T 
    TASKKILL /F /FI "PID ge 1000" /FI "WINDOWTITLE ne untitle*"
    TASKKILL /F /FI "USERNAME eq NT AUTHORITY\SYSTEM" /IM notepad.exe
    TASKKILL /S 시스템 /U domain\username /FI "USERNAME ne NT*" /IM *
    TASKKILL /S 시스템 /U 사용자 이름 /P 암호 /FI "IMAGENAME eq note*"


- 인스톨


http://alexgorbatchev.com/SyntaxHighlighter/manual/installation.html


- 사용법


<!-- You also need to add some content to highlight, but that is covered elsewhere. -->
<pre class="brush: js">
function foo()
{
}
</pre>

Windows XP registry 경로

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon


아래 값들을 적절히 셋팅한다. 없다면 [새로 만들기]->[문자열 값(S)] 클릭하여 새로 생성한다.


AutoAdminLogon

DefaultUserName 

DefaultPassword 



링크 참조.

http://support.microsoft.com/kb/315231/ko

https://obank1.kbstar.com/quics?page=C019791&boardId=688&compId=b033652&articleId=1255&bbsMode=view&viewPage=1&articleClass=1


로그인시 화면진행이 되지 않습니다.

당행 홈페이지에서 제공하는 개인PC방화벽 프로그램이 정상작동이 되지 않아 발생할 수 있습니다.
아래의 방법을 참고하여 조치하신 후 이용하여 주시기 바랍니다.

 # 조치방법 #
   Log 폴더 삭제 후 재접속
     ☞ Windows7, Vista 이용고객
       ㅇ 윈도우탐색기 실행 → [C:\Users\계정\AppData\LocalLow\nProtect]로 이동 → 'Log' 폴더 삭제

     ☞ Windows XP 이용고객 

       ㅇ 왼쪽하단 [시작] → [실행] → %appdata%/nprotect 입력 후 [확인] → 'Log' 폴더 삭제


   Log 폴더 삭제 후에도 동일한 현상인 경우 개인PC방화벽 프로그램 삭제 후 재설치
     ① 브라우저 모두 종료 후 [시작] → [제어판] → [프로그램 추가/제거]로 이동
     ② 설치된 프로그램 목록 중 'nProtect Netizen v5.5' 삭제
     ③ 국민은행 오픈뱅킹 접속 → 화면하단의 KB보안센터 → 보안프로그램 안내 → 개인방화벽프로그램 페이지로 접속
     ④ 수동설치파일을 다운로드 받은 후 설치



+ Recent posts