merged with the registry for ctcp how fix this

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
codetr
New Member
Posts: 6
Joined: Tue Jun 23, 2015 1:16 pm

merged with the registry for ctcp how fix this

Post by codetr »

hi How do I return default settings. all tcp and registry settings.

ı try
netsh winsock reset
netsh winsock reset catalog
netsh int ip reset

it does not work. win10 pro 64bit
User avatar
YeOldeStonecat
SG VIP
Posts: 51171
Joined: Mon Jan 15, 2001 12:00 pm
Location: Somewhere along the shoreline in New England

Post by YeOldeStonecat »

Running CMD under Administrative privies? Gotta right click and "Run as Admin.."

netsh advfirewall reset
netsh int ip reset
netsh int ipv6 reset
netsh winsock reset

reboot
MORNING WOOD Lumber Company
Guinness for Strength!!!
codetr
New Member
Posts: 6
Joined: Tue Jun 23, 2015 1:16 pm

Post by codetr »

YeOldeStonecat wrote:Running CMD under Administrative privies? Gotta right click and "Run as Admin.."

netsh advfirewall reset
netsh int ip reset
netsh int ipv6 reset
netsh winsock reset

reboot
not work

Image
codetr
New Member
Posts: 6
Joined: Tue Jun 23, 2015 1:16 pm

Post by codetr »

Does nobody have any idea
User avatar
Philip
SG VIP
Posts: 11704
Joined: Sat May 08, 1999 5:00 am
Location: Jacksonville, Florida

Post by Philip »

The commands above are how you reset the settings. If something doesn't stick, you are either not running elevated command prompt, or you can try to change the values manually (or using PowerShell cmdlets, if under Windows 8/10).
All the settings are listed in our tweaking articles on the main site. Some of the netsh commands are no longer supported in netsh, so if you do individual changes PowerShell may be your best bet.
Post Reply