Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 379 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 379 Bytes

Win32-Elevation

This script request admin privileges in Windows and execute something.

What it can be used for?

  • Execute commands that need admin privileges
  • Open files/executables that need to be run as admin
  • Update windows registry (REG ADD)

Why this was created?

A lot of tasks in Windows can be automated, but the most part of them require admin privileges.