15 lines
351 B
Batchfile
Executable File
15 lines
351 B
Batchfile
Executable File
c:
|
|
cd \
|
|
cd "C:\Program Files\Everything"
|
|
start "" everything.exe -startup
|
|
timeout 2 >nul
|
|
cd "C:\Users\nwettstein\AppData\Local\FluxSoftware\Flux"
|
|
start "" flux.exe /noshow
|
|
timeout 2 >nul
|
|
taskkill /f /im "explorer.exe"
|
|
cd c:\windows
|
|
start "" explorer.exe
|
|
timeout 2 >nul
|
|
start "" "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ueli.lnk" && exit
|
|
|