flush the DNS (Solves network problems)

main
LeDragoX 4 years ago committed by Plínio Larrubia
parent bf4c670909
commit c3c622810b
No known key found for this signature in database
GPG Key ID: 057B0A87CB137C69

@ -120,16 +120,15 @@ reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Ad
# 1 = This PC, 2 = Quick access
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "LaunchTo" /t REG_DWORD /d 1 /f
# NOW JUST SOME TWEAKS
# *** Show hidden files in Explorer ***
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Hidden" /t REG_DWORD /d 1 /f
# *** Show super hidden system files in Explorer ***
# reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowSuperHidden" /t REG_DWORD /d 1 /f
# *** Show file extensions in Explorer ***
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
# *** Show super hidden system files in Explorer ***
# reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowSuperHidden" /t REG_DWORD /d 1 /f
Write-Output "" "*** Misc. Tweaks ***" ""
Write-Output "" "Bring back F8 for alternative Boot Modes"
@ -169,5 +168,14 @@ ShowMessage -Title "Winaero Tweaker" -Message "1 - If showed click [I AGREE]
Push-Location "ShutUp10"
Start-Process OOSU10.exe ooshutup10.cfg #/quiet
Pop-Location
Pop-Location
Write-Output "Solving DNS problems..."
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Write-Output "DNS flushed!"
Start-Process wsreset
Loading…
Cancel
Save