Manipulating Windows Registry using winreg in Python
As Windows Registry is a very sensitive place to do anything, do not change any value predefined by the Windows System. This article will just be for learning purposes of how Python can be used to create some new registry keys with user-defined values. Windows registry can be used for different purposes, it can be accessed via typing regeditin the Run application.
[mai mult...]