Tuesday, September 1, 2020

knowledge to get system information

knowledge to get system information

  1. a good code signing certificate
  2. Working with Strings
  3. Getting System Information
  4. test this program and got error messages.

    Error C2440 'initializing': cannot convert from 'const wchar_t [18]' to 'TCHAR *' SystemInfo2

  5. XWinVer - Simple class to get Windows OS version
  6. Windows Version Numbers
  7. DtWinVer v1.34 - OS Detection Utility
  8. IsWindows10OrGreater function
  9. OSVERSIONINFOA structure
  10. it has most recent OS parameters needed in Hans's post.

  11. Version Helper functions
  12. The following functions can be used to determine the current operating system version or identify whether it is a Windows or Windows Server release. These functions provide simple tests that use the VerifyVersionInfo function and the recommended greater than or equal to comparisons that are proven as a robust means to determine the operating system version.

  13. GetVersionExA function
  14. Operating System Version
  15. Targeting your application for Windows
  16. The following example shows an app manifest file for an app that supports all versions of Windows from Windows Vista to Windows 10:

  17. Getting the System Version
  18. C++ How to detect Windows 10
  19. this is good post to summarize all kinds of system OS version information.

  20. C++ Check if Windows 10
  21. Get OSVersion in Windows using C++
  22. Getting the Windows OS version information C program example
  23. Determine Windows Version and Edition
  24. This article explains how to determine Windows version and edition. The method is very simple: The Windows API provides two functions, GetVersion/GetVersionEx, that fill the structure OSVERSIONINFO/OSVERSIONINFOEX with information such as major and minor version, product type, suite mask, platform, and so forth. This article, however, and the code provided here, does not list all the operating systems ever released by Microsoft, only the most usual ones.

  25. Getversionex deprecated
  26. DtWinVer v2.45 A comprehensive OS detection Class
  27. PJ Naughter's place
  28. c++ - GetVersionEx弃用-如何从较新的API获取产品类型(VER_NT_DOMAIN_CONTROLLER)

  29. regsvr42: Generate SxS Manifest Files from Native DLLs for Registration-Free COM
  30. This tool will spy on COM registration process and create side by side (SxS) manifest file(s)

    need to download source code and play around with it.

  31. System Information Utility
  32. This project is an attempt to create a utility or tool application that will display all the system information like CPU, OS, Multimedia, etc. The idea behind this application is no different than the one implemented in most of Microsoft’s System Info utility in Office products. But my application takes couple of steps more and displays more info than the available utilities. In this version (V1) of application, following information is displayed.

    the above two posts give me enough techniques to develop my tool to get system information.

  33. Troubleshooting Registration Free COM

  34. Mike Blaszczak's Sample Programs
  35. How To Add ToolTips To Controls On A Windows Form
  36. Register DLL / COM exe without admin rights
  37. Register DLL without admin rights
  38. Register ActiveX/COM Components without Administrator Privileges
  39. The Enigma Protector
  40. Operating System Version
  41. The Version API Helper functions are used to determine the version of the operating system that is currently running. For more information, see Getting the System Version.

  42. Getting the System Version
  43. Verifying the System Version
  44. Detecting a Product Suite
  45. Getting Hardware Information
  46. Using System Information
  47. Getting System Information
  48. TEXT macro
  49. TEXT() macro
  50. A tool for registering OCXs and COM DLLs
  51. Registering any COM component through coding
  52. A COM Registration Spy
  53. RegSvrEx - An Enchanced COM Server Registration Utility
  54. regsvr42: Generate SxS Manifest Files from Native DLLs for Registration-Free COM
  55. This tool will spy on COM registration process and create side by side (SxS) manifest file(s)

    need to download source code and play around with it.

  56. Using COM Without Registration
  57. A small class for using COM DLL modules without registering them

    other way to avoid registering COM DLL, is to define them on the manifest: see detailled explantion: regsvr42: Generate SxS Manifest Files from Native DLLs for Registration-Free COM[^]

  58. ReneNyffenegger / about-Windows-Registry
  59. Registry: HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\n
  60. A Closer Look at HKEY_LOCAL_MACHINE for Windows NT
  61. Troubleshooting Registration Free COM

No comments:

Post a Comment