Ini, Registry
Ini, Registry
머리말
INI, *.ini
1
2
3
[section]
; comment
key = value
Ini, Initialization
- 설정 파일의 사실상 표준 - De Facto Standard
- 특징: 단순한 아스키 텍스트 파일
- 일반 텍스트 편집기(Like 메모장)로 조회/수정 가능
- .ini 확장자 형식 뿐만 아니라 .CFG, .conf, .txt 등을 쓰기도
- Windows에서 주로 쓰지만, 다른 운영체제에서도 사용 가능
- 보다 복잡한 구조로 사용하기에는 분명한 한계가 존재
- WIN 32 API 제공 함수
- 대상: win.ini
- GetProfileString
- GetProfileInt
- 대상: 사용자 정의 *.ini
- GetPrivateProfileString
- GetPrivateProfileInt
- 대상: win.ini
Registry, 레지스트리
Reg, Registry
메모
Disable_StartMenu_BingSearch
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
"BingSearchEnabled"=dword:0
FontChanger
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"=""
"Segoe UI Bold (TrueType)"=""
"Segoe UI Bold Italic (TrueType)"=""
"Segoe UI Italic (TrueType)"=""
"Segoe UI Light (TrueType)"=""
"Segoe UI Semibold (TrueType)"=""
"Segoe UI Symbol (TrueType)"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Segoe UI"="Pretandard"
참고
이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.