Windows7 8007000E

Posted by Programmer™
2019. 7. 22. 04:49 Windows 7, 8

 

아주 오랫만에 VMWare에 Windows 7 Starter 에디션을 설치하였습니다.

설치후 제일 먼저 할 일은 인터넷 익스플로러 11 로 업데이트 해주는 것입니다.

그리고, Windows Update 를 들어가면 다음 화면을 만나게 됩니다.

 

시작 버튼을 눌러 프로그램및 파일 검색에 services.msc를 입력합니다.

마우스 오른쪽 버튼을 클릭하여 관리자 권한으로 실행을 선택합니다.

아래 3가지 서비스를 모두 중지시킵니다.

  • Background Intelligent Transfer Service
  • Cryptographic Services                     
  • Windows Update                            

    다음으로 아래 두 폴더를 삭제해줘야 합니다.

    C:\Windows\SoftwareDistribution
    C:\Windows\System32\catroot2

    전부 삭제된 상태입니다.

    전부 삭제된 상태입니다.

     

     

    이제 아래 2개의 윈도우 업데이트를 다운로드하여 설치해줍니다.

    Windows Update Client for Windows 7: June 2015

    Installing and searching for updates is slow and high CPU usage occurs in Windows 7 and Windows Server 2008 R2

     

    설치가 끝나면  재부팅을 합니다.

    이제 다시 3개의 서비스를 시작해줍니다.

    그리고 제어판에서 Windows Update 를 합니다.

    업데이트 확인을 클릭합니다.

    이제 업데이트가 표시되는 것을 확인할 수 있습니다.

     

     

     

     

     

    Turbo C++ v1.01

    Posted by Programmer™
    2019. 5. 23. 10:17 카테고리 없음

     

    Borland Turbo C++ v1.01 

     

    볼랜드사에서 Free 로 공개한 프로그램입니다.

     

     

    다운로드:  tcpp101.zip

     

    File Size: 2,759,857 byte

    CRC32: 323bea55

     

     

     

     

     

     

     

     

     

     

     

     

    Borland 제품군에 대한 자세한 정보는 아래 주소에서 확인하실 수 있습니다.

     

    http://www.emsps.com/oldtools/borcv.htm

     

     

     

     

    FolList 윈도우 폴더 목록 출력

    Posted by Programmer™
    2019. 5. 5. 01:21 Utility

     

    이번에 폴더 목록을 출력해주는 프로그램을 하나 만들어보았습니다.

    기존에 사용하던 Directory Printer 에는 한가지 중대한 문제가 있었습니다.

    바로 중국어나 일본어로 만들어진 파일 이름을 제대로 출력해주지 못한다는 점입니다.


    사용하기 쉬운 인터페이스로 정말 괜찮은 프로그램인데, 어떤 파일의 경우는 아예 빼먹기도 합니다.

    분명히 하드디스크엔 존재하는 파일이 출력된 txt 목록엔 없습니다. 퍼미션 문제도 아닌데 말입니다.

    제작자에게 버그에 관련된 메일을 보냈는데 깜깜무소식입니다.

     

     

    그래서 차선책으로 유명한 Directory List & Print 라는 프로그램도 사용해보았는데 역시 마찬가지로 제대로 출력을 하지 못합니다.

    ※ 한글과 영문의 경우엔 위 프로그램 둘다 제대로 출력합니다.

     

     

    他还是不敢叫大声.txt (정상적인 파일명)

     

    他?是不敢叫大?.txt (텍스트 파일로 출력된 파일명)

     

     

    그래서 할 수 없이 직접 만들게 되었습니다.

    사용환경은 Windows10 에서 .NET Framework 4.6 이상입니다.

     

    목록을 만들 드라이브를 선택해줍니다.

     

    디스크 아이콘을 누르면 작업이 시작됩니다.

     

     

    출력이 끝나면 다음 메세지 창을 표시합니다.

     

    헤더 부분 출력입니다. 하드디스크를 관리하기 쉽게 하기 위해 필요한 정보를 출력합니다.

     

     

    아래는 실제로 출력된 .TXT 파일의 내용입니다. 글자가 깨지지 않고 제대로 출력됩니다.

     

     

     v1.1           2019년 5월 5 일 일요일

      - DirList 라는 이름을 갖는 프로그램들이 많아서 DirList 에서 FolList 로 이름을 변경하였습니다.
      - 전체 폴더의 갯수와 전체 파일 크기를 마지막 줄에 표시하도록 추가하였습니다.
      - ?
      - SHA1: 22a94886b8f1cf0ccd673a0d0b2719cb59ab6dfd
      - CRC32: 44636803

     

     

    다운로드:


     

    Exe2bin

    Posted by Programmer™
    2019. 4. 24. 07:25 카테고리 없음

     

    Converts executable (.exe) files to binary format.

    Syntax

    exe2bin [drive1:][path1]InputFile [[drive2:][path2]OutputFile]

    Parameters

    [ drive1 : ][ path1 ] InputFile : Specifies the location and name of the input file that you want to convert. InputFile is required.

    [ drive2 : ][ path2 ] OutputFile : Specifies the location and name of the output file that you want to create.

    /? : Displays help at the command prompt.

    Remarks

    • Windows XP does not use this command. It is accepted only for compatibility with MS-DOS files.

    • This tool is not available on Windows XP 64-Bit Edition.

    • Exe2bin is included as a courtesy to software developers. It is not useful for general users.

    • The following restrictions apply when you use exe2bin:

      • The input file must be in valid .exe format produced by the linker and must not be packed.

      • The resident, or actual, code and data portions of the file combined must be less than 64KB.

      • There must be no stack segment.

    • Exe2bin performs the following specific actions, depending on the values you use for InputFile and OutputFile parameters:

      • The default file extension for InputFile is .exe. Exe2bin converts the InputFile .exe to a file in .bin format (that is, a memory image of the program) and uses the location and file name you specify for [drive2:][path2]OutputFile to store the output file.

      • If you do not specify drive2 or path2, exe2bin writes the output file to the current drive and directory.

      • If you do not specify a file name for OutputFile, exe2bin uses the InputFile file name.

      • The default extension for the file name specified for OutputFile is .bin.

    • The following conversion types are possible:

      • If you do not specify the CS:IP in the .exe file, exe2bin performs a pure binary conversion. If the program contains instructions requiring segment relocation, exe2bin prompts you for the fixup value. The fixup value is the absolute segment at which the program is to be loaded. You can use the resulting program only when you load it at the absolute memory address specified by your program. The command interpreter cannot load the program.

      • If you specify the CS:IP as 0000:100H, the file runs as a .com file with the instruction pointer set at 100H by the assembler statement ORG. Include the .com extension in OutputFile. No segment fixups are allowed, because .com files must be able to relocate segments. That is, .com files must assume the entry conditions explained in Microsoft Macro Assembler documentation. The command interpreter can then load and run the program in the same way that it loads and runs the .com programs included on your Windows XP disk.