Sat 6 Feb 2010
Lock Down Windows with Python
Posted by Mike under Python, System Administration, Windows
[14] Comments
Almost four years ago, I was tasked with converting a Kixtart script to Python. This particular script was used to lock down Windows XP machines so they could be used as kiosks. Obviously, you don’t need Python to do this. Any programming language that can access the Windows Registry will be able to do this or you could just use Group Policies. But this is a Python blog, so that’s what you’re going to get in this article! (more…)