1. WinDbg (X86)로 Dump 체크 한다.

   - Dump가 제대로 없는 경우, 대략 난감


2. 드라이버 점검 : 윈도우XP verifier로 테스트 해보기

http://social.technet.microsoft.com/Forums/en-US/w7itprogeneral/thread/70294dd8-bd5e-4620-b7aa-46b6c3e786d1/ 



[점검 방법 설명]

I think the fastest way to track this on is to use a testing tool called Driver Verifier.

If this tool finds a problem, your machine will crash again.  Hopefully with it enabled, it will allow you to easily identify the bad driver.

Enable driver verifier
1) Open an elevated command prompt
2) Type "verifier /standard /all"  (no quotes)
3) Reboot your machine
4) Use machine again until it crashes (hopefully this will be fast :)

After the crash & reboot, go into safe mode.  http://windowshelp.microsoft.com/Windows/en-US/Help/323ef48f-7b93-4079-a48a-5c58eec904a11033.mspx

Disable driver verifier
1) Open an elevated command prompt
2) Type "verifier /reset" (no quotes)
3) Reboot your machine

Then using the steps you followed before, take a look at the new memory dump.


이상.

Bit Calculator - Convert between bits/bytes/kilobits/kilobytes/megabits/megabytes/gigabits/gigabytes.

http://www.matisse.net/bitcalc/

 

규격

 이론 최대속도

 이론 변환속도

 평균 속도

 USB 1.1  12Mbps  1.5MByte    
 USB 2.0

 480Mbps

 60MByte  30~33Mbyte 
 USB 3.0 (파란색)  5Gbps  640MByte  100~110Mbyte

 SATA-1

 1.5Gbit

 192Mbyte  

 SATA-2

 3.0Gbit  384Mbyte  100~110Mbyte
 SATA-3  6.0Gbit  768Mbyte

 

 

이론상의 최대 속도를 Mbyte 단위로 변경하였을때 비교하기 위한 단순 표임

사용자의 PC와 환경에 따라 실제 속도는 차이가 남..확실 히!!

http://www.windows-commandline.com/2010/08/tail-command-for-windows.html


C:\Program Files\Windows Resource Kits\Tools>tail.exe /?
usage: TAIL [switches] [filename]*
switches: [-?] display this message
[-n] display last n lines of each file (default 10)
[-f filename] keep checking filename for new lines

Microsoft Download Center

http://www.microsoft.com/en-us/download/details.aspx?id=17657


위에서 받기 귀찮으면, 아래에서 받으셔도 됨. 7-Zip

사용 환경은 Windows Server 2003, Windows XP


administrator 암호 분실시 해결책
http://www.comforever.com/bbs/windowsXP/5174

인터넷 익스플로러나 아웃룩 본문을 원노트 2003으로 가져오기
http://onenote.tistory.com/31

'공부할것들 > 운영체제' 카테고리의 다른 글

BlueScreen 체크하기  (1) 2013.06.13
USB, SATA 속도 비교  (0) 2012.09.13
Tail command for Windows (CMD)  (0) 2012.09.12
How to block Microsoft SpyNet  (0) 2010.04.14
바탕화면 하단에 토글키 화면 알림 설정하기  (0) 2010.01.26

Microsoft Security Essentials를 설치하면,
Microsoft SpyNet으로 자동으로 보고서가 전송이 되는데, 이부분을 차단하는 것이 적용되어 있다.

1) 레지스트리 변경방법
2) Hosts를 변경하는 방법

http://www.malwarehelp.org/how-to-block-microsoft-spynet-2009.html

PS. Windows Defender는 보고서 전송기능을 끌수 있던데.. 백신은 왜 끄는 옵션이 없을까요..


블루투스 장치를 사용하고 있을경우, 바탕화면 하단에 알림을 설정할 수 있습니다.
=========================================================
http://forum.notebookreview.com/showthread.php?t=106738
=========================================================
Re: Caps lock on/off on-screen display
---------------------------------------------------------
Huge kick.

The notification is caused by a process called bttray.exe.
Killing it might fix the problem, but it'll break down you BT (or at least partially).

The solution is to edit this value in the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Widcomm\BTConfig\General\KeyIndication

Change it from 1 to 0. Reboot.

I doubt anyone will ever be bothered enough to find my solution, but hey, at least there is a solution .
---------------------------------------------------------

간단히 정리하면,
블루투스 장치가 설치가되면, bttray.exe 실행파일이 작업관리자에 실행됩니다.
위 화면처럼 바탕화면 하단에 알림을 알리고 싶으시면 아래의 레지스트리를 수정하시면 됩니다.
(레지스트리에 아래의 key가 없다면 pc에 블루투스를 이용할 수 있는지 확인해보세요.)

HKEY_LOCAL_MOCHINE\SOFTWARE\Widcomm\BTconfig\General

REG_DWORD
KeyIndication => 1 (Toggle Key 변경 알림 On)
KeyIndication => 0 (Toggle Key 변경 알림 Off)

+ Recent posts