Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

34
votes
4answers
6k views

How to save a Python interactive session?

I find myself frequently using Python's interpreter to work with databases, files, etc -- basically a lot of manual formatting of semi-structured data. I don't properly save and clean up the useful ...
0
votes
1answer
475 views

Get active sessions with wmi (Win32_LogonSession returns also inactive/old sessions)

Is there a way to show only active sessions with wmi? The problem is that Win32_LogonSession shows also inactive/disconnected sessions. ManagementScope scope = new ...