Skip to content

Instantly share code, notes, and snippets.

View zrd4y's full-sized avatar
🎯
Focusing

zr0d4y zrd4y

🎯
Focusing
View GitHub Profile
@zrd4y
zrd4y / FodhelperUACBypass.ps1
Created May 28, 2025 18:01 — forked from netbiosX/FodhelperUACBypass.ps1
Bypass UAC via Fodhelper binary in Windows 10 systems
<#
.SYNOPSIS
This script can bypass User Access Control (UAC) via fodhelper.exe
 
It creates a new registry structure in: "HKCU:\Software\Classes\ms-settings\" to perform UAC bypass and starts
an elevated command prompt.
 
.NOTES
Function : FodhelperUACBypass
File Name : FodhelperUACBypass.ps1