412 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
144
views
netsh int ip reset Errors during Reset of Network adapters
Tried to run this script in application env and just commands on their own in terminal.
public resetNetworkAdapter(): void {
// windows reported everything is OK for most of adapters,
// but ...
0
votes
2
answers
99
views
Character encoding issue with subprocess module running netsh command
*this question is on windows only.
When attempting to retrieve all WiFi passcodes and names stored, I ran into a error running a netsh command due to a mis-encoding of a character through the ...
0
votes
1
answer
139
views
Can you use "netsh http add urlacl" conditionally in an Azure pipeline YAML file?
We need to register the HTTP listeren on our build servers and want our pipeline steps to all be "green" when everything's in order. So for our code to run, we have to run the following code:...
1
vote
0
answers
495
views
netsh mbn add profile interface="Mobile" name="Cellular.xml" command fails with "Profile cannot be loaded" error
I'm in the process of adding a cellular profile using netsh commands to a tablet device running Windows 10.I'm using the following XML to load the profile. But fails to load profile. Please help me if ...
1
vote
1
answer
214
views
Invalid parameter on netsh http add
All the ways end at the same point "Invalid parameter" referring to appid (Guid). If I remove that parameter, the adding process can finish correctly.
These are the some commands I have been ...
-2
votes
1
answer
1k
views
Netsh command not working, it is showing command not found
The command
netsh wlan profile name='my_wifi_name' key=clear
shows this error:
The following command was not found: wlan profile name='my_wifi_name' key=clear
The following command was not found: ...
0
votes
0
answers
53
views
Trying to pre-register ports to run Owin without Admin doesn't work
Currently working on a PoC of sorts to find out if I can run Owin self-host without admin rights if I do port/url/firewall stuff with admin rights before execution of the app.
For this purpose I have ...
0
votes
0
answers
1k
views
Using Winshark to Filter by process/PID
I'm following the suggestions in this question to allow filtering packets by process ID in a Windows 10 system.
@OneAndOnly recently suggested WinShark, which has a github page here.
It describes the ...
1
vote
0
answers
409
views
netsh add sslcert with disablelegacytls not working in Windows Server 2019
So I'm trying to add my SSL certificate via netsh with legacy TLS versions disabled but it's always complaining about The syntax supplied for this command is not valid. Check help for the correct ...
1
vote
0
answers
534
views
IIS does not allow netsh port forwarding for 80 and 443 ports
I have a problem for port forwarding (80,443) via netsh which conflicts with IIS on my windows server 2012
Port forwarding is configured via netsh interface portproxy from external ip:80 to localip:80 ...
0
votes
1
answer
92
views
I cannot read the ipv6 address using netsh
I want to create a script where remove all the address I set manually in ethernet adaptor. To do that first I want to read the ip addresses. At the begging works perfectly but after I tried to remove ...
0
votes
0
answers
55
views
Using netsh as a process to get wlan information - Memory Leak?
I've been trying different options to get the status and signal strength of the current wifi connection. WMI didn't work at all for me, then I stumbled across netsh.exe which returns everything I need....
0
votes
1
answer
92
views
Script does not save output to correct path while using auto py to exe
my program uses netsh to save wifi profile information on a txt file in a directory that is named as the system time of the moment of running the program
so lets say you have signed into three wifi ...
1
vote
2
answers
876
views
A batch for finding the IP address of the connected interfaces
Long time reading. First time poster.
I have a Windows machine with many NICs, and rather than the normal ipconfig, I want a simple way of showing the IP address(es) of just the adapter(s) that is(are)...
0
votes
1
answer
1k
views
Limit of requests per second in AWS Fargate. Can net settings be managed?
I use a 1 CPU Fargate where my container is running, and I have a multi-threaded network node.js application(it's not ngnix). I have sufficient resources, and there is a lot of free capacity, but the ...