STAR WARS: Squardons
1. Open Command Prompt as Administrator
Press
Windows + RType
cmdand pressCtrl + Shift + Enterto run as administratorAlternatively, search for "Command Prompt" in Start menu, right-click and select "Run as administrator"
2. Navigate to Your Star Wars Squadrons Installation Directory
Use the cd command to navigate to your game installation folder.
Example Steam installation path:
cd "D:\Games\steam\SteamLibrary\steamapps\common\STAR WARS Squadrons"3. Backup the Original Launcher
Rename the original launcher executable to create a backup:
rename starwarssquadrons_launcher.exe starwarssquadrons_oldlauncher.exe4. Create Symbolic Link
Create a symbolic link that points to the main game executable:
mklink starwarssquadrons_launcher.exe starwarssquadrons.exe5. Set Read-Only Protection
Right-click on the newly created
starwarssquadrons_launcher.exesymbolic linkSelect "Properties"
Check the "Read-only" checkbox
Click "OK"
Last updated