Skip to content

Instantly share code, notes, and snippets.

@dialogik
Created August 24, 2021 10:16
Show Gist options
  • Save dialogik/a23d59b2bcf5a5002b21a39b9ec2ad78 to your computer and use it in GitHub Desktop.
Save dialogik/a23d59b2bcf5a5002b21a39b9ec2ad78 to your computer and use it in GitHub Desktop.
This PowerShell script removes the PUBG intro video
Rename-Item -Path "C:\Program Files (x86)\Steam\steamapps\common\PUBG\TslGame\Content\Movies\LoadingScreen.mp4" -NewName "C:\Program Files (x86)\Steam\steamapps\common\PUBG\TslGame\Content\Movies\LoadingScreen_REMOVED.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment