Warcraft II: Battle.net Edition
Developers | |
---|---|
Blizzard Entertainment | |
Publishers | |
Blizzard Entertainment | |
Release Date | |
Windows: September 30, 1999 | |
Genres | |
Real Time Strategy (RTS)Strategy | |
View at PCGamingWiki |
Actions
Name | Path | Arguments | Working Directory | Primary |
---|---|---|---|---|
Play | {InstallDir}\Warcraft II BNE_dx.exe | True |
Name Change Script
if ($NewPlayerAlias.Length -gt 24) {
$NewPlayerAlias = $NewPlayerAlias.Substring(0, 24)
}
New-Item -Path "HKCU:\SOFTWARE\Blizzard Entertainment"
New-Item -Path "HKCU:\SOFTWARE\Blizzard Entertainment\Warcraft II BNE"
New-ItemProperty -Path "HKCU:\SOFTWARE\Blizzard Entertainment\Warcraft II BNE" -Name "name" -Value $NewPlayerAlias -Force