We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a41ec commit c8938f1Copy full SHA for c8938f1
1 file changed
optimize.ps1
@@ -193,7 +193,7 @@ if ($userinput -eq 'y' -or !$userinput) {
193
if ($AcceptAllTweaks) {
194
$userinput = 'y'
195
} else {$userinput = Read-Host -Prompt "Do you want to disable IPv6? (Not Recommended Unless It's Causing Problems) (y/N)"}
196
-if ($userinput -eq 'y' -or !$userinput) {
+if ($userinput -eq 'y') {
197
$IPv6 = Get-Content $configdir\disable_ipv6.json | ConvertFrom-Json
198
199
for ($i = 0; $i -lt $Registry.Count; $i++) {
0 commit comments