Open Notepad.
-
Write something like this (change paths to your apps):
@echo off set "target_dir=C:\Users\UserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" for %%f in ("%target_dir%\*") do ( echo Executing: %%f start "" "%%f" ) Go to File → Save As…
“Save as type”: All Files
Name: start_app_folder.bat (extension must be .bat).Double‑click "start_app_folder.bat".
All the files in the folder will be open.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)