E_INVALIDARG (0x80070057)

Solved
Anonymous user -  
 Anonymous user -
Hello, I’ve had a problem for a week now: I can’t connect my wifi key to VirtualBox (Debian). When I boot Kali, I go to Devices, I can see that my wifi key is detected, but when I click on it I get the error E_INVALIDARG (0x80070057) and I don’t know what to do. I have uninstalled the drivers for my key, I’ve reinstalled VirtualBox but it still doesn’t work. I’ve tried with another key and it still didn’t work, so it probably comes from my PC but I still don’t see where the problem originates.

1 answer

  1. baptiste.r1807 Posted messages 1131 Registration date   Status Member Last intervention   639
     
    Hello,
    Add a registry key value

    Note: Incorrect modifications to the registry value can lead to unrecoverable errors that will damage your computer. In case of further errors, back up your registry first and restore it if problems arise.

    1) Click the Start button, type regedit in the search box, and press Enter.

    2) Follow the path
    HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Microsoft \ SystemCertificates.

    3) On the right pane, right-click in the empty space and choose DWORD Value when the New option appears.

    4) Rename to CopyFileBufferedSynchronousIo.

    5) Double-click to change the value data to 1 and press OK to save.

    6) Exit the registry and restart your computer after the change.

    Source : https://www.developpez.net/forums/d1591283/systemes/virtualisation/virtualbox/detection-usb-erreur-e_invalidarg-0x80070057-virtualbox/#post10015231

    --
    BEFORE POSTING: Check on Google, think about whether the problem is understandable, review your own post again each day, and above all respect those who help you
    2
    1. Anonymous user
       
      Thank you for the reply, but I already tested it and it doesn’t work.
      0