Warcraft II: Battle.net Edition

From LANCommander
Revision as of 01:40, 1 August 2023 by DoctorDalek (talk | contribs) (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Developers = {{Game.InfoBox.Developer|Blizzard Entertainment}} |Publishers = {{Game.InfoBox.Publisher|Blizzard Entertainment}} |Release Date = {{Game.InfoBox.ReleaseDate|Windows|September 30, 1999}} |Genres = {{Game.InfoBox.Genre|Real Time Strategy (RTS)}} {{Game.InfoBox.Genre|Strategy}} | PCGamingWiki = Warcraft_II:_Battle.net_Edition }} {{Game.ActionBox |Actions = {{Game.ActionBox.Row|Name = Play|Path = Warcraft I...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 Warcraft II BNE_dx.exe True

Name Change Script

$NewName = $args[0]

if ($NewName.Length -gt 24) {
    $NewName = $NewName.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 $NewName -Force