1 个仓库
Utilities that execute elevated commands within the existing terminal process without spawning new windows.
Distinct from CMD Command Elevations: Distinct from CMD Command Elevations: covers general shell elevation (including PowerShell/CMD) without restricting to specific flags like -d.
Explore 1 awesome GitHub repository matching security & cryptography · In-Process Command Elevations. Refine with filters or upvote what's useful.
Sudo 是一个 Windows 命令行实用程序和权限提升工具,旨在从现有终端会话中以管理员权限执行单个命令。它充当管理访问包装器,允许特定进程以管理员身份运行,而无需用户手动打开新的管理窗口。 该工具将管理任务直接集成到 Windows 命令行工作流中,能够在保持当前终端上下文的同时管理系统配置和受保护文件。它通过包装执行模型来促进提升的命令执行,从而允许在单个 Shell 会话中进行权限提升。
Executes commands with administrative privileges directly from the current terminal window without spawning a new process.