Is using different COMs such as IFileOperation really necessary for UAC bypass

I am studying about different methods to perform UAC bypass mainly from UACME

I saw a lot of method for bypassing UAC with the use of COM objects, with IFileOperation as a very common example, with DLL injection as a prelimi… Continue reading Is using different COMs such as IFileOperation really necessary for UAC bypass

Risk of disabling usage of secure desktop for elevation prompt (to allow copy paste admin password) on a Personal Computer?

Context:

Hardened PC configuration of the company by giving a separate admin account to each employee, recorded in his/her KeePass, much stronger than a user-created one (at least 20 chars), so quite impossible to remember … Continue reading Risk of disabling usage of secure desktop for elevation prompt (to allow copy paste admin password) on a Personal Computer?

Would a mechanism for a same-password separate admin account solve the problem of UAC bypasses in Windows?

The standard role-separation mechanism in Windows for a local administrator is to have a single account, but protect it using UAC, and configure it for Always Notify if increased security is desired. Unfortunately, this mecha… Continue reading Would a mechanism for a same-password separate admin account solve the problem of UAC bypasses in Windows?