Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 cannot open pen drive/no autorun, need to right click n open

views
     
Gamerz_Paradise
post Jan 10 2008, 09:38 AM

Getting Started
**
Junior Member
270 posts

Joined: Sep 2005
From: City of F1 1st Night Race



then after performing the delete how to create back the autorun for the system.. i mean by plugging in the pendrive then the system will popup the autorun in which u can choose to run open with windows explore or wat so ever..
spartacvs
post Jan 11 2008, 05:27 AM

I thought my jokes were bad!
******
Senior Member
1,281 posts

Joined: Dec 2007


I had this problem months ago and I had solved it by reformatting it, considering that there weren't much files and folders in my pendrive. Somehow by doing so, the autorun function seems to work once again and the "Open With" dialogue box never seems to appear anymore.

tplcaik
post Jan 11 2008, 09:39 AM

<DeaL WiTh ConFideNcE>
*******
Senior Member
3,541 posts

Joined: Nov 2005
From: Penang



Hattori solution is the 1st way. If you cant understand command prompt then here is the easy way.

1) Right Click->explore then copy out all folders & files
2) Right Click pendrive again-> format
3) The pendrive is work now. Then scan all the folders & files that u move out just now and paste back to ur pendrive.

Done!
kukichi
post Nov 3 2008, 11:43 AM

On my way
****
Senior Member
540 posts

Joined: Jan 2003
From: Selangor


It solves my issue... thank you so much lowyatians... rclxms.gif
sordanny
post Nov 5 2008, 09:15 AM

Look at all my stars!!
*******
Senior Member
3,008 posts

Joined: Jul 2008
From: The land of the free and the home of the brave!



QUOTE(Gamerz_Paradise @ Jan 10 2008, 09:38 AM)
then after performing the delete how to create back the autorun for the system.. i mean by plugging in the pendrive then the system will popup the autorun in which u can choose to run open with windows explore or wat so ever..
*
I'm facing the same problem also. How to restore the autorun for the pendrive? I've run flash disinfector with the pendrive and the virus is gone now. But everytime I plug it in there's no autorun to wither open with a program or open folder to view it?

How to restore this function?
notworthy.gif
nlinley
post Nov 5 2008, 09:33 AM

Getting Started
Group Icon
Elite
181 posts

Joined: May 2006
From: Shah Alam


There is a registry key in windows that controls autorun. Autorun can be disabled on all drives or enabled only for certain drives. Also the autorun.ini could have been modified by virus as mentioned previously. It is actually a really stupid idea to have autorun enabled on any drive for the system as viruses like to use this as a method of infecting or reinfecting you. If your computer is getting group policy applied, it might have been disabled for you. Look in the registry under this key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\ for a key called NoDriveTypeAutoRun to see if it was disabled. Also the same key exists per user under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. I think there may be some other keys for working with specific drives. You can search google to find what the various values are. I think 255 means disable autorun for all drives.

You should be able to open the file list of any drive by clicking Start-> Run and then typing the drive letter you want to open. This will typically open the drive up in windows explorer.
sordanny
post Nov 5 2008, 10:04 AM

Look at all my stars!!
*******
Senior Member
3,008 posts

Joined: Jul 2008
From: The land of the free and the home of the brave!



Found the key "NoDriveTypeAutoRun" under hkey current user (pic attached)
So if say I delete the 2 values that will mean autorun will be enabled again?
And also, now even my laptop external dvd won't autorun sad.gif

edit : forgot pic sweat.gif

This post has been edited by sordanny: Nov 5 2008, 10:05 AM
s00jin
post Nov 5 2008, 10:25 AM

New Member
*
Newbie
1 posts

Joined: Nov 2008


having the same problem also, can any sifu please advice?
sordanny
post Nov 5 2008, 10:30 AM

Look at all my stars!!
*******
Senior Member
3,008 posts

Joined: Jul 2008
From: The land of the free and the home of the brave!



QUOTE(sordanny @ Nov 5 2008, 10:04 AM)
Found the key "NoDriveTypeAutoRun" under hkey current user (pic attached)
So if say I delete the 2 values that will mean autorun will be enabled again?
And also, now even my laptop external dvd won't autorun  sad.gif

edit : forgot pic  sweat.gif
*
Is it safe to delete both keys NoDriveTypeAutoRun?????
Will my laptop autorun be restored to same as the previous?????
nlinley
post Nov 5 2008, 10:33 AM

Getting Started
Group Icon
Elite
181 posts

Joined: May 2006
From: Shah Alam


Ok from the screen shots, that NoDriveAutoRun key is also part of this. From microsoft's description of that:

The value of this entry consists of 32 bits. The lower 26 bits each represent a drive, with the lowest (right-most) bit representing drive A, and the 26th bit from the right representing drive Z. If a bit is set to 0, the Autoplay feature is enabled on that drive. If a bit is set to 1, the Autoplay feature is disabled on that drive.

With your value's being as they are, autorun is completely disabled on all of your drives. If you want to enable it, set all the values to 0's for both keys. But again...I HIGHLY RECOMMEND NOT ENABLING AUTOPLAY DUE TO SECURITY REASONS!!. Learn the other easy ways to open your drives quickly.


Added on November 5, 2008, 10:38 amOh yeah, one more thing. If you have a computer that has group policy being applied from a company network, or even a local group policy on your machine that is disabling autoplay, changing the registry is not going to help you as the group policy settings will override whatever you have set in the registry. You can check your local group policy by doing the following:

Click start-> Run
type: gpedit.msc

Go to User section, Administrative templates, Windows Components, System...and look at "Turn off autoplay" to see if anything is set there.

Go to Computer section, Administrative templates, Windows Components, System...and look at "Turn off autoplay" to see if anything is set there.

If you see turn of autoplay enabled, and you have admin access to your machine you can disable them. Then do:

Start->Run
type: gpupdate /force (for windows XP)

This post has been edited by nlinley: Nov 5 2008, 10:38 AM
sordanny
post Nov 5 2008, 11:15 AM

Look at all my stars!!
*******
Senior Member
3,008 posts

Joined: Jul 2008
From: The land of the free and the home of the brave!



QUOTE(nlinley @ Nov 5 2008, 10:33 AM)
Ok from the screen shots, that NoDriveAutoRun key is also part of this.  From microsoft's description of that:

The value of this entry consists of 32 bits. The lower 26 bits each represent a drive, with the lowest (right-most) bit representing drive A, and the 26th bit from the right representing drive Z. If a bit is set to 0, the Autoplay feature is enabled on that drive. If a bit is set to 1, the Autoplay feature is disabled on that drive.

With your value's being as they are, autorun is completely disabled on all of your drives.  If you want to enable it, set all the values to 0's for both keys.  But again...I HIGHLY RECOMMEND NOT ENABLING AUTOPLAY DUE TO SECURITY REASONS!!.  Learn the other easy ways to open your drives quickly.


Added on November 5, 2008, 10:38 amOh yeah, one more thing.  If you have a computer that has group policy being applied from a company network, or even a local group policy on your machine that is disabling autoplay, changing the registry is not going to help you as the group policy settings will override whatever you have set in the registry.  You can check your local group policy by doing the following:

Click start-> Run
type: gpedit.msc

Go to User section, Administrative templates, Windows Components, System...and look at "Turn off autoplay" to see if anything is set there.

Go to Computer section, Administrative templates, Windows Components, System...and look at "Turn off autoplay" to see if anything is set there.

If you see turn of autoplay enabled, and you have admin access to your machine you can disable them.  Then do:

Start->Run
type:  gpupdate /force  (for windows XP)
*
Thanks bro nlinley for your help
The problem now is, how to set the value to 0 for both keys?
I've taken some pics from there, pls teach me how to do it...

And also i don't notice any folder or key named System in gpedit.msc
pic also attached

Thanks for your help. Really appreciate it notworthy.gif
nlinley
post Nov 5 2008, 11:20 AM

Getting Started
Group Icon
Elite
181 posts

Joined: May 2006
From: Shah Alam


On the registry editing, you can just select modify from the menu then replace each number with a zero. For the binary value FF FF, if you just click at the beginning of it and start typing 0's i think it overwrites what is there. For the other Dword key, just change the value to 0.

For the group policy, I might have typed the full path wrong. If you look at the left side of your screen shot, System folder all the way at the bottom, it should be there. I checked the path in XP, but it should be the same for Vista I think.
sordanny
post Nov 5 2008, 11:32 AM

Look at all my stars!!
*******
Senior Member
3,008 posts

Joined: Jul 2008
From: The land of the free and the home of the brave!



For changing the binary value FF FF, is it typing in four 0 at the beginning?
And how to change the Dword key to 0?
Dword key means the y thing at the end of right side?

Under gpedit - turn off autoplay, it's not configured. So I guess it's ok to just leave it?

Also, erm I'm using XP, it's a vista interface thing that I applied that makes it look like vista sweat.gif
nlinley
post Nov 5 2008, 11:42 AM

Getting Started
Group Icon
Elite
181 posts

Joined: May 2006
From: Shah Alam


Yes type 0 zeros at the beginning of the binary value. For the dword one, just modify, clear what is there now and type 0.

For it to take effect though you might need to log off your machine and log back in after the changes are done.
sordanny
post Nov 5 2008, 11:51 AM

Look at all my stars!!
*******
Senior Member
3,008 posts

Joined: Jul 2008
From: The land of the free and the home of the brave!



I keyed in four 0 (zero) in front of the FF words. But after I delete the four y at the end. The FF words disappeared. Is it normal? Can u please post a pic to teach me how to do it?
Thanks notworthy.gif
nlinley
post Nov 5 2008, 11:58 AM

Getting Started
Group Icon
Elite
181 posts

Joined: May 2006
From: Shah Alam


Actually I don't have that key on my machine. Everything is just configured by the dword key. The binary key just gives you more control. Since you want to enable autoplay, you could just delete that key completely. It is only required when you want to restrict autoplay.
sordanny
post Nov 5 2008, 01:24 PM

Look at all my stars!!
*******
Senior Member
3,008 posts

Joined: Jul 2008
From: The land of the free and the home of the brave!



Thanks for your help!!! notworthy.gif
My problem solved laugh.gif
metalslug
post Nov 5 2008, 01:34 PM

Casual
***
Junior Member
404 posts

Joined: May 2006
From: Lowyat.net @ Kopitiam


QUOTE(kb2005 @ Jan 25 2007, 08:18 PM)
Maybe your pen drive rosak liao! You might want to format it and try again biggrin.gif
*
so unpro. lol tongue.gif
sordanny
post Dec 10 2008, 05:13 PM

Look at all my stars!!
*******
Senior Member
3,008 posts

Joined: Jul 2008
From: The land of the free and the home of the brave!



Is there a version of flash disinfector that will install itself? I just plugged in my pendrive and I don't know what my colleague did to it all autorun turned off vmad.gif vmad.gif vmad.gif

Can someone help me to remove flash disinfector and it's settings?

I know it is flash disinfector causing all the problems cuz there's a folder created by it vmad.gif

 

Change to:
| Lo-Fi Version
0.0175sec    0.83    5 queries    GZIP Disabled
Time is now: 19th March 2024 - 11:38 AM