Socket
Book a DemoInstallSign in
Socket

admin-exe

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

admin-exe

A Node.js utility to convert Windows executables to run as administrator by modifying their manifest files. Useful for packaging or distributing apps that require elevated privileges.

1.0.0
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

admin-exe

A Node.js utility to convert Windows executables to run as administrator by modifying their manifest files. Useful for packaging or distributing apps that require elevated privileges.

Features

  • Modify an existing .exe to request administrator privileges
  • Uses Resource Hacker for manifest editing
  • Simple CLI and programmatic API

Installation

npm install -g admin-exe

Usage

CLI

admin-exe <path-to-exe>

This will update the specified executable to always request admin rights on launch.

Programmatic

const { convertToRunAsAdmin } = require('admin-exe');

convertToRunAsAdmin('path/to/your.exe');

Requirements

  • Windows OS
  • Resource Hacker (included in bin/)

License

MIT

FAQs

Package last updated on 10 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.