Com - 문서

Windows FLP (Fundamentals for Legacy PCs)

용소야 2007. 3. 31. 01:58

<참고 사이트>

http://www.openserver.co.kr/my/entry/Microsoft-Window-Fundamental-Legacy-PCs-FLP

http://itviewpoint.com/tt/index.php?pl=2113

http://blog.naver.com/gpprtw/80035994586

http://11cm2.tistory.com/174

http://en.wikipedia.org/wiki/Windows_Fundamentals_for_Legacy_PCs

http://www.answers.com/topic/windows-fundamentals-for-legacy-pcs

// 항상 NumLock 을 켜두는 레지스트리키
[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"
"KeyboardDelay"="1"
"KeyboardSpeed"="31"


// 칼라설정을 16bit로 해도 256색처럼 되는데 아래 처럼 해주니 색 표현이 잘 됩니다.
// FLP에서는 "가능한 모든 색을 사용하여 아이콘 표시"이 항목이 없어요.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
"Shell Icon BPP"="16"



- 그림판을 자주 쓰는데 그림판이 없어요. 아래 첨부파일은 XP용 그림판입니다.


- FLP 시디 안에 있는 pidgen.dll 파일이 시디키를 검사하는 파일인데 이 파일을 xp 시디에 있는 파일로 교체하면 xp 시디키로 설치 가능.