环境说明
| IP | HOSTNAME | NOTE |
|---|---|---|
| N/A | Win10 | 测试机 |
相关脚本
| 内容 | 下载 |
|---|---|
PowershellScript |
powershell脚本如下:
$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
运行脚本添加开机启动项:
