News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Working With It

Started by Evan, November 27, 2013, 01:23:02 AM

Previous topic - Next topic

Evan

I don't understand what is wrong with my netsh

The following command was not found: .show all.
netsh>

dedndave

use "?" to get a list of commands
C:\ => netsh
netsh>?

The following commands are available:

Commands in this context:
..             - Goes up one context level.
?              - Displays a list of commands.
abort          - Discards changes made while in offline mode.
add            - Adds a configuration entry to a list of entries.
alias          - Adds an alias.
bridge         - Changes to the `netsh bridge' context.
bye            - Exits the program.
commit         - Commits changes made while in offline mode.
delete         - Deletes a configuration entry from a list of entries.
diag           - Changes to the `netsh diag' context.
dump           - Displays a configuration script.
exec           - Runs a script file.
exit           - Exits the program.
firewall       - Changes to the `netsh firewall' context.
help           - Displays a list of commands.
interface      - Changes to the `netsh interface' context.
lan            - Changes to the `netsh lan' context.
nap            - Changes to the `netsh nap' context.
offline        - Sets the current mode to offline.
online         - Sets the current mode to online.
popd           - Pops a context from the stack.
pushd          - Pushes current context on stack.
quit           - Exits the program.
ras            - Changes to the `netsh ras' context.
routing        - Changes to the `netsh routing' context.
set            - Updates configuration settings.
show           - Displays information.
unalias        - Deletes an alias.
winsock        - Changes to the `netsh winsock' context.

The following sub-contexts are available:
bridge diag firewall interface lan nap ras routing winsock

To view help for a command, type the command, followed by a space, and then
type ?.

netsh>quit


if you want to see the modifiers for "show", type "show ?"
netsh>show ?

The following commands are available:

Commands in this context:
show alias     - Lists all defined aliases.
show helper    - Lists all the top-level helpers.
show mode      - Shows the current mode.
netsh>

Evan

Is this good?
netsh>http flush logbuffer
Ok.

netsh>


How do I figure out what is done?

dedndave

examine the contents of the buffer before and after the flush ?
you may not always be able to see a result   :P

Evan

If I can flush does that mean I can boost wifi signals somehow?


I think this whole thread should be deleted.