Login Register






RAW - Registry Autostart for Windows filter_list
Author
Message
RAW - Registry Autostart for Windows #1
Code:
@title RAW - Registry Autostart for Windows @echo off :start echo ................................................... echo RAW - Registry Autostart for Windows . echo (This program requires Admin Privileges) . echo ................................................... set /p id1="File location to start (c:\1.exe) :" reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v svchost.exe /t REG_SZ /d "%id1%" /f cls echo File location added. %id1% pause

Run as filename.bat

Reply

RE: RAW - Registry Autostart for Windows #2
Here's a visual In It's executed form:

Spoiler:
[Image: TxPHXQ6.png]
[Image: AD83g1A.png]

[+] 1 user Likes mothered's post
Reply