Environment
| IP | HOSTNAME | NOTE |
|---|---|---|
| N/A | Win10 | Test machine |
Related Scripts
| Contents | Download |
|---|---|
PowershellScript |
The powershell Script Is as Follows:
$white_file_path = "E:\TempProjects\dll_side_load\rekeywiz.exe"
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Run" -Name "rekeywiz.exe" -Value $white_file_path
Run the Script to Add a Startup Entry:
