반응형





GUI 모드 사용법

In just 3 steps, your application will be ready to run on Vista/Win7

  • Select the application using browse button.
  • Set one of the privilege required for your application from selection box.
  • Check the "Yes" button if your application interacts with high privilege applications.
Once you have made the settings, click on "Make It" button. Now your application will automatically run as per the privilege set rather than usual "standard user" account.
 












콘솔 모드 사용법

Console tool makes it easy to automate the process. For example you can use it as post build step to make the application Vista/Win7 UAC compliant. Here is the typical usage information.
 
VistaUACMakerConsole [-d <description>] [-p <priv level>] [-ui] {exe_path}

Options:
   -d  Description of the project ( Default : My project )
   -p  Privilege level required. possible values : admin, invoker, highest
       admin = administrator
       invoker = same as parent process
       highest = Highest possible level for the user
   -ui Specify if the executable interacts with higher windows.
       (Default action is not to set this flag)

Example:
    VistaUACMakerConsole -d "Vista project" -p admin "c:\project.exe"
 























주소 : http://securityxploded.com/downloadfile.php?id=8111

반응형
반응형

nvidia 그래픽 카드 사용 컴퓨터에 일반적으로 발생함.

1. 제어판 -> 국가 및 언어 옵션 -> 키보드 및 언어 탭 -> 키보드 변경 -> Microsoft 한글 입력기를 선택 (msoffice 2007 IME를 선택하지 않음!)

1번 항목으로 해결되지 않을때는

2. ms-office 2007 sp2로 업데이트 함.

반응형
반응형

휴 관리자 계정이 하나 있었고(암호존재)

테스트 하다가 관리자 계정이 2개가 되어버렸다. ㄷㄷ;

but... !!! 그것이 문제가 아니었다... 관리자 계정 2개가 생성되어 로그인이

불가능한 상태가 되어버렸다 ㅜㅜ 된짱 찌게 ㅡㅜ

부팅 시 F8을 눌러 명령어 모드로 부팅하고

암호 설정 복구 방법

copy c:\windows\system32\config\regback\sam c:\windows\system32\config /y

관리자 계정 2개일때 이전 시스템으로 복귀 !

copy c:\windows\system32\config\regback\SAM.OLD c:\windows\system32\config\SAM /y

copy c:\windows\system32\config\regback\SYSTEM.OLD c:\windows\system32\SYSTEM /y

system은 계정에 대한 정보(?)인듯 하다 ㅋㅋ

위와 같이 해결 ~

반응형

+ Recent posts