[SOLVED] How to disable android phone usb storage/file read+write access in windows 10?

razc 21 Reputation points
2022-09-07T08:25:41.967+00:00

Hello techies,

As the question suggest, I want to disable any usb storage file access, including android / iphone storage, except for charging mode.

So I went into GP editor and browse to Computer Configuration\Policies\Administrative Templates\System\Removable Storage Access and set all below to "Enable"
Removable Disks: Deny execute access
Removable Disks: Deny read access
Removable Disks: Deny write access

While this setting works great for conventional USB storage (e.g. flash drive, thumb drive etc.) but seems it does not have any impact at all if you plugged in your phone; you still able to access phone storage.

Even enabling "All Removable Storage classes: Deny all access" does nothing.

Appreciate for any suggestion. :)
238439-settings.png

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,099 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,840 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. DaveK 1,851 Reputation points
    2022-09-07T08:34:37.183+00:00

    This might work. I know I've been involved in this in the past we we blocked a lot of devices but it caused issues for a specific user with a fancy dock so I had to dig around that was causing it. It was a good few years back so rusty on the specifics but it was something where we listed specific ID's to block and a quick google came up with this as closest match. Should get you started on the right trail to search up on

    https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.DeviceInstallation::DeviceInstall_IDs_Deny

    0 comments No comments

  2. Limitless Technology 39,511 Reputation points
    2022-09-09T08:53:32.993+00:00

    Hello there,

    Go to Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR, and then locate the DWORD value named ''Start'' on the right-side pane. The default value data of Start is ''3''. Double-click on Start, and set its value data to ''4''.

    Restart and check the machine.

    By Registry Editor, you just disable the use of USB storage devices, but it won't affect the use of USB mouse, keyboard, and printer on the computer.

    ------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

  3. razc 21 Reputation points
    2022-09-10T00:09:00.963+00:00

    Hello all,

    The solution is right before my eyes, how I failed to notice and try it we'll save it for another day debate :)

    1) [In GPO management or gpedit.msc] Browse to Computer Configuration\Policies\Administrative Templates\System\Removable Storage Access

    2) Enable the "WPD Devices: Deny read access".

    Enabling it will create two key in registry which explains in detail in this site https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.RemovableStorageAccess::WPDDevices_DenyRead_Access_2

    239694-1.jpg

    0 comments No comments