2
votes
5answers
3k views
How do I set the desktop background on Windows from a script?
On X Windows I had a cool 'silent-alarm" reminder script that would change my root window (background) color to solid red, just for a few seconds a few moments before changing it back. Is there a w …
1
vote
How can I modify password expiration in Windows using Python?
If you are running your python script with ActvePython against Active Directory, then you can use something like this:
import win32com.client
ads = win32com.client.Dispatch('ADsName …
