2021. 2. 15. 18:28

Access Tokens

2018. 2. 23. 09:28

Using XP_MODE in an Windows OS other than Windows 7

Using XP_MODE in an Windows OS other than Windows 7


How to add an XP Mode Virtual Machine to Windows 10 (or 8) using Hyper-V

Get official Windows XP virtual machine for Hyper-V

2018. 1. 22. 16:24

How to get the edition information of Windows

  1. GetProductionInfo API
    • note: minimum support : Windows Vista / Windows Server 2008
    • link
  2. prodspec.ini
    • location: %systemroot%\system32\prodspec.ini
    • example
      • [Product Specification]
      • Product=Windows XP Professional
    • note: This file is only existed in Windows XP.
    • link
  3. EditionID (REG_SZ)
    • location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
    • note: This registry value is not exist in Windows XP.


2013. 9. 25. 18:17

Windows Security Collection

http://technet.microsoft.com/en-us/library/cc784886(v=ws.10).aspx

-  Logon and Authentication Technologies

-  Authorization and Access Control Technologies

-  Data Security Technologies

-  PKI Technologies

-  Trust Technologies

2012. 4. 21. 14:54

Window Features

작업 중 CreateWindow 함수의 인자 중 parentWindow가 언제나 실제적으로 Parent  관계가 되지 않는다는 것을 알았다 

http://msdn.microsoft.com/en-us/library/windows/desktop/ms632599(v=vs.85).aspx

위 링크를 보면 기본적인 window 에 대해서 다시 한번 정립할 수 있다.


2009. 2. 9. 09:24

assembly