Portable Device blocking Policy issue

Hi,
We have recently applied GPO to block Portable devices using GP setting under computer configuration/admin tools/system/removable storage devices/WPD devices
We have also created exception policy based on group membership. 
We have some of the users who uses Windows CE devices for business purpose. The policy was applied on them as well for which those devices were also blocked. We have later added those PC's to exception group and the policy was reverted back as we can see
from RSOP.MSC but the devices are still inaccessible and giving error that "you does not have permission to access the device"
Also the DVD burning softwares are not able to identify the DVD drives but those are visible in My Computer. I am not sure why this kind of issue happened even when the policy is rolled back.
We have deleted the GPO history and tried but no use. Even we have disjoined the PC from Domain but the issue remains. 
If we do system restore to old date then it starts working. 
I am not able to understand is it because of policies or something else

Hi,
As far as I know, if we configure any settings under Computer Configuration\ Administrative Templates\System\Removable Storage Access
The following registry entry should be created:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\RemovableStorageDevices
If we configure any settings under User Configuration\ Administrative Templates\System\Removable Storage Access
The following registry entry should be created:
HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\RemovableStorageDevices
Under these two entries, there should be GUIDs for the corresponding policy settings we have configured. After clicking a GUID, we should be able to see the registry value
for the policy setting.
In this case, if we enable WPD Devices: Deny read access or Deny write access, the value of Deny_Read or Deny_write should be 1, and if we disable WPD Devices: Deny read access
or Deny write access, the value of Deny_Read or Deny_write should be 0.
Besides, if we don’t configure any settings under Computer Configuration and User Configuration\ Administrative Templates\System\Removable Storage Access, there should
be no such registry entries.
Best regards,
Frank Shen

Similar Messages

  • *FIXXED* Issues updating firmware on Creative ZEN portable devices after installing Media Player

    <font face="Times New Roman" size="2">?Quote from windows website ?If you have a Creative ZEN device, see http://www.microsoft.com/windows/windowsmedia/player//readme.aspx#RollingbacktoapreviousversionofthePlay er Read the ?Rolling back to a previous version of the Player? instructions (by the way windows website is even willing to address the problems with creatives products. And they offer possible solutions)
    *Some people said this was all you needed to do but it did not work for me.
    2. I uninstalled every program which mentioned creative.
    a. Click my computer
    b.click Add / Remove programs
    c. Find anything that is made by creative and uninstall (or if you hate creative as much as me just look for anything that says creative or might hint at being a creative product)
    3.Go into My Computer / Program Files? and delete the folder named ?creative?
    4.Click ?Start? Click ?run? type in ?MSCONFIGOK? on the tabs click ?Services? then click on ?manufacturer? and uncheck anything that says Creative, click ?service? and also uncheck anything which mentions creative? if you think it has to do with creative technologies ltd. *RESTART*
    Tried to load firmware again... ?Nothing
    5. Installed old software from ?creative zen touch? & ?Creative Media Source? from the Creative Zen Touch CD. On both just did the full install. They congratulated me on my purchase of my zen touch! They could have?congratulated me on burning 250$. *Restarted
    *THIS IS THE KEY*************
    6. Download Microsoft media player 0 from some website, I used oldversion.com
    http://www.oldversion.com/download.p...e4e5bbb7694ded?
    7. I then updated windows media player ten... just updates for 0 I didn't install .
    8. On this WINDOWS site http://www.microsoft.com/windows/win...dme.aspx#57877 click on and read ?Issues with devices after removing Windows Media Player?. When you are done with the procedure of deleting and reinstalling your the portable device I plugged in my mp3 player and it recognized it's not a big shock because it recognized it as a zen touch before I deleted the drivers. So I got the new drivers it noticed it, just like other systems noticed, but this time the Creative horribly programmed firmware update recognized it. I will never buy another creative product again, probably most of you wont either. But I have already paid the money for this product so I plan on using it until the battery dies on me. Hope this helps!
    Message Edited by diezentouch on 02-04-200709:47 PM

    P.S. Goodluck to all of you I dont know if I will check this again but it took me about 8 - 0 hours to fix. I tried to make it as descripti've as I could so I cant be of much more help. But feel free if you have other fixxes to add or questions

  • Issue with Wireless Portable Devices

    Dear Xperia: When I  try to connect my Xperial M Dual  Smart phone to the system I am getting the following message "Xperia Mdual has not been configured. Unable to associate your device with this system. You will need to manually enable the "Wireless Portable Devices" firewall exceptions while connected to public network. Also request you to kindly help me advantages of  configuring and associating the device with system and being connected to public network in the sense does this function help as a secondary internet backup. Expect ing a an expert advice as always from Sony. Regards  Murugu D

    I'm not sure if you are trying to connect your computer to the internet using your phone or if you want to connect it wirelessly to share files. Could you please clarify?
    The message you're seeing is because you are connected to a public network and in that case your computers firewall will block UPnP which is used to connect wirelessly to share media between the phone and computer. Are you sure you want to open your firewall for this on the network you're connected to? You don't need to do this for using the phone as a modem.

  • WDM upper filter for "Windows Portable Devices" device class

    Hi folks,
    I have a WDM filter driver, based on WDK toaster sample, that I am using to filter portable devices (mainly Phones), as upper filter. During AddDevice phase, I am querying device properties (such Description, Manufacturer and so on) and then attaching
    to device. I can see the IRP_MN_START_DEVICE, which I send down to next lower driver after setting a completion routine.
    This is working fine on most of the machines I am testing on, but on some systems (every XP and some Windows 7 and Server 2008), when I send the IRP_MN_START_DEVICE down to next driver, I get a STATUS_DEVICE_CONFIGURATION_ERROR, so this is preventing the
    device from being installed in the first place.
    I have managed to overcome this error by editing the hardware ID registry key for the device and creating "UpperDriverOk" and "KernelModeClientPolicy" values, setting them to 1.
    This way the device starts without issues and I can filter it as normal.
    Now, I am aware of Portable Devices being managed by an UMDF driver, but does that explains the issue with Start Device phase? 
    I haven't found any differences between those systems with the issue and those that are working fine without needing the "registry values" workaround.
    Is there any system setting or service configuration that might be helping (or ruining) this filtering scenario?
    Would it be possible to apply the "KernelModeClientPolicy" workaround for the whole system and not separately for every single Phone device?
    Thanks a lot in advance!

    Hi Kumar, thanks for your response.
    By "inbox WPD driver" you mean the 3rd party driver that controls the WPD device, right?
    Is that policy mandatory? Because when I plug my Nokia Lumia 520, I don't see that value set in registry.
    Anyway, what I would like to know is, why is IRP_MN_START_DEVICE failing in Server 2008, and working fine in Windows 7, with the same device and the same WDM filter? 
    Thanks!

  • Mass storage device and portable device ERROR code 31 41 HP PAVILION s5123w Desktop PC

    I am using windows vista home premium 32 bit First time I pluged nikon camera into computer. Says installing device driver software but it does not install. Device manger under portable device digital still camera yellow question mark error code 31 under mass storage device error code 41. The device driver loads and installs on my daughters Laptop so ther is some thing wrong with my PC Every time I reboot computer  windows need to intall driver software for your Microsoft WPD file system volume driver. Loacate and install driver software recomended says installing driver says successfully installed. I have to click Safely remove hardware usb mass stoage device multi flash reader usb device generic volume f  I click stop says safe to remove I do not have a reader plugged in my computer. this happens every time I reboot> If you don't understand what I am talking about Let me know.
    thanks Scott

    Hey poochokid,
    I'm sorry you're running into this issue. For the camera, if it's newer (made in the last 3 or 4 years) you may need to go to the Nikon website and find the camera software that is made for Vista. I could try to help you find that, if you could give me the model of camera you have. 
    For the Microsoft WPD file system volume driver issue take a look at this thread from another forum. 
    I hope this information helps! Let me know what the results are

  • My iPhone shows up as a portable device with a blue camera logo instead of the Apple device/model with the appropriate device image (mine used to show a Black iPhone 5s)

    Hi,
    I've recently done a complete format of my OS and reinstalled it. I reinstalled all the drivers etc. such as the USB drivers/controllers and the new iTunes12. To confirm I have tried everything from this article (iPhone, iPad, or iPod not recognized in iTunes for Windows - Apple Support) along with my general knowledge and understanding of PC's but this one has stumped me.
    Prior to my OS reinstall, My iPhone 5s used to show up as the appropriate device under "My computer" with the image being a Black iPhone 5s.
    After the fresh install of Windows 7 and the drivers and iTunes12 I now have the problem of my iDevice showing as a blue camera as a "portable device".
    If anyone can offer some advice or has come across this problem before it would be much appreciated if you could help me fix this problem. Here's a photo attachment to help you understand the issue (Ignore the names of the devices on each, I got both these images from the net).
    Kind regards
    Struthers88

    im not sure this is related but on my mac my various iPhones would show up in a similar way if i had photos on the phone that needed to be imported to the mac - i dont know what application is used on a PC to import photos (and there may be a setting in iTunes to automatically import them when the iPhone is connected to the PC)
    I know Dropbox offers to import photos every time i connect my Iphone to my mac - but if dismiss the offer iTunes comes up with the iPhone listed properly
    but if you do have photos on the Iphone that have not yet been imported to the PC you might try importing them and see if that helps

  • TS1538 I do not have the Driver folder in this folder C:\Program Files (x86)\Common Files\Apple\Mobile Device Support like it says I should and myApple Iphone appears in Portable Devices. I tried uninstalling the driver and reinstalling it.

    I do not have the Driver folder in this folder C:\Program Files (x86)\Common Files\Apple\Mobile Device Support like it says I should and my Apple Iphone appears in Portable Devices only, not in Universal devices. I tried uninstalling the driver and reinstalling it. My Iphone is still not recognized by Itunes when I plug it in. I can see my photos in the internal storage folder on my Windows 7 system though. So I know my PC sees the device. The Iphoneis an Iphone 4 with IOS 6 installed. It was working fine until I had to reinstall my Windows system. Now Itunes does not see it. I've uninstalled Itunes and reinstalled it (64bit) to no avail. Where is the Driver folder article TS1538 talks about?

    Sorry I missed your post. Anyone else with the same issue should find useful resources at Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Access policy issues and daylight savings

    I have the WRVS4400N. I have purchased a few Linksys routers in the past and have been happy with their operation. The wireless access however, was mediocre until I purchased this model. This model has great a great wireless connection. I like the fact that I can make many changes to the settings on the router without having to reboot the router. The performance of this router in combination with the cable modem has been excellent. It far outperforms the equipment that it replaced. I will normally pick a linksys product over another brand.
    I am having 2 intermittent issues that are really causing me grief and an additional couple of annoying issues. I need help in fixing these issues. I have confirmed that I have the latest firmware version.
    1) Some computers do not have connection to the internet. As if the security policy is confused about the time or connection. I really think this is a security policy issue, but I will let you decide.
    2) There are some computers that I allow a 24/7 connection to the internet. For the rest I don’t want them to have access between the hours of 12a-6a. I have found that the connection doesn’t always shut-off. I have kids and do not want them to have access during those hours. I never had problems with my previous linksys router.
    3) I am unable to set an access policy that spans the 5 min between 11:55p and 12a. In my previous linksys router I could.
    4) The new daylight savings schedule is not part of my current firmware. This really threw off my security policies.
    I have found that if I reboot or if I simply goto the security policy screen and click on save settings it seems to correct itself. But, I shouldn’t have to babysit it to make sure that it’s working correctly. When I am out of town I need to know that my security policies will continue to work while I am away.
    Here’s my set up:
    1) I have a linksys cable modem that connects me to the internet through my cable provider.
    2) I have the linksys wireless (WRVS4400N) router that connects to the cable modem.
    3) I have a 3Com Superstack II switch as the backbone of my network which connects to the router.
    4) I have several devices connected to this router: computers, xbox, vonage phone line.

    This is EXACTLY what my router is doing...
    2) Access restrictions do not work, PERIOD...."ALLOW" will disable internet access for the entire subnet (regardless of the rule), and "DENY" will prevent uploading of file attachments to hotmail, myspace, facebook etc....for every computer on the subnet.
    Message Edited by DSMKilla on 10-26-2008 11:08 AM
    (Edited post for guideline compliance. Thanks!) 
    Message Edited by JOHNDOE_06 on 10-26-2008 11:39 AM

  • I am not able to open my portable device

    hi
    recently i have upgraded from windows xp to windows 7
    but even then the portable device(pendrive) use to open for some days 
    but now its not at all opening 
    the error is that always i get a message 
    THIS OPERATION HAS BEEN CANCELLED DUE TO RESTRICTION IN EFFECT ON THIS COMPUTER.
    PLEASE CONTACT YOUR SYSTEM ADMINISTRATOR
    i have tried to login as administrator but i even could not do that 
    so plz help me

    Hi,
    I would like to know that if your computer has joined into a domain.
    Please check whether the following group policy is enabled on USB device:
    Group Policy Management Editor > User Configuration > Policies > Administrative Templates > System > Prevent access to drives from My Computer
    I also consider that if the problem is related to the pendrive itself:
    1. Check whether this pendrive can be used on another computer.
    2. Check whether other USB device or drive can be used on this computer.
    Post back after you check out my suggestions.
    Kate Li
    TechNet Community Support

  • October 2008: How and where to start developing for portable device

    Okay people. Seriously where the heck do i get started here?
    I downloaded
    - JEdit to use as the editor
    - Tomcat 6 for the web server
    - Suns Java Wireless Toolkit 2.5.2 for CLDC
    But, I can not find a single tutorial that actually functions and is not riddled with errors.
    Can someone please post URLs to something that they have actually used and not just oh here is a tutorial i saw.
    [Sun Mobile Forum Cross Post|http://forums.sun.com/thread.jspa?threadID=5338065&tstart=0]
    Thanks.

    I dont know how this may seem, but I think there is a difference between developing for portable device and developing for the MIDP devices.
    All the tutorials I could lay my hands on are talking about the MIDP profile as well and I have found one on say Personal Profile or others.
    Can anyone clear me on this issue?
    Regards

  • Portable device unknown device WPD filesystem volume driver

    i have an HP pavilion slimline model s5213w.  its running on windows 7. lately ive been having an issue with my computer recognizing portable devices and i never had this problem before. when i go to device manager it gives me a code 18 which says reinstall the driver, which i try to do and it tells me i have the best software for the driver. ive tried uninstalling the driver and then reinstalling then it gives me a code1 which says the device is not configured correctly, so i configure it and then back to square one with the code 18 for reinstalling the driver. i believe i am missing a file somewhere or a file is corrupted. im so aggravated with this that im contemplating letting the computer go for a swim in the pool! please please please help. thank u

    HI,
    Go to Control Panel, Administrative Tools, Computer Management.
    Open Disk Management., Check to see if drive letters are assigned to the portable drives.
    If no, assign drive letters and see if that helps.
    Jaco
    Errare humanum est.

  • Unable to exit Recovery Mode/Firmware Problem/Portable Device not detec

    Well. A veritable catalogue of errors, to be fair.
    In attempting to solve my truncated WMA file issue of yesterday, I decided to install the upgrade to MTP Firmware 2.00.2. It crashed during the transfer, but since my Micro's music library was wiped in the process (as promised), I concluded that the installation had, in fact, been successful.
    However, WMP0 suddenly couldn't detect the Micro. No matter what I did. Ah, I thought, the Firmware installation didn't work after all. So, following the advice on this forum, I entered Recovery Mode and attempted to delete/reload the new Firmware via the recovery menu.
    'Deleting Firmware', declared a little pop-up, chirpily. Then 'Update Firmware Now'. I tried re-running the Firmware update installer, but the Micro was still not detected. So I tried a reboot via the recovery menu, only to receive a 'Firmware Problem' message. I knew that. <EM>That's</EM> why I was trying to re-load the firmware. But how can I when the Micro isn't detected, and. . . . Vicious circle.
    Please help. I have my Micro boxed and ready to send back to Amazon, but if there's a walk-through solution anyone can give me, I'd rather not return this little begger (I've become rather attached to it).
    Regards, and thanks in advance.
    JP

    jonpaulfahy wrote:
    Just spoken to Noel on the UK Support helpline, and he suggested restoring <EM>my PC</EM> back to yesterday's config in order to get it to recognise the Micro as a portable device. Only then will I be able to re-load the new firmware, and (hopefully) reboot the Micro successfully.Not entirely sure whether this will help, and seems to me to be a case of the tail wagging the dog.Anyway, I'll give it a try tonight and update this thread with the result.JP
    I have the exact same problem and the agent on the line told me the exact same thing,it didn't work.

  • IPod Touch 8GB not recognized as a Portable Device.

    I cannot get my iPod to appear as a portable device in My Computer or Device Manager. When I plug it in, the computer shows that a Digital Still Camera has been connected and begins to search for "preconfigured driver folders."
    My problem is that I had to completely restore my computer to factory settings and reinstall everything. I have like 1000 songs on my iPod but cannot sync to iTunes b/c it says that my iPod is synced to another library (I guess the one that was previously on this computer). I don't want to lose all of my songs.
    What can I do?

    You have two problems that need to be corrected.
    This article should take care of your digital camera issues: http://support.apple.com/kb/TS1500
    You also need to make sure that Apple Mobile Device Services are up and running: http://support.apple.com/kb/TS1567
    When set up iTunes, did you import your existing library or is all of your music on your touch? If everything is still on your touch, then you can use a freeware program like Pod to PC to load the music back into your computer.
    If you have reconstituted your library in iTunes from backups, you can go ahead and let it sync.

  • I am have vista 64 and the computer does not recognize my iphone 5 under portable devices, please help

    I have been trying to get the photos off of my iphone 5, to transfer them to my computer. I am using vista 64-bit system and when I plug in my iphone it does not recognize it under portable devices? I have tried downloading drivers and software updates but no luck. Please help.

    Hi jtdsupport,
    If you are having issues with your iPhone not being recognized on your Windows machine, you may find the following article helpful:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    Regards,
    - Brenden

  • IOATAController device blocking bus and mystical repair?

    In the last days I got the "IOATAController device blocking bus" error on my interal Harddisk (40GB) from my Mac Mini. After searching through archives I thought my HD was dying, so in a lest effort I borrowed my offices DiskWarrior CD to just try how bad it is.
    Well, it repaired some errors, never hung (or showed any kind of slow down because of disk errors) and worked fine.
    Afterwards I rebooted into single user mode (Cmd+S) and run fsck -fy and got no errors back, nothing in the dmesg about this IOATA error.
    Now I am really confused. Could a corrupted filesystem be the culprit for this? Right now I run a full backup (with iBackup) from my HD, so if this works fine, I am really confused what the issue is ...
    Mac Mini   Mac OS X (10.4.4)  

    gullevek
    Well it says nothing else then this line.OK, where exactly are you seeing it? (I know you mentioned dmesg, so I assume you are using Terminal.)
    What do you have connected to your Mini when you get this? Your Firewire drives? Any USB devices? Do you still get it if you disconnect whatever is connected (apart from mouse and keyboard of course). Do you only get it when you try to run iBackup?
    If you know you can reproduce it, try this: open the Console application and select "system.log". Then reproduce the message and copy anything else that also appears in the log at that time and post it here.
    If it is a hardware problem, it is not likely to show up in the tests you mention which will test one device at a time. The "device blocking" implies interference between more than one device, so it is important to disconnect things that aren't needed until this message goes away.

Maybe you are looking for

  • Why Can't i use Adobe Presenter on iPad???

    Hi there I want to watch my lectures on Adobe Presenter as this is used by my teachers. How come it won't work on my ipad. Is there another program i can use etc. I need a solution please so i can watch my lectures. Thanks for your time

  • Copy operation using key accelerators

    i have an application in which i have a jtree representation of an xml file, and also a syntactic view. I have introduced an edit menu with copy and paste operations, in which the associated action listeners determine what view the user is in, and th

  • [(409)Conflict] on OCS10g File Upload

    When I upload a large file(over 100MB) to workspace, it occurs with an error message [(409)Conflict]. And, When I upload the file by WebDAV, it also occurs an error.

  • How to remove old trial version of Pages

    I trialled Pages a few years ago but never used it.  Since then I have bought Pages (and Numbers) through the App Store but when opening a document (Microsoft Windoze 08 is currently set as default) and I select 'Open With' I have two options for Pag

  • Mail.app 10.6.4 constantly polling Gmail (IMAP) but not fetching new mail

    Since upgrading to Snow Leopard 10.6.4, Mail.app has been having a problem with Gmail (IMAP). When I launch Mail.app it connects to Gmail without any problem and fetches any new mail. The next time it checks for mail on Gmail, the animated activity s