Cool trick in Windows 7

Create a folder on your desktop or anywhere on your system and then rename it like below:
MasterConsole.{ED7BA470-8E54-465E-825C-99712043E01C}
The icon will change to the control panel icon and you will have access to EVERYTHING from this one spot. It is very cool I think. The “masterconsole” portion of the statement can named differently if you choose to do so.

1 comment:

Python contextlib for Timing Python code

If you've ever found yourself needing to measure the execution time of specific portions of your Python code, the `contextlib` module o...