RAW - Registry Autostart for Windows 01-06-2019, 05:35 PM
#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