Processes - STUB

Sections

Still to come:

  • Create Process
  • Using subprocess
  • ShellExecute
  • Killing process
  • IPC - cf IPC section
  • Monitoring Processes (a la Task Manager)

References

See also

Windows Registry Functions
Documentation on microsoft.com for registry functions
WMI registry provider
Documentation on microsoft.com for StdRegProv WMI class
_winreg module
Documentation on python.org for _winreg module
ctypes
ctypes module for Python (built-in from Python 2.5+)
pywin32 extensions
pywin32 extensions for Python on Windows
YAPRW
Yet Another Python Registry Wrapper from the Python Cookbook site
_winreg wrapper
_winreg wrapper from the Python Cookbook site
Registry dictionary wrapper
Treat the registry like a dictionary from the Python Cookbook site