(Edit: Good introduction to UAC: Windows 7 User Account Control Guide)
A method has been found that bypasses UAC (User Account Control), even at its maximum level (“Always notify”), purportedly for all versions of Windows. I verified that the code (which is also linked to in the first link) bypasses Windows 7 with UAC set to “Always notify.” The author (Google security vulnerability researcher James Forshaw) claims that this UAC bypass method works even on Windows 10. Note for testers: Purportedly the minimum version of PowerShell required for this code to run is 3.0.
I also tested whether this method allows admin privileges to be obtained in a standard account; without any modification, the code failed to gain admin privileges, giving an error in CreateProcessWithLogin. However, note the author’s admonition about over-the-shoulder elevation in the first link.
UACMe method 35 also implements this UAC bypass method.