Sat 13 Feb 2010
Using Python to Edit Bad Shortcuts
Posted by Mike under Python, System Administration, Windows
1 Comment
A couple weeks ago, I wrote about some scripts we use at work for creating shortcuts to various programs in Windows. Well, we also push out updates to some programs which change the paths of the programs and then we need to change the user’s shortcuts to match. Unfortunately, some user’s will change the name of the shortcut which can make finding it difficult. Python makes it easy to find the shortcut I need to change though and in this article I’ll show you how to do it. (more…)
