Last active
January 4, 2016 00:29
-
-
Save da9l/8541629 to your computer and use it in GitHub Desktop.
Minecraft server installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CINST Bukkit | |
Install-WindowsUpdate –AcceptEula | |
New-NetFirewallRule -DisplayName "Minecraft" -Direction Inbound -LocalPort 25565 -Protocol TCP | |
-Action Allow | |
Invoke-WmiMethod Win32_Process Create -Args "$env:systemdrive\tools\bukkit\Bukkit.bat" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment