Last active
May 10, 2020 18:45
-
-
Save shurick81/0ea427f0d6a9877819eea7036e687248 to your computer and use it in GitHub Desktop.
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
Start-Transcript c:\Enable-IPRouter.log; | |
Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters -Name IpEnableRouter -Value 1; | |
shutdown /r /t 60 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment