Spending some time on google led me to this site:
http://www.mydigitallife.info/2007/04/19/unable-to-open-hard-or-usb-flash-drive-with-windows-script-host-cannot-find-script-file-autorunvbs-error/
All we need to do is to either delete the autorun.inf file there or modify the content in to get rid of the offending startup file info. To delete the file:
del
To modify the file, first remove its hidden-file attribute: (see http://forums.techarena.in/showthread.php?t=717194)
attrib -s -h -r
Go ahead and edit this file now.
1 comment:
I am also getting same windows script host error whenever they tried to open a drive. It says: Windows Script Error: Unable to find file: "....vbs".Thanks for sharing the solution link it solved my problem
Post a Comment