|
2
|
The code below shows how to read from/write to the Windows Registry. In this example all the tasks are listed which are executed at logon. A new task (opening the explorer) is added to ths logon.
For more information on the Windows Registry see - Python Library Reference: 20.2 _winreg - Windows registry access - http://whatis.techtarget.com/definition/0,289893,sid9_gci212883,00.html |
1 comment
Add a comment
Sign in to comment
Download
Copy to clipboard

Backslashes. I think that all of the strings in this example that contain backslashes should be raw strings (such as r"This is an example of a \ backslash")