Almacenamiento Usb Best - Desactivar

reg add HKLM\SYSTEM\CurrentControlSet\Services\USBSTOR /v Start /t REG_DWORD /d 4 /f Run that in Command Prompt as admin, and suddenly, plugging in a USB drive feels like handing a book to a wall. The system sees it—but refuses to mount it. Like a bouncer with a grudge.

So go ahead. Pull the plug on digital clutter. Your ports will still work. Your secrets will stay secret. And that questionable USB stick from the conference giveaway? Let it gather dust in peace.

The Day I Pulled the Plug on My Memory (Or: How to Disable USB Storage Without Losing Your Mind) desactivar almacenamiento usb

Want a step-by-step for your specific OS? Just say the word.

You know that little USB drive you carry everywhere? The one holding your dissertation, your backup cat photos, and that encrypted file you swore you’d never open again. Now imagine telling your computer: “Nope. Not today.” So go ahead

Use a configuration profile (or a sneaky sudo nvram boot-args="amfi_get_out_of_my_way=0" plus a kernel extension block). Or simply remove com.apple.usb-storage.kext . Poof. Your Mac now treats flash drives like invisible squirrels.

echo 'blacklist usb_storage' >> /etc/modprobe.d/blacklist.conf Then update-initramfs -u . Reboot. USB mass storage? What USB mass storage? Your secrets will stay secret

Disabling storage doesn’t disable keyboards, mice, or printers. You’re not breaking USB—just starving its memory-hungry cousin. And if you ever need to reverse it? Change that 4 back to 3 , reload the kext, or remove the blacklist. Like nothing ever happened.