feat: add reboot after end prompt
This commit is contained in:
parent
bff21cfaba
commit
ce537bf42b
@ -131,3 +131,4 @@ route add -p 0.0.0.0/0 192.168.255.254
|
||||
|
||||
|
||||
Read-Host "Finished???"
|
||||
Restart-Computer
|
||||
|
@ -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
|
||||
|
@ -97,3 +97,4 @@ route add -p 0.0.0.0/0 192.168.255.254
|
||||
|
||||
ipconfig /renew
|
||||
Read-Host "Finished???"
|
||||
Restart-Computer
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user