Skip to content

Instantly share code, notes, and snippets.

@Soulflare3
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Soulflare3/4b92b07e569fc9607a29 to your computer and use it in GitHub Desktop.
Save Soulflare3/4b92b07e569fc9607a29 to your computer and use it in GitHub Desktop.
Windows Startup File
@echo off
echo Executing startup tasks
echo Loading virtual drives
subst Z: C:\Users\Robert\Documents\spawncamping-octo-bugfixes
subst Y: C:\CMD
subst X: C:\Users\Robert
elevate64 subst Z: C:\Users\Robert\Documents\spawncamping-octo-bugfixes
elevate64 subst Y: C:\CMD
elevate64 subst X: C:\Users\Robert
echo Disabling System Beep
start "" elevate64 -noui net stop beep
echo Killing Microsoft's Win10 Advertising
taskkill /im gwx.exe /f
echo Starting Xchat IRC
start "" "C:\Program Files (x86)\xchat\xchat.exe"
echo ShareX
start "" "C:\Program Files\ShareX\ShareX.exe" -silent
echo Active Dossier Uploader
start "" "C:\CMD\ActiveDossierUploader.exe"
echo EVGA PrecisionX 16 Server
start "" "C:\Program Files (x86)\EVGA\PrecisionX 16\PrecisionXServer_x64.exe"
echo HFS
start "" "C:\CMD\hfs.exe"
echo Project Kryptonite
cd "C:\Program Files (x86)\Project Kryptonite\"
start "" "C:\Program Files (x86)\Project Kryptonite\ProjectKryptonite.exe"
cd "C:\CMD"
echo Teamspeak 3
start "" "C:\Program Files\TeamSpeak 3 Client\ts3client_win64.exe"
echo Bandicam
start "" "C:\Program Files (x86)\Bandicam\bdcam.exe"
echo Starting Steam
start "" steam.bat
echo Updating ClamAV Definitions
start "" freshclam.exe
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment