Page 1 of 1

[Network Tweaker] St1cky

Posted: Tue Apr 27, 2021 10:35 am
by st1cky
I'm currently working on a program that is supposed to simplify tweaking on the network adapter and to provide a better overview, what do you think?

I'll add more settings over time. As soon as I'm done, I'll post it for testing. :)

Image

Posted: Tue Apr 27, 2021 10:40 am
by Philip
Looks Great!

I would maybe add "Apply all" button.

Posted: Tue Apr 27, 2021 11:19 am
by st1cky
That's a good idea: D

I'll add a few more settings from..

Get-CimInstance -ClassName Win32_NetworkAdapterConfiguration -Property *
Get-NetIPConfiguration -All -AllCompartments -Detailed
Get-NetIPv4Protocol
Get-NetIPv6Protocol

and maybe a few more hidden adapter settings.

Posted: Tue Apr 27, 2021 11:42 am
by fords8
WOW st1cky! That is great. Really like the restart.

Posted: Mon May 23, 2022 1:29 pm
by st1cky
[update]

Powershell Code:
https://pastebin.com/SLBsNkJF

Copy STRG+C -> STRG+V Powershell - Enter

Note: Still for testing, will add Default Values for Driver/Kernel later.

Posted: Mon May 23, 2022 4:52 pm
by Philip
This looks great, you've added quite a bit to it. Pastebin seems private (or awaiting moderation)
"Error, this is a private paste or is pending moderation."

Posted: Wed May 25, 2022 4:53 am
by st1cky
Philip wrote:This looks great, you've added quite a bit to it. Pastebin seems private (or awaiting moderation)
"Error, this is a private paste or is pending moderation."
Thanks Philip :)
I fixed the link, works now.