'My major/Etc.'에 해당되는 글 2건

  1. 2009/10/12 Windows XP 0x0000007B Exception
  2. 2006/08/17 a 드라이브 안보이게 하기 (12)
2009/10/12 12:08 My major/Etc.
There are several reasons why 0x0000007B exception occurred during Windows XP installation. In this article, I'm gonna mention just one of the reason related to SATA/RAID. If you want to see other reasons visit here.

If your computer has a SATA/RAID drive, you should install the additional SATA/RAID drivers because Windows XP does not have default SATA/RAID drivers. Windows XP ask user to add SATA/RAID driver with F6 key at the begining of the installation. You can add driver though a floppy disk but it's not convenient.

I suppose that the most convenient and easiest way is to make new Windows XP CD that SATA/RAID drivers are added. See here if you want to make it. The web-site above is written by Korean If you can not read Korean, just do a googling ^^. You could find English documents about it easily.
posted by joyoungtae
2006/08/17 00:13 My major/Etc.
요즘 컴퓨터에서는 A드라이브를 거의 사용하지 않는다. C드라이브를 선택하다 잘못 선택해서 컴퓨터만 잠시동안 버벅이게 만들 뿐 이다. 그렇다면 A드라이브를 안보이게 해 놓으면 될 것이다.

>> A드라이브 안보이게 하기 <<
첫째, 레지스터 편집기를 실행시킨다.(regedit)
둘째, HKEY_CURRENT_uSER\Software\Microsoft\Windows\CurrentVersion\Policies
       \Explorer 로 간다.
셋째, 마우스 오른쪽 클릭으로 'DWORD 값'을 골라 새 값 이름을 'NoDrives'로 수정 후
       더블 클릭한다.
넷째, 단위를 10진수로 변경한 뒤 값 데이터에 A드라이브면 1, B드라이브면 2, C드라이브면 4,
       D드라이브면 8, E드라이브면 16, F드라이브면 32를 입력한다.
닷째, A~C의 드라이브를 안보이게 하려면 A~C의 값을 모두 더해서 쓰면 된다. 예를 들어,
       A~C를 지우려면 1+2+4=7을 넣으면 된다.
마지막, 리부팅 한다. ^^
posted by joyoungtae