Skip to content

Instantly share code, notes, and snippets.

@Adanteh
Adanteh / Start Menu.bat
Last active September 1, 2020 17:23
Send to start menu programs
@echo off
Set my_file=%~1
Set program_name=%~n1
@powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0Start Menu.ps1" %my_file% %program_name%