Today is Saturday, 11th February 2012

Posts Tagged ‘Usb Devices’


Problem Ejecting USB Mass Storage Device – How to Fix Device Cannot Be Stopped Error

Ruimin Huang asked:




The advent of technology these days allows you to synchronize your gadget with your computer system so that you can transfer songs and photos easily anywhere you are. One of the biggest complaints among users is that they are having problem to eject their USB devices safely with the pop-up message “Problem Ejecting USB Mass Storage Device.” When you use a device to your computer, you need to eject it accordingly so that there will be no damages to both units. Oftentimes, there are problems with the windows operating system that causes the troubles that is why you are having a hard time ejecting the device from your computer.

When you encounter the USB ejection error, you don’t have to worry because there are solutions to these types of problems. You need to look for software that can help you with your needs. You need to look for the Unlocker which is vital for a certain type of program such as ejecting USB mass storage. This Unlocker will free all files and even folders that are said to be in use by other programs on your computer. Oftentimes, when you try to delete a program you will encounter prompt messages that say access denied destination may be in use and many others. When you come across these types of messages you can use the Unlocker to free the program so you can eject your USB easily.

Even trying the Unlocker but still having the problem to eject USB device safely, you need to try downloading another application or software that can help you with your needs. This error would be related to the USB virus attack. Because USB viruses are becoming very popular with high risk, it’s a good habit to keep a reliable antivirus software and do the virus scanning before using the USB devices.

What you need to do is to look for ways to solve the problem and just don’t sit there and wait. You don’t have to be bothered because there are programs that can be helpful to you when it comes to USB ejection on your device. You just need to make a thorough research to be able to find the right one that will be suitable for your needs. Then the recommended way is to use a reliable software to take care of all your device drivers, registry files and virus protections, which is very efficient and valuable to you. You don’t have to search around Google and learn the various relevant knowledges to fix USB errors, and have more time to enjoy your life.


How To Detect USB Using WMI Script

Detect USB Using WMI Script

USB flash drives are very common and can be found in almost every computerized environment for storing and transferring data between computers. These USB devices make it really easy for potential attacker to exploit unprotected computers with malicious virus and Trojan software and provide a gateway to the network for manipulating sensitive data.

Detecting USB storage devices

There are some nice tools that can be found on the net that will notify about USB devices on local and remote windows platforms. But most of them are not free and will require an installation of an agent on the remote windows platforms.

WMI notification event script

The following USB notification event script will send an event message in response to any operation of USB device on local or remote windows platform. For simplicity, the script is using a temporary event subscription, which exists only as long as the script is running. Some modifications will be needed for a permanent event subscription that will not require a perpetually running script:

VBScript (should be copied and saved as .vbs file):

strComputer = “.” ‘(Any computer name or address)
Set wmi = GetObject(“winmgmts:” & strComputer & “rootcimv2″)
Set wmiEvent = wmi.ExecNotificationQuery(“select * from __InstanceOperationEvent within 1 where TargetInstance ISA ‘Win32_PnPEntity’ and TargetInstance.Description=’USB Mass Storage Device’”)
While True
Set usb = wmiEvent.NextEvent()
Select Case usb.Path_.Class
Case “__InstanceCreationEvent” WScript.Echo(“USB device found”)
Case “__InstanceDeletionEvent” WScript.Echo(“USB device removed”)
Case “__InstanceModificationEvent” WScript.Echo(“USB device modified”)
End Select
Wend

JScript (should be copied and saved as .js file):

strComputer = “.”; //(Any computer name or address)
var wmi = GetObject(“winmgmts:” + strComputer + “rootcimv2″);
var wmiEvent = wmi.ExecNotificationQuery(“select * from __InstanceOperationEvent within 1 where TargetInstance ISA ‘Win32_PnPEntity’ and TargetInstance.Description=’USB Mass Storage Device’”);
while(true) {
var usb = wmiEvent.NextEvent();
switch (usb.Path_.Class) {
case “__InstanceCreationEvent”: {WScript.Echo(“USB device found”); break;}
case “__InstanceDeletionEvent”: {WScript.Echo(“USB device removed”); break;}
case “__InstanceModificationEvent”: {WScript.Echo(“USB device modified”); break;}}}

Conclusion

Using the preinstalled Windows Management Instrumentation (WMI) on windows platforms is free and will not require any remote agent. It will only require a simple script that can be run manually from a privileged user account or from another network monitoring software like IDS IPS Network Protection and Network Access Control Monitoring network security scanners.



NEXTO eXtreme3 500GB Digital Hi-Speed OTG Backup Storage

NEXTO eXtreme3 500GB Digital Hi-Speed OTG Backup Storage

  • Using 2.5″ SATA HDD
  • Multiple Slot(CF,SD,MS,xD)
  • Full H/W Verify Function
  • USB OTG support
  • USB2.0/eSATA PC Interface

Nexto eXtreme 500GB is the worlds fastest image backup device with sata and X-Copy technology. Nexto eXtreme is more reliable than any other backup device with its H/W verify function and diagnostic function. Using OTG Technology you can connect any USB devices such as PSP, PMP, digital camcorder, digital camera without aid of PC to transfer data. All you need is USB cable!

Rating: (out of reviews)

List Price: $ 569.99

Price: {price-updating}

Related Backup Data Products




Top