feat: add reboot after end prompt

This commit is contained in:
Winston Smith 2021-05-10 11:43:22 +02:00
parent bff21cfaba
commit ce537bf42b
4 changed files with 4 additions and 0 deletions

View File

@ -131,3 +131,4 @@ route add -p 0.0.0.0/0 192.168.255.254
Read-Host "Finished???"
Restart-Computer

View File

@ -106,3 +106,4 @@ route add -p 192.168.12.0/24 192.168.255.8
route add -p 0.0.0.0/0 192.168.255.254
Read-Host "Finished???"
Restart-Computer

View File

@ -97,3 +97,4 @@ route add -p 0.0.0.0/0 192.168.255.254
ipconfig /renew
Read-Host "Finished???"
Restart-Computer

View File

@ -123,3 +123,4 @@ Set-DhcpServerv4OptionValue -ScopeId 192.168.8.0 -Router 192.168.8.254
Set-DhcpServerv4OptionValue -ScopeId 192.168.8.0 -DnsServer 9.9.9.9
Read-Host "Finished?"
Restart-Computer