Outlaws

From LANCommander
Revision as of 01:19, 1 August 2023 by DoctorDalek (talk | contribs) (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Developers = {{Game.InfoBox.Developer|LucasArts}} |Publishers = {{Game.InfoBox.Publisher|Disney Interactive}} {{Game.InfoBox.Publisher|LucasArts}} |Release Date = {{Game.InfoBox.ReleaseDate|Windows|March 31, 1997}} |Genres = {{Game.InfoBox.Genre|Shooter}} | PCGamingWiki = Outlaws }} {{Game.ActionBox |Actions = {{Game.ActionBox.Row|Name = Play|Path = olwin.exe|Arguments = |WorkingDirectory = |Primary = True}} }} {{G...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Developers
LucasArts
Publishers
Disney Interactive LucasArts
Release Date
Windows: March 31, 1997
Genres
Shooter
View at PCGamingWiki

Actions

Name Path Arguments Working Directory Primary
Play olwin.exe True

Name Change Script

This script requires admin access to function properly

$NewName = $args[0]

if ($NewName.Length -gt 20) {
    $NewName = $NewName.Substring(0, 20)
}

New-Item -Path "HKLM:\SOFTWARE\WOW6432Node\LucasArts Entertainment Company"
New-Item -Path "HKLM:\SOFTWARE\WOW6432Node\LucasArts Entertainment Company\Outlaws"
New-Item -Path "HKLM:\SOFTWARE\WOW6432Node\LucasArts Entertainment Company\Outlaws\Users"
New-Item -Path "HKLM:\SOFTWARE\WOW6432Node\LucasArts Entertainment Company\Outlaws\Users\Default User"
New-Item -Path "HKLM:\SOFTWARE\WOW6432Node\LucasArts Entertainment Company\Outlaws\Users\Default User\Multiplayer"

New-ItemProperty -Path "HKLM:\SOFTWARE\WOW6432Node\LucasArts Entertainment Company\Outlaws\Users\Default User\Multiplayer" -Name "Network Name" -Value $NewName -Force
New-ItemProperty -Path "HKLM:\SOFTWARE\WOW6432Node\LucasArts Entertainment Company\Outlaws\Users\Default User\Multiplayer" -Name "Default Game" -Value "Vintage" -Force