PyWin32

An Intro to winshell

Today we will look at Tim Golden’s handy package, winshell. The winshell package allows you to find special folders on Windows, create shortcuts easily, work with metadata via “structured storage”, use the Windows shell to accomplish file operations and work with the Windows Recycle Bin. We will focus on the special folders, shortcuts and the …

An Intro to winshell Read More »

PyWin32: How to Set the Desktop Background on Windows

Back in my system administrator days, we were thinking about setting the user’s Window desktop background to a specific image on login. Since I was in charge of the login scripts, which were written in Python, I decided to do some research to find out if there was a way to do it. We will …

PyWin32: How to Set the Desktop Background on Windows Read More »