From bde15a15bf50795a6e65d9892837afdb9983bc22 Mon Sep 17 00:00:00 2001 From: Alexandre S Date: Mon, 10 May 2021 15:23:19 +0200 Subject: [PATCH] fix: remove useles routing field --- Guests/RTR-03.ps1 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Guests/RTR-03.ps1 b/Guests/RTR-03.ps1 index 7f588f1..ece5cc6 100644 --- a/Guests/RTR-03.ps1 +++ b/Guests/RTR-03.ps1 @@ -62,16 +62,6 @@ Get-NetFirewallRule -name "*ICMP4-ERQ-In*" |Enable-NetFirewallRule #END - - - -### Activating remote-access role - -echo "Activating remote-access role" -set-service RemoteAccess -StartupType Automatic -Start-Service RemoteAccess -#End - #netsh -f ./WAN.conf ### Set connection as Private