Windows Requires Administrator Rights to Install USB Flash Drives

Posted By Raymond In Category: Computer

Nov
29
2007
Donate

Installing USB flash drives in Windows XP is easy as 1-2-3. You don’t need to install any third party drivers. Just insert the USB flash drive to any USB ports and it will automatically install. You should see a small balloon at the tray bar that says found new hardware “USB Mass Storage Device”.
Found New Hardware USB Mass Storage Device
The installation should take a few seconds. Once you get the message “Your new hardware is installed and ready to use“, it means that it has completed installing the drivers and you can now see an extra drive letter in My Computer.

2 months ago I got a question from roger112 in forum asking me how to enable USB port because whenever he plugs in a USB pen drive at his office computer, Windows will ask him for admin username and password. At first I thought there was some registry or policy settings, or even third party software that made Windows prompt for admin credentials when USB flash drive is inserted to computer but I was wrong after I gone through this problem myself.


A Found New Hardware prompt appears with the message “You must be a member of the Administrators group on this computer to install this hardware: USB Disk Pro USB Device” whenever I plug in any USB pen drive to the computer logged on as User (NOT admin).
You must be a member of the Administrators group on this computer to install this hardware

If I type in the administrator username and password, it is able to install the USB flash drive. But if I don’t type the correct administrator username and password or press the Cancel button, the USB flash drive won’t install and I will get the error message “You do not have sufficient security privileges to install hardware on this computer. Please contact your site administrator, or logout and log in again as an administrator and try again.
You do not have sufficient security privileges to install hardware on this computer. Please contact your site administrator, or logout and log in again as an administrator and try again.

And finally, I get a balloon confirmation from the tray bar saying “A problem occurred during hardware installation. Your new hardware might not work properly.
A problem occurred during hardware installation. Your new hardware might not work properly

I have tried every single method suggested on forums and websites to try to fix this problem but none of it worked. I will list them here in case you want to try and it might work for you. There are a few reasons why it doesn’t automatically install the USB mass storage drivers.

1. Corrupted drivers (usbstor.inf, usbstor.pnf, usbstor.sys)
Solution: Replace usbstor.inf and usbstor.pnf in C:\Windows\INF\ with a good one.and usbstor.sys in C:\Windows\system32\drivers\ with a good one.

2. Users do not have permission to install drivers
Solution: Use this tool “Allow Users to Install USB Jump Drives“.
Allow Users to install USB
- This tool grant Users and Power Users the ability to install USB mass storage devices by setting permissions for the file usbstor.inf to modify, read and execute, read, write.

If the above solutions still doesn’t allow Users to install USB devices, it is very likely to be an unsigned drivers problem. You can use Windows own “File Signature Verification” to check if the drivers are signed or not. Go to Start -> Run, type sigverif and click OK. Click Advanced button and select “Look for other files that are not digitally signed“. Make sure the file type is *.* and the location to look for is C:\Windows. Also, check “Include subfolders” check box. Click OK and it will take a few minutes to scan.
Verify drivers signed files

Normally the amount of unsigned files displayed in Signature Verification Results should be less than 50. I ran a check on my Windows and found out that there’s 2288 unsigned files and with only 57 signed.
Sigverif unsigned files in Windows
I had to do a Windows repair to fix the problem because it’s way too many unsigned files. After repair, I did a check again with sigverif and this time it showed 2344 signed files with only 17 unsigned files. I logged in as User, insert the USB flash drive and it can automatically install without prompting for login credentials. Before doing a Windows repair, there are other options that might be able to fix the unsigned driver files problem.

Solutions:
a) Make sure Cryptographic Services is running.
Go to Start -> Run, type services.msc and click OK. Look for Cryptographic Services and make sure that the status is “Started” and Startup Type is “Automatic“.
Enable Cryptographic Services

b) Ignore warnings to install drivers that has not passed Windows Logo testing.
- Right click My Computer, select Properties. In System Properties, go to Hardware tab and click Driver Signing button. Select “Ignore – Install the software anyway and don’t ask for my approval
Ignore Driver Signing Options

c) If all doesn’t work, your final choice is to reinstall or repair Windows. You can refer to this article on how to repair Windows.

There is another tool called Atsiv by Linchpin Labs which is allows the user to load and unload signed or unsigned drivers on 32 and 64 bit versions of Windows XP, Windows 2K3 and Windows Vista. However, they’ve removed it from their site because Microsoft has claimed that it is a Malware. I’ve tried to load usbstor.sys with Atsiv, but still unable to install USB flash drive without administrators account.

If you know what causes a signed file to become unsigned or how to make a signed file unsigned, please share it with me. It’d be very useful so that only Administrators can use USB flash drives.


Related posts:
  • How to Make Windows Autorun USB Flash Drives
  • How To Install USB Mass Storage Device on Windows 98
  • Logon to Windows Using Your USB Flash Drive
  • How To Make a USB Flash Drive Bootable
  • Install Microtek ScanMaker 5800 on Mac OS X 10.4.5
    • Pingback: dahranis » Windows Requires Administrator Rights to Install USB Flash Drives

    • Sulz

      Hey thanx a lot raymond appreciate wat ur doing for ppl

    • Anonymous

      This is two awesome posts in a row I’ve seen here (new reader). Keep up the great work!

    • http://www.raymond.cc/ Raymond

      Thanks Sulz and anonymous.

    • LFD Admin

      This solved the problem in our computer lab:

      net stop cryptsvc
      ren %systemroot%\System32\Catroot2 oldcatroot2
      net start cryptsvc

      http://support.microsoft.com/kb/822798

    • http://Thanx Shtiklla

      This is grate you are the best

    • gearloose

      Hello Raymond, (Is that you name? :-)

      I had the same problem with some clients that the these machines need admin rights to install usb-flash drives. Also I found in the file setupapi.log that there is an error with 2 files called

      syssetup.dll and
      storprob.dll.

      I took the 2 files from an other system an the problem was solved.

      I also tried all these solutions here at the site but none solved the problem.

      allahop gearloose

    • gearloose

      sorry the file is called storprop.dll

    • gearloose

      sorry the file is called storeprop.dll

    • Chrissie

      Hello, all!

      Thanks for this excellent article. This helped to solve the same problem on nearly 100 notebooks by simply exchanging the syssetup.dll.

      Thanks again to all for your great help!

    • Fadi

      Thank you for the great info

    • redankaiah

      hi raymond, im also having same problem, indev management, it will show yellow balloon in usb mass storage device, and pls tell me where i will get latest drivers for pendrive

    • http://www.tape4backup.com/usb-drives.php usb drives

      Your USB drive is now bootable.
      Insert your newly formatted drive into any USB-bootable mainboard, reboot, and select the USB drive as the first boot device. You will be brought to a Windows 98 MS-DOS prompt. From here you can update your BIOS, make system disk fixes, etc.

    • Fgsanz

      Yo solucioné el mismo problema a través de gpedit.msc, habilitando un permiso para “cargar y descargar controladores” para los usuarios limitados. Funciona con xp profesional. Con el home no sé cómo se puede hacer, ya que no incluye gpedit.

    • Fgsanz

      Hi again. Sorry for the spanish ;-)
      You can try to open gpedit.msc, and to enable permission to load and download controllers, working with xp professional. As xp-home does not include such gpedit, I don’t know how to proceed in this case

    • Riyaz

      Hello,

      All I did, but no solution, I can use the flash on Administrator but not in users the same problem arose, mine is windows xp prof, please update and its c:\winnt

    • Markofo

      In the setupapi.log I noticed error while installing the flashdisk driver:
      #E358 An unsigned or incorrectly signed file \”C:\\WINDOWS\\system32\\CnxClsCo.dll\” for driver \”DataTraveler 2.0\” blocked (server install). Error 0x800b0100: No signature was present in the subject.
      #E161 Processing of call to class installer failed. Error 0x800b0100: No signature was present in the subject.

      This dll belongs to Conexant USB DSL modem driver. After unistalling the modem app/driver everyhing works fine.

    • baihagee

      ผมต้องทำอย่างไร

    • SAIFUL

      MY MP3 IPOD CAN NOT GET IN MY COMPUTER

    • SPatel

      I had this problem, and after a lot of tries, just reinstalled SP3 and it worked fine.

    • sean doyle

      my computer does regonize my device but can’t install it properly and i can’t find it on any of the USB flash drives HELP ME PLEASE!!!!!!!!!!!!!!!!!!!!!!!

    • Matthew Deemer

      I had the same exact thing on a company workstation. Log in on an account with administrator privelages then go to Device Manager and find the USB device giving trouble. Right click on it and select ‘Uptadt Driver” When it finishes, the drivers will be loaded and when a ‘user’ account logs on, they won’t need to load anything. The USB flash drive should simply be recognized for what it is.
      It worked for me.
      -Matt

    • http://one-million-miles-away.blogspot.com/ Andrew

      I’ve had this problem in the past and it was after creating my Windows XP image with nLite – I wrote some very brief notes on it at the time on a blogsite. If you used nLite to create your Windows XP disc and you’re having problems adding USB drives to your system (or you have to go through the full hardware wizard for simple things like mice and keyboards) then you’re likely to have corrupt files.

      nLite it a fantastic piece of software, but somewhere along the line it plays with a file that it shouldn’t.

    • Human Performance Unlimited Marketing

      Will this tool -AllowUSBJumpDrives.exe override what I’ve done to restrict users in our domain or in the workstations to once again be able to plug & play USB drives. I ‘ve used a GPO to restrict access to USBSTOR.INF and USBSTORE.PNF to disable the service and applied an adm template to disable the drivers installed domain wide. My drawback here is that I have to manually start USBSTOR before connecting a device. Is AllowUSBJumpDrives.exe a better seamless solution?If I’m not mistaken it will prompt me to logon for credentials. correct?

    • http://help derrick

      wat i dont get how i be a member

    • http://classic nius

      thanx u very much

    • mohannad (from jordan)

      hiiiii
      iam mohannad from jordan
      i make personal windows while i try windwos on vmware player, an error occurred
      the error in this link
      please reslove my problem
      http://img104.herosh.com/2010/07/25/342789650.png

      and if i put awrong password it occurred message

      http://img104.herosh.com/2010/07/25/17543938.png

      please help me

    • princess brown

      I want to sign up for adminstrator group how must i do it

    • Sammy

      Tnks a lot, great help!! Solution #2 does the job.
      Windows xp pro.

    Copyright © 2005-2012 - Raymond.CC Blog