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 ๋ผ์ด์ผ์ค๋ฅผ ๋ฐ๋ฆ
๋๋ค.