Output All Settings to a File

Page 3 of 5 FirstFirst 12345 LastLast

  1. Posts : 331
    windows 10
    Thread Starter
       #21

    Matthew Wai said:
    Is the phrase "weeding them from an array" an idiom? If so, what does it mean?
    Taking one item from a list or matrix. Example just getting DHCP status only,
      My Computer


  2. Posts : 7,607
    Windows 10 Home 20H2
       #22

    mikeincousa said:
    just getting DHCP status only,
    It is possible to get specific lines from the output of "ipconfig /all" via a CMD script.
      My Computer


  3. Posts : 331
    windows 10
    Thread Starter
       #23

    Normally I will agree with you. But the trick in this case is, metaphorically, separating the chaff from the wheat without knowing which is which when one does understand the terms or mission.

    I do access the Internet without any fuss or bother or thought. It just happens.

    Maybe I did not state the mission clearly?

    It is connecting an Ubuntu machine and a Windows Machine.
    There seems to be a serious bug in the instructions. Namely ncpa.cpl does not work properly The command bfings up a config page okay but I cannot access for Ethernet, Right clicking just brings up a status block. I have seen some discussion of this issue in the Internet but the explanations were over my head. That is what started me on this track.

    If I can get that down I want to establish a shared Internet connection on the Ubuntu side. Maybe if I sort how to do this in Windows the Ubuntu issue will take care of the themselves?
      My Computer


  4. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #24
      My Computer


  5. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #25

    Hello @mikeincousa,

    mikeincousa said:
    As DHCP status is a critical parameter . . .

    Try this => ipconfig /all | FindSTR /C:"DHCP Server"

    I hope this helps.
      My Computer


  6. Posts : 331
    windows 10
    Thread Starter
       #26

    Is there anything useful here? => Command Prompt (CMD) – 8 network commands you should know
    and
    rry this => ipconfig /all | FindSTR /C:"DHCP Server"

    These both look very helpful.
    I need to quit for now . I will try them both later.
    Thanks.
      My Computer


  7. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #27

    Hello @mikeincousa,

    mikeincousa said:
    These both look very helpful.
    I need to quit for now . I will try them both later.
    Thanks.
    You are VERY welcome.
      My Computer


  8. Posts : 7,607
    Windows 10 Home 20H2
       #28

    Try the following alternative:

    ipconfig /all|Find "DHCP"

    It will find anything about "DHCP".
    The following line will write the output into "DHCP.txt" on your desktop.

    ipconfig /all|Find "DHCP">"%UserProfile%\Desktop\DHCP.txt"
      My Computer


  9. KCR
    Posts : 355
    Windows 10 Home, 64-bit, Version 22H2 (OS Build 19045.4291)
       #29

    Matthew Wai said:
    Try the following alternative:

    ipconfig /all|Find "DHCP"


    Code:
    PS C:\WINDOWS\system32> ipconfig /all|Find "DHCP"
    FIND: Parameter format not correct
    PS C:\WINDOWS\system32>


    . . . .

    .
      My Computers


  10. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #30

    KCR said:
    Code:
    PS C:\WINDOWS\system32> ipconfig /all|Find "DHCP"
    FIND: Parameter format not correct
    . . .

    Works for me!
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:17.
Find Us




Windows 10 Forums