반응형

윈도우즈 패스워드 초기화 프로그램


출처 : http://snoopybox.co.kr/1634


GPL 기반의 무료 프로그램으로 회사에서도 OK !


Offline NT Password & Registry Editor
http://pogostick.net/~pnh/ntpasswd/


1. cd용 버전

cd110511.iso


2. usb용 버전

usb110511.zip



2번의 파일을 압축 풀고 


j:\syslinux.exe -ma j:


J는 usb 드라이브 명입니다.


cmos에 들어가서 usb로 부팅하기 선택


처음 화면에서는 그냥 엔터 형태로 진행


보통 하드디스크 100mb의 예약 공간은 아니니


/dev/hda2 와 같은 2번째 위치를 선택합니다.(c:를 기준으로...)


나머지는 영어 읽어 가면서 찬찬히 ~

반응형
반응형

 

출처 : http://uranusk.blog.me/140021060715

 

윈도우 98 이미지 파일...

 

 

 

S640-7672.ima

 

config.sys

 

 [MENU]
MENUITEM=CD, Start Computer with CD-ROM Support
MENUITEM=GHOST, Restore All Data
MENUDEFAULT=CD,30
MENUCOLOR=7,0

[COMMON]
DEVICE=HIMEM.SYS
DEVICE=EMM386.EXE NOEMS
DOS=HIGH,UMB
DEVICEHIGH=OAKCDROM.SYS /D:Lugar
DEVICEHIGH=BILING.SYS


[CD]

[GHOST]

 

 

autoexec.bat

 

 PATH=X:\
LH MSCDEX.EXE /D:Lugar /L:X
LH NLSFUNC.EXE COUNTRY.SYS
GOTO %CONFIG%

:CD
GOTO END

:GHOST1
echo Continue is Press AnyKey
echo waring... All data Delete!!!
Pause > null
GHOST32 -CLONE,MODE=load,SRC=X:\win7.gho,DST=1 -auto -sure -fx
GOTO END

:END

 

삼성 CD롬 안될때.. (또는 DVD ROM 대비)

변경된 파일

 

 

WINDOWS98.ima

 

반응형
반응형

 

내 컴퓨터 윈도우 7 설치 가능한지 확인하는

 

Windows 7 업그레이드 관리자 임...

 

다운로드 받아서 설치가능한 사항과 항목이 되는지 검사 !

 

 

 

http://www.microsoft.com/ko-kr/download/details.aspx?id=20

반응형
반응형



re: 윈도우 업데이트 문제 해결해주세여
시작 - 실행 - cmd 입력

net stop wuauserv
proxycfg -d
proxycfg -u
net start wuauserv

거의 모든 문제는 해결됩니다.

 

========================================================================

 

참조사이트: http://laigo.kr/65 

Proxy 를 사용하는 환경에서 윈도우 업데이트 실패 이슈와 관련하여 아래와 같이 정리하였습니다.


[환경]


[참고자료]
Windows Update 웹 사이트 또는 Microsoft Update 웹 사이트를 사용하려고 하면 "오류 0x80072EE2", "오류 0x80072EE7", "오류 0x80072EFD", "오류 0x80072F76" 및 "오류 0x80072F78" 오류 메시지가 나타난다
http://support.microsoft.com/kb/836941/ko

WinHTTP 5.1에 Proxycfg.exe 구성 도구를 사용할 수 있다
http://support.microsoft.com/kb/830605

About WinHTTP
http://msdn.microsoft.com/en-us/library/aa382925(VS.85).aspx

참조 : http://blog.daum.net/hscense/11792291

반응형
반응형

윈도우즈 업데이트시 아래와 같은 오류가 발생할때ㅣ.ㅣ

403 - Forbidden: Access is denied



윈도우즈 업데이트 에이전트 설치 오류시...

There was a new update to the Windows Update Software that you may not have downloaded.

Please download it from the links below.  Also note that there are 32 bit versions and 64 bit versions, please download the version that you require.

Please see the following KB article for the details (and download links):

http://support.microsoft.com/default.aspx/kb/946928

To speed things up, I'll link the downloads directly:

(32 Bit) x86: http://download.windowsupdate.com/windowsupdate/redist/standalone/7.4.7600.226/windowsupdateagent30-x86.exe
(64 Bit) x64: http://download.windowsupdate.com/windowsupdate/redist/standalone/7.4.7600.226/windowsupdateagent30-x64.exe

Thanks!
반응형
반응형





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

반응형

+ Recent posts