Skip to content

WininfoServer is used to get the system information by using win32 classes

Notifications You must be signed in to change notification settings

arunkumarpadmaneri/WinInfoServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

WinInfoServer

WinInfoServer query the system information by WMI(Windows Management Instrumentation ).

Deployment Ways :

      1.Run a python program as  a windows service
      2.Make a exe by using pynsist,pyinstaller   

common request structure:

      {"win32classname":"class name","props":[] }  

Example: To get all printers name,installed system name, Send a request in following format

    {"win32classname":"Win32_Printer","props":["Name","SystemName"]

About

WininfoServer is used to get the system information by using win32 classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages