[Network Tweaker] St1cky

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
User avatar
st1cky
Member
Posts: 78
Joined: Mon Feb 05, 2018 8:53 am

[Network Tweaker] St1cky

Post 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
User avatar
Philip
SG VIP
Posts: 11526
Joined: Sat May 08, 1999 5:00 am
Location: Jacksonville, Florida

Post by Philip »

Looks Great!

I would maybe add "Apply all" button.
Linux is user friendly, it's just picky about its friends...
Disclaimer: Please use caution when opening messages, my grasp on reality may have shaken loose during transmission (going on rusty memory circuits). I also eat whatever crayons are put in front of me.
๑۩۞۩๑
User avatar
st1cky
Member
Posts: 78
Joined: Mon Feb 05, 2018 8:53 am

Post 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.
User avatar
fords8
Regular Member
Posts: 133
Joined: Sun Sep 08, 2002 7:21 pm
Location: Ma.

Post by fords8 »

WOW st1cky! That is great. Really like the restart.
User avatar
st1cky
Member
Posts: 78
Joined: Mon Feb 05, 2018 8:53 am

Post 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.
Attachments
124.png
User avatar
Philip
SG VIP
Posts: 11526
Joined: Sat May 08, 1999 5:00 am
Location: Jacksonville, Florida

Post 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."
Linux is user friendly, it's just picky about its friends...
Disclaimer: Please use caution when opening messages, my grasp on reality may have shaken loose during transmission (going on rusty memory circuits). I also eat whatever crayons are put in front of me.
๑۩۞۩๑
User avatar
st1cky
Member
Posts: 78
Joined: Mon Feb 05, 2018 8:53 am

Post 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.
Post Reply