Created
July 3, 2019 16:43
-
-
Save Jnchi/2c981d8fd13a0ed1e78d25b21f4dcc70 to your computer and use it in GitHub Desktop.
Configure Hostname on Windows 10
This file contains hidden or 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
# 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