| 59 | |
| 60 | This is not a bug, it is a feature of Windows 7, named UAC (User Account Control). |
| 61 | By default, an application that is started by a user who is a member of the `Administrator` group, is executed with normal (`Users`) priviliges. The user has the oppurtinuty to start that application by right-click and `"Run as Administrator"` without further password queries. |
| 62 | |
| 63 | See http://technet.microsoft.com/en-us/library/cc709691%28WS.10%29.aspx |
| 64 | |
| 65 | == .Net Framework 3.5 == |
| 66 | |
| 67 | is part of the Windows 7 base installation. |