dbisu / pico-ducky

Create a USB Rubber Ducky like device using a Raspberry PI Pico
GNU General Public License v2.0
2.43k stars 440 forks source link

Can it hide the window when i plug it in? #47

Closed Iosif-Christogeorgos closed 2 years ago

Iosif-Christogeorgos commented 2 years ago

Hello, i was wondering if the pico is able to hide the window when i plug it in a computer. And ny window i mean like the one when you plug a regular usb.

peterfritz commented 2 years ago

Just add WIN + D at the start of the script. I do not recommend sending ALT + F4 as not all PCs automatically open the device when plugged in.

Win 10/11 advanced You can also experiment using virtual desktops on Win 10/11, a very powerful feature. Use `WIN + CTRL + D` to create a virtual desktop, `WIN + TAB` to list and switch between them, and `WIN + CTRL + F4` to close the current desktop.
dbisu commented 2 years ago

If you don't need the mass storage capability within the script (which most don't), you can disable mass storage mode by connecting pins 18 and 20. See https://github.com/dbisu/pico-ducky#usb-enabledisable-mode This will prevent the USB drive window from popping up on the target PC.

Iosif-Christogeorgos commented 2 years ago

Thanks a lot!!