This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| start:knowledge:vfx:pipeline [2026/01/10 10:02] – [Sources] florian | start:knowledge:vfx:pipeline [2026/01/12 17:23] (current) – [Startup] florian | ||
|---|---|---|---|
| Line 35: | Line 35: | ||
| I'm executing 2 scripts on startup using a single InvisibleLauncher.vbs file referenced in Windows '' | I'm executing 2 scripts on startup using a single InvisibleLauncher.vbs file referenced in Windows '' | ||
| Use '' | Use '' | ||
| + | |||
| === 1. CreateDrives === | === 1. CreateDrives === | ||
| This is a bat script. In addition to this I'm also using VisualSubst, | This is a bat script. In addition to this I'm also using VisualSubst, | ||
| + | |||
| === 2. AppsToDesktop === | === 2. AppsToDesktop === | ||
| This is a .ps1 script, referenced to a a folder called " | This is a .ps1 script, referenced to a a folder called " | ||
| In this startup, put shortcuts in the folders named after the corresponding desktop where you want them to be opened, like " | In this startup, put shortcuts in the folders named after the corresponding desktop where you want them to be opened, like " | ||
| - | For this script I'm using the [[https:// | + | For this script I'm using the [[https:// |
| + | Some of the windows have to be putt in fullscreen (F11), for this, we need the software [[https:// | ||
| ==== Work locally while keeping a mirror on NAS ==== | ==== Work locally while keeping a mirror on NAS ==== | ||