'분류 전체보기'에 해당되는 글 124건

  1. 2009.03.05 Windows Vista 작업 표시줄 Windows 7처럼 만들기
  2. 2009.03.05 파이어 폭스 오른쪽 버튼 제한및 페이지 수정
  3. 2009.02.25 TEST
  4. 2009.02.24 VISTA 에서 자체 녹음
  5. 2009.02.23 FireFox 에서 IE Rendering
  6. 2009.01.22 GetLastError , FormatMessage 활용
  7. 2009.01.20 Vista DEP(Data Execution Prevention) 끄는 방법
  8. 2009.01.20 VMWare Player 에서 ISO (가상 CD) 사용하는 방법
  9. 2009.01.20 Data Execution Prevention
  10. 2008.12.22 Microsoft XML Core Services 4.0 서비스 팩 2용 보안 업데이트 반복 설치 문제

Windows Vista 작업 표시줄 Windows 7처럼 만들기

  1. 시작/실행/regedit를 입력하고 확인 단추를 클릭한다.
  2. 다음 레지스트리로 이동한다.
    1. HKCU\Control Panel\Desktop\WindowMetrics  

  3. 오른쪽 창에 REG_SZ(문자열 값) 형의 MinWidth를 추가하고 값을 -255로 설정한다.
  4. 로그오프/로그온 한다.

파이어 폭스 오른쪽 버튼 제한및 페이지 수정



주소창에 about:config 라고 입력하고 엔터를 친다.

그런후 Filter 에서 dom.event.contextmenu.enabled 를 입력한다.

기본값은 true이다. 더블클릭 하거나 오른쪽 버튼을 누른후 toggle을 선택하면 false로 바뀐다. 그러면 어디서든 마우스 오른쪽 버튼이 작동한다.



Page Hacker

https://addons.mozilla.org/en-US/firefox/addon/5753

TEST

Google TEST

VISTA 에서 자체 녹음

http://pakcw.cafe24.com/954

FireFox 에서 IE Rendering

http://www.meadroid.com/neptune/download/index.htm

GetLastError , FormatMessage 활용

LPVOID lpMsgBuf;
FormatMessage(
    FORMAT_MESSAGE_ALLOCATE_BUFFER |
    FORMAT_MESSAGE_FROM_SYSTEM |
    FORMAT_MESSAGE_IGNORE_INSERTS,
    NULL,
    GetLastError(),
    0, // Default language
    (LPTSTR) &lpMsgBuf,
    0,
    NULL
);
// Process any inserts in lpMsgBuf.
// ...
// Display the string.
MessageBox( NULL, (LPCTSTR)lpMsgBuf, LError, MB_OK | MB_ICONINFORMATION );
// Free the buffer.
LocalFree( lpMsgBuf );

Vista DEP(Data Execution Prevention) 끄는 방법


콘솔에서

Bcdedit.exe /set {current} nx AlwaysOff
 

Description

AlwaysOff

DEP is disabled for all parts of the system, regardless of hardware support for DEP. The processor runs in PAE mode with 32-bit versions of Windows unless PAE is disabled in the boot configuration data.

AlwaysOn

DEP is enabled for all parts of the system. All processes always run with DEP enabled. DEP cannot be explicitly disabled for selected applications. System compatibility fixes are ignored.

OptIn

On systems with processors that are capable of hardware-enforced DEP, DEP is automatically enabled only for operating system components. This is the default setting for client versions of Windows. DEP can be explicitly enabled for selected applications or the current process.

OptOut

DEP is automatically enabled for operating system components and all processes. This is the default setting for Windows Server versions. DEP can be explicitly disabled for selected applications or the current process. System compatibility fixes for DEP are in effect.



VMWare Player 에서 ISO (가상 CD) 사용하는 방법

vmx에 추가적으로 설정할 수 있는 유용한 사항 몇가지만 이야기하겠다.

먼저 cd 부팅을 위한 것이다. 이미 위에 기본 설정에는 물리적인 cd-rom 드라이브를 사용하기 위한 설정이 있다. 하지만 여기에 더해 iso파일을 사용할 수도 있다. 그렇게 하기 위해서는 위의 설정의 다음 부분을 고쳐야 한다.
ide1:0.present = "TRUE"
ide1:0.fileName = "auto detect"
ide1:0.deviceType = "cdrom-raw"
아래처럼 고치면 된다
ide1:0.present = "TRUE"
ide1:0.fileName = "<ISO파일 경로와 이름>"
ide1:0.deviceType = "cdrom-image"

Data Execution Prevention


Windows XP 서비스 팩 2와 Windows XP Tablet PC Edition 2005 및 Windows Server 2003의 데이터 실행 방지 기능에 대한 상세한 설명

참고 사이트 : http://support.microsoft.com/kb/875352


DEP(데이터 실행 방지) 설정 변경

DEP(데이터 실행 방지)는 프로그램을 모니터링하여 프로그램이 시스템 메모리를 안전하게 사용하게 함으로써 바이러스 및 다른 보안 위험으로부터의 손상을 방지해 주는 보안 기능입니다.

모든 프로그램을 보호하도록 선택한 경우에도 개별 프로그램에 대해 DEP를 해제할 수 있습니다. DEP 기능을 설정했을 때 프로그램이 올바르게 실행되지 않는 것으로 의심되는 경우 DEP 설정을 변경하기 전에 소프트웨어 게시자에게 프로그램의 DEP 호환 버전이나 업데이트가 있는지 확인하십시오.

1.

시작시작 단추 그림 단추를 클릭하고 제어판, 시스템 및 유지 관리를 차례로 클릭한 다음 시스템을 클릭하여 시스템을 엽니다.

2.

고급 시스템 설정을 클릭합니다. 관리자 권한 필요 관리자 암호나 확인을 묻는 메시지가 표시되면 암호를 입력하거나 확인을 제공합니다.

3.

성능에서 설정을 클릭합니다.

4.

데이터 실행 방지 탭을 클릭한 다음 데이터 실행 방지(DEP)를 사용자가 직접 선택한 항목을 제외한 모든 프로그램 및 서비스에 사용을 클릭합니다.

모두 숨기기

개별 프로그램에 대해 DEP 해제하기

DEP를 해제할 프로그램 옆에 있는 확인란을 선택한 다음 확인을 클릭합니다.

목록에 해당 프로그램이 없으면 추가를 클릭합니다. Program Files 폴더를 탐색하여 프로그램의 실행 파일(파일 확장명이 .exe임)을 찾은 다음 열기를 클릭합니다.

개별 프로그램에 대해 DEP 설정하기

DEP를 설정할 프로그램 옆에 있는 확인란 선택을 취소한 다음 확인을 클릭합니다.


Microsoft XML Core Services 4.0 서비스 팩 2용 보안 업데이트 반복 설치 문제


시스템 파일 중 하나가 손상되었거나 제대로 업데이트되지 않은 경우 Microsoft Update 또는 Windows Update의 업데이트 목록에 이 보안 업데이트가 반복적으로 나타날 수 있습니다. 이 문제에 대한 자세한 내용은 다음 문서 번호를 클릭하여 Microsoft 기술 자료 문서를 참조하십시오.

http://support.microsoft.com/kb/941729/

Microsoft XML Core Services 4.0 서비스 팩 2용 보안 업데이트(KB936181)가 Microsoft Update 또는 Windows Update의 업데이트 목록에 반복적으로 나타날 수 있음 (영문)
To resolve this problem, follow these steps:
  1. Click Start, click Run, type cmd, and then press ENTER.
  2. At the command prompt, type ren %windir%\System32\msxml4.dll msxml4.old, and then press ENTER.

    Note After you press ENTER, you may receive the following error message.
    Cannot find the file specified.
    Ignore this message, and go to step 3.
  3. At the command prompt, type exit, and then press ENTER.
  4. Visit the following Microsoft Web site:
    http://www.update.microsoft.com (http://www.update.microsoft.com)
  5. Download and then install the latest MSXML security update.
 
prev 1 2 3 4 5 6 ··· 13 next