Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- reg delete "HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default" /va /f
- reg delete "HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Servers" /f
- reg add "HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Servers"
- attrib -s -h %userprofile%\documents\Default.rdp
- del %userprofile%\documents\Default.rdp
- del /f /s /q /a %AppData%\Microsoft\Windows\Recent\AutomaticDestinations
- netsh interface tcp set global autotuning=disabled
- netsh int ip reset restlog.txt
- netsh winsock reset
- netsh winhttp reset proxy
- netsh int ip reset all
- ipconfig /flushdns
- ipconfig /renew
- exit
Add Comment
Please, Sign In to add comment