INI 10
Apps.ini Guest on 8th November 2025 10:19:13 PM
  1. ; This is a configuration file for runner.vbs
  2. ;
  3. ; Each application is defined in a section, e.g., [edge]
  4. ; The section name is the key you will use from the command line.
  5. ;
  6. ; Under each section, you must provide:
  7. ;   processName: The name of the executable as seen in Task Manager's Details tab.
  8. ;   path: The full, absolute path to the executable file.
  9.  
  10. ; find UWP app ID via Powershell
  11. ; Get-StartApps | Where-Object { $_.Name -match "xbox" }
  12. ; result Microsoft.GamingApp_8wekyb3d8bbwe!Microsoft.Xbox.App
  13. ; so launch command
  14. ; launchCommand=explorer.exe shell:appsFolder\Microsoft.GamingApp_8wekyb3d8bbwe!Microsoft.Xbox.App
  15.  
  16.  
  17. [steam]
  18. path=C:\Program Files (x86)\Steam\Steam.exe
  19.  
  20. [edge]
  21. path=C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
  22. launchCommand=msedge edge://newtab
  23.  
  24. [spotify]
  25. path=C:\Windows\explorer.exe
  26. launchCommand=explorer.exe shell:appsFolder\SpotifyAB.SpotifyMusic_zpdnekdrzrea0!Spotify
  27.  
  28. [xbox]
  29. path=C:\Windows\explorer.exe
  30. launchCommand=explorer.exe shell:appsFolder\Microsoft.GamingApp_8wekyb3d8bbwe!Microsoft.Xbox.App
  31.  
  32. [crate]
  33. path=C:\Windows\explorer.exe
  34. launchCommand=explorer.exe shell:appsFolder\B9ECED6F.ArmouryCrateSE_qmba6cd70vzyy!App
  35.  
  36. [discord]
  37. path=C:\Users\Azriel\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Discord Inc\Discord.lnk
  38.  
  39. [jackbox]
  40. path=C:\Program Files (x86)\Steam\Steam.exe
  41. launchCommand=steam://run/2828500
  42.  
  43. [youtube]
  44. path=C:\Users\Azriel\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\FreeTube.lnk
  45.  
  46. [gmail]
  47. path=C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
  48. launchCommand=msedge.exe --app-id=fmgjjmmmlfnkbppncabfkddbjimcfncm
  49.  
  50. [notepad]
  51. path=C:\Windows\System32\notepad.exe
  52.  
  53. [vscode]
  54. path=C:\Users\Azriel\AppData\Local\Programs\Microsoft VS Code\Code.exe
  55.  
  56. [plex]
  57. path=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Plex\Plex.lnk
  58.  
  59. [obs]
  60. path="C:\Users\Azriel\Documents\Apps\PortableApps\OBSPortable\OBSPortable.exe

Paste is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.