Skip to content

Instantly share code, notes, and snippets.

@Jnchi
Created July 3, 2019 16:43
Show Gist options
  • Save Jnchi/2c981d8fd13a0ed1e78d25b21f4dcc70 to your computer and use it in GitHub Desktop.
Save Jnchi/2c981d8fd13a0ed1e78d25b21f4dcc70 to your computer and use it in GitHub Desktop.
Configure Hostname on Windows 10
# Configure Hostname on Windows 10
# https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/start-process
# SPDX-License-Identifier: GPL-3.0-or-later
echo "Configuring Hostname..."
# $ret = (Start-Process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment