mirror of
https://github.com/NohamR/RMHook-Win.git
synced 2026-05-25 12:27:12 +00:00
9 lines
432 B
Markdown
9 lines
432 B
Markdown
Set-ExecutionPolicy
|
|
Run from an elevated PowerShell (script will attempt to relaunch elevated if not already) or right-click -> Run with PowerShell.
|
|
Example: .\scripts\install-hook.ps1 -Action install
|
|
To use a specific DLL: .\scripts\install-hook.ps1 -Action install -SourcePath "C:\path\to\your.dll"
|
|
To restore original: .\scripts\install-hook.ps1 -Action restore
|
|
|
|
|
|
install-hook.bat -Action install
|
|
install-hook.bat -Action restore |