Toggle Wifi Radio or Airplane mode via command line?


  1. Posts : 6
    Windows 10
       #1

    Toggle Wifi Radio or Airplane mode via command line?


    Hi everyone

    I am trying to find a way of toggling the wifi radio on and off using command line? The same goes for the airplane mode.

    I already know that netsh can disable the adapter but thats not what I want. I want to just disable/enable the radio for the adapter. Windows 10 has the buttons on the interface called where you can turn wifi off or enable airplane mode.

    The laptop hardware switch when enabled does the same therefore there must be a call made from the hardware to the OS for this. Just can't find what it is.

    Please help.
      My Computer


  2. Posts : 42,988
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2
      My Computers


  3. Posts : 6
    Windows 10
    Thread Starter
       #3

    dalchina said:
    Already aware of those commands but all they just do is disable the whole adapter. I want a way of just disabling the radio. Effectively what airplane mode does or turning the wifi off. Try it on your Windows 10 and you'll see that the adapter stays enabled but the radio of the adapter is turned off.

    If windows can do it, there must be a way of calling the API that triggers this.
      My Computer


  4. Posts : 5,478
    2004
       #4

    What laptop do you have? I have a Lenovo and use TpFnF5.exe (which is part of their Access Connections suite).

    Every boot I use it to turn off Bluetooth by adding a switch to the end like this TpFnF5.exe /btoff . There are similar switches to turn on/off WAN WWAN etc so TpFnF5.exe /alloff turns of all radios.

    If you don't have Lenovo then I don't know. Perhaps it would work, perhaps not. If you want to try it download Access connections from Lenovo. You don't need to install it - just extract TpFnF5.exe, GlWrap.dll and NativeWl.dll to some directory then call the exe with the relevant switch.

    If not there maybe a similar app for your brand and you could find the relevant .exe. Lenovo stopped doing this software in windows 7 so it might be oldish but in my case it still works.

    Other than that if you don't want to disable the adapter with powershell I guess you'd have to trace what registry changes are made when you disable Wi-Fi through the GUI.
      My Computer


  5. Posts : 42,988
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #5

    Hi, below are the keys listed as modified during the period from first scan to 2nd scan of registry, when Flight Mode (US Airplane) is turned on (most are nothing to do with this, incidental, but listed for completeness).

    Of these
    Code:
    HKLM\SYSTEM\ControlSet001\Control\RadioManagement\SystemRadioState\: 0x00000000
    HKLM\SYSTEM\ControlSet001\Control\RadioManagement\SystemRadioState\: 0x00000001
    
    HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0004\SoftwareRadioOff: 0x00000000
    HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0004\SoftwareRadioOff: 0x00000001
    HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0004\SwRadioState: 0x00000001
    HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0004\SwRadioState: 0x00000000
    stand out. You can create a reg file to do that and implement it to suit your purposes.
    
    HKLM\SYSTEM\ControlSet001\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0004\SoftwareRadioOff: 0x00000000
    HKLM\SYSTEM\ControlSet001\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0004\SoftwareRadioOff: 0x00000001
    HKLM\SYSTEM\ControlSet001\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0004\SwRadioState: 0x00000001
    HKLM\SYSTEM\ControlSet001\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0004\SwRadioState: 0x00000000
    HKLM\SYSTEM\ControlSet001\Control\RadioManagement\SystemRadioState\: 0x00000000
    HKLM\SYSTEM\ControlSet001\Control\RadioManagement\SystemRadioState\: 0x00000001
    HKLM\SYSTEM\ControlSet001\Services\W32Time\SecureTimeLimits\SecureTimeEstimated:  A9 AA 57 C1 63 96 D2 01
    HKLM\SYSTEM\ControlSet001\Services\W32Time\SecureTimeLimits\SecureTimeEstimated:  B8 12 91 36 67 96 D2 01
    HKLM\SYSTEM\ControlSet001\Services\W32Time\SecureTimeLimits\SecureTimeHigh:  A9 12 1C 23 6C 96 D2 01
    HKLM\SYSTEM\ControlSet001\Services\W32Time\SecureTimeLimits\SecureTimeHigh:  B8 7A 55 98 6F 96 D2 01
    HKLM\SYSTEM\ControlSet001\Services\W32Time\SecureTimeLimits\SecureTimeLow:  A9 42 93 5F 5B 96 D2 01
    HKLM\SYSTEM\ControlSet001\Services\W32Time\SecureTimeLimits\SecureTimeLow:  B8 AA CC D4 5E 96 D2 01
    HKLM\SYSTEM\ControlSet001\Services\W32Time\SecureTimeLimits\RunTime\SecureTimeTickCount:  4E 3A 03 01 00 00 00 00
    HKLM\SYSTEM\ControlSet001\Services\W32Time\SecureTimeLimits\RunTime\SecureTimeTickCount:  76 E0 19 01 00 00 00 00
    HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0004\SoftwareRadioOff: 0x00000000
    HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0004\SoftwareRadioOff: 0x00000001
    HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0004\SwRadioState: 0x00000001
    HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0004\SwRadioState: 0x00000000
    HKLM\SYSTEM\CurrentControlSet\Control\RadioManagement\SystemRadioState\: 0x00000000
    HKLM\SYSTEM\CurrentControlSet\Control\RadioManagement\SystemRadioState\: 0x00000001
    HKLM\SYSTEM\CurrentControlSet\Services\W32Time\SecureTimeLimits\SecureTimeEstimated:  A9 AA 57 C1 63 96 D2 01
    HKLM\SYSTEM\CurrentControlSet\Services\W32Time\SecureTimeLimits\SecureTimeEstimated:  B8 12 91 36 67 96 D2 01
    HKLM\SYSTEM\CurrentControlSet\Services\W32Time\SecureTimeLimits\SecureTimeHigh:  A9 12 1C 23 6C 96 D2 01
    HKLM\SYSTEM\CurrentControlSet\Services\W32Time\SecureTimeLimits\SecureTimeHigh:  B8 7A 55 98 6F 96 D2 01
    HKLM\SYSTEM\CurrentControlSet\Services\W32Time\SecureTimeLimits\SecureTimeLow:  A9 42 93 5F 5B 96 D2 01
    HKLM\SYSTEM\CurrentControlSet\Services\W32Time\SecureTimeLimits\SecureTimeLow:  B8 AA CC D4 5E 96 D2 01
    HKLM\SYSTEM\CurrentControlSet\Services\W32Time\SecureTimeLimits\RunTime\SecureTimeTickCount:  4E 3A 03 01 00 00 00 00
    HKLM\SYSTEM\CurrentControlSet\Services\W32Time\SecureTimeLimits\RunTime\SecureTimeTickCount:  76 E0 19 01 00 00 00 00
    HKU\S-1-5-21-2598030854-2856894942-2756517887-1001\SOFTWARE\Google\Google Desktop\rlz_failure_count: 0x00000003
    HKU\S-1-5-21-2598030854-2856894942-2756517887-1001\SOFTWARE\Google\Google Desktop\rlz_failure_count: 0x00000001
    HKU\S-1-5-21-2598030854-2856894942-2756517887-1001\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{CEBFF5CD-ACE2-4F4F-9178-9926F41749EA}\Count\HRZR_PGYFRFFVBA:   38 00 00 00 11 00 00 00 A6 00 00 00 31 DF 2F 02 02 00 00 00 0D 00 00  00 92 E6 04 00 7B 00 31 00 41 00 43 00 31 00 34 00 45 00 37 00 37 00 2D  00 30 00 32 00 45 00 37 00 2D 00 34 00 45 00 35 00 44 00 2D 00 42 00 37  00 34 00 34 00 2D 00 32 00 45 00 42 00 31 00 41 00 45 00 35 00 31 00 39  00 38 00 42 00 37 00 7D 00 5C 00 6E 00 6F 00 74 00 65 00 70 00 61 00 64  00 2E 00 65 00 78 00 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00
     00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 42 00 00 00 F1 E2 5A 00 35 00 43  00 46 00 46 00 37 00 37 00 35 00 35 00 39 00 37 00 45 00 33 00 46 00 30  00 43 00 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0
    0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02  00 00 00 4C 4E 9C 01 7B 00 46 00 33 00 38 00 42 00 46 00 34 00 30 00 34  00 2D 00 31 00 44 00 34 00 33 00 2D 00 34 00 32 00 46 00 32 00 2D 00 39  00 33 00 30 00 35 00 2D 00 36 00 37 00 44 00 45 00 30 00 42 00 32 00 38  00 46 00 43 00 32 00 33 00 7D 00 5C 00 53 00 79 00 73 00 74 00 65 00 6D  00 41 00 70 00 70 00 73 00 5C 00 4D 00 69 00 63 00 72 00 6F 00 73 00 6F  00 66 00 74 00 2E 00 4C 00 6F 00 63 00 6B 00 41 00 70 00 70 00 5F 00 63  00 77 00 35 00 6E 00 31 00 68 00 32 00 74 00 78 00 79 00 65 00 77 00 79  00 5C 00 4C 00 6F 00 63 00 6B 00 41 00 70 00 70 00 2E 00 65 00 78
     00 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
    00 00 00 00
    HKU\S-1-5-21-2598030854-2856894942-2756517887-1001\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{CEBFF5CD-ACE2-4F4F-9178-9926F41749EA}\Count\HRZR_PGYFRFFVBA:   38 00 00 00 11 00 00 00 A9 00 00 00 4F CE 31 02 02 00 00 00 0D 00 00  00 92 E6 04 00 7B 00 31 00 41 00 43 00 31 00 34 00 45 00 37 00 37 00 2D  00 30 00 32 00 45 00 37 00 2D 00 34 00 45 00 35 00 44 00 2D 00 42 00 37  00 34 00 34 00 2D 00 32 00 45 00 42 00 31 00 41 00 45 00 35 00 31 00 39  00 38 00 42 00 37 00 7D 00 5C 00 6E 00 6F 00 74 00 65 00 70 00 61 00 64  00 2E 00 65 00 78 00 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00
     00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 42 00 00 00 F4 8A 5C 00 35 00 43  00 46 00 46 00 37 00 37 00 35 00 35 00 39 00 37 00 45 00 33 00 46 00 30  00 43 00 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0
    0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02  00 00 00 4C 4E 9C 01 7B 00 46 00 33 00 38 00 42 00 46 00 34 00 30 00 34  00 2D 00 31 00 44 00 34 00 33 00 2D 00 34 00 32 00 46 00 32 00 2D 00 39  00 33 00 30 00 35 00 2D 00 36 00 37 00 44 00 45 00 30 00 42 00 32 00 38  00 46 00 43 00 32 00 33 00 7D 00 5C 00 53 00 79 00 73 00 74 00 65 00 6D  00 41 00 70 00 70 00 73 00 5C 00 4D 00 69 00 63 00 72 00 6F 00 73 00 6F  00 66 00 74 00 2E 00 4C 00 6F 00 63 00 6B 00 41 00 70 00 70 00 5F 00 63  00 77 00 35 00 6E 00 31 00 68 00 32 00 74 00 78 00 79 00 65 00 77 00 79  00 5C 00 4C 00 6F 00 63 00 6B 00 41 00 70 00 70 00 2E 00 65 00 78
     00 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
    00 00 00 00
    HKU\S-1-5-21-2598030854-2856894942-2756517887-1001\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{CEBFF5CD-ACE2-4F4F-9178-9926F41749EA}\Count\{S38OS404-1Q43-42S2-9305-67QR0O28SP23}\FlfgrzNccf\FuryyRkcrevraprUbfg_pj5a1u2gklrjl\FuryyRkcrevraprUbfg.rkr:   38 00 00 00 00 00 00 00 03 00 00 00 E1 96 00 00 32 3D B1 3B 00 00 00  00 C3 58 6E 3B 54 29 17 3C DE 95 C6 37 D2 1D A5 3B 64 8C 37 3B 39 30 D3  3A 36 52 EE 3B 1E A1 89 3B 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00
    HKU\S-1-5-21-2598030854-2856894942-2756517887-1001\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{CEBFF5CD-ACE2-4F4F-9178-9926F41749EA}\Count\{S38OS404-1Q43-42S2-9305-67QR0O28SP23}\FlfgrzNccf\FuryyRkcrevraprUbfg_pj5a1u2gklrjl\FuryyRkcrevraprUbfg.rkr:   38 00 00 00 00 00 00 00 04 00 00 00 11 A9 00 00 32 3D B1 3B 00 00 00  00 C3 58 6E 3B 54 29 17 3C DE 95 C6 37 D2 1D A5 3B 64 8C 37 3B 39 30 D3  3A 36 52 EE 3B 1E A1 89 3B 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00
    HKU\S-1-5-21-2598030854-2856894942-2756517887-1001\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{CEBFF5CD-ACE2-4F4F-9178-9926F41749EA}\Count\5PSS775597R3S0P2:   38 00 00 00 00 00 00 00 42 00 00 00 F1 E2 5A 00 00 00 80 3F 00 00 80  3F 00 00 80 3F 00 00 80 3F 00 00 80 3F A5 CB 6E 3F 00 00 80 3F 00 00 80  3F 00 00 80 3F 00 00 80 3F 05 00 00 00 80 1A B9 81 BC 94 D2 01 00 00 00  00
    HKU\S-1-5-21-2598030854-2856894942-2756517887-1001\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{CEBFF5CD-ACE2-4F4F-9178-9926F41749EA}\Count\5PSS775597R3S0P2:   38 00 00 00 00 00 00 00 42 00 00 00 F4 8A 5C 00 00 00 80 3F 00 00 80  3F 00 00 80 3F 00 00 80 3F 00 00 80 3F A5 CB 6E 3F 00 00 80 3F 00 00 80  3F 00 00 80 3F 00 00 80 3F 05 00 00 00 80 1A B9 81 BC 94 D2 01 00 00 00  00
    HKU\S-1-5-21-2598030854-2856894942-2756517887-1001\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{CEBFF5CD-ACE2-4F4F-9178-9926F41749EA}\Count\Q:\Ertvfgel  Gbbyf\Ertfubg\Ertfubg 1-9 Havpbqr\Ertfubg-k86-Havpbqr.rkr:  38 00 00 00  01 00 00 00 01 00 00 00 53 14 00 00 00 00 00 00 00 00 00 00 00 00 00 00  37 B3 53 3C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 05 00 00 00 70 05 C5 02 67 96 D2 01 00 00 00 00
    HKU\S-1-5-21-2598030854-2856894942-2756517887-1001\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{CEBFF5CD-ACE2-4F4F-9178-9926F41749EA}\Count\Q:\Ertvfgel  Gbbyf\Ertfubg\Ertfubg 1-9 Havpbqr\Ertfubg-k86-Havpbqr.rkr:  38 00 00 00  01 00 00 00 03 00 00 00 3E 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00  37 B3 53 3C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  00 00 00 00 05 00 00 00 70 05 C5 02 67 96 D2 01 00 00 00 00
    HKU\S-1-5-21-2598030854-2856894942-2756517887-1001\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\TimestampWhenSeen:   E4 1A FD 80 08 95 D2 01
    HKU\S-1-5-21-2598030854-2856894942-2756517887-1001\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\TimestampWhenSeen:   F7 8D 52 4D 67 96 D2 01
    HKU\S-1-5-21-2598030854-2856894942-2756517887-1001\SOFTWARE\Microsoft\Windows\CurrentVersion\Search\JumplistData\5CFF775597E3F0C2:   5C 67 31 FC 66 96 D2 01
    HKU\S-1-5-21-2598030854-2856894942-2756517887-1001\SOFTWARE\Microsoft\Windows\CurrentVersion\Search\JumplistData\5CFF775597E3F0C2:   C9 2E B8 43 67 96 D2 01
      My Computers


  6. Posts : 6
    Windows 10
    Thread Starter
       #6

    Its mainly Dell and Toshiba laptops running Windows 10.

    I've seen the registry that the airplane mode and the wifi off/on changes. However when manually changing it, the setting does not have any effect. From what I have read, changing the reg key manually requires a restart for the OS to pick up the change.
      My Computer


  7. Posts : 5,478
    2004
       #7

    eshaq786 said:
    Its mainly Dell and Toshiba laptops running Windows 10
    You can try these if you want for a quick try. They work for me on a Lenovo X201 running up to date 10 Pro. You could of course download it from Lenovo as I mentioned.

    Lenovo exe.zip

    Restore them somewhere and try TpFnF5 /alloff from wherever you save them.

    I'll try the registry thing as it has been bugging me mildly for a while.

    Out of interest what is wrong with disabling the adapter? Power saving? I've always been a bit confused as to what does what to be honest. Whether airplane mode turns off the power and disabling the adapter doesn't for example.
      My Computer


  8. Posts : 6
    Windows 10
    Thread Starter
       #8

    lx07 said:
    You can try these if you want for a quick try. They work for me on a Lenovo X201 running up to date 10 Pro. You could of course download it from Lenovo as I mentioned.

    Lenovo exe.zip

    Restore them somewhere and try TpFnF5 /alloff from wherever you save them.

    I'll try the registry thing as it has been bugging me mildly for a while.

    Out of interest what is wrong with disabling the adapter? Power saving? I've always been a bit confused as to what does what to be honest. Whether airplane mode turns off the power and disabling the adapter doesn't for example.
    I tried the disabling the adapter using scheduled tasks on event i.e. connecting or disconnecting Ethernet. It does do the job. However when you enable the wireless adapter, it does not automatically pick up the wireless networks and reconnect again. A user has to manually click the wireless icon on the task bar for it to start scanning for wireless networks. If a user does not click it, it will eventually do it but after a few minutes which is far too long for me.

    As my users switch between wired and wireless, I want it to be as seamless as possible without much interruption in service.

    When you turn off the radio using WiFi off/on or airplane mode, it works perfectly and reconnects automatically. But it appears there is no command for this therefore it cant be added as a scheduled task on an event.

    For now I have just got it to disconnect from the wireless network and reconnect. However it won't prevent users from manually reconnecting to wireless while connected by Ethernet.
      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 07:11.
Find Us




Windows 10 Forums