Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 02-07-2007, 09:21 AM   #1 (permalink)
Banned
 
Join Date: Apr 2007
Location: delhi
Posts: 198
Default c drive not opening on double clicking


i have loaded win xp n i m not able to open the drive by double clicking(i have to right click n select open). it shows access denied. i had similar problem with other partitians but they started working after formatting. is there any way to solve this without formatting the drive??
kooabs03 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 02-07-2007, 02:12 PM   #2 (permalink)
Alive Again...
 
satyamy's Avatar
 
Join Date: May 2005
Location: Mumbai
Posts: 1,668
Default Re: c drive not opening on double clicking

use
chkdsk
to scan for errors in Drive C
satyamy is offline  
Old 02-07-2007, 02:18 PM   #3 (permalink)
Old is Gold
 
prem4u's Avatar
 
Join Date: Sep 2006
Posts: 84
Default Re: c drive not opening on double clicking

Quote:
Originally Posted by kooabs03
i have loaded win xp n i m not able to open the drive by double clicking(i have to right click n select open). it shows access denied. i had similar problem with other partitians but they started working after formatting. is there any way to solve this without formatting the drive??
is autoplay option is coming in right click menu on drives...???????
prem4u is offline  
Old 02-07-2007, 03:21 PM   #4 (permalink)
Broken In
 
Join Date: Jan 2007
Posts: 133
Default Re: c drive not opening on double clicking

Heres the solution Dude :-
Go to start Then Open run and Type , Regedit n then go to :-
Code:
[HKEY_CLASSES_ROOT\Directory\shell]
Then in the Right hand Side change the Value of default to 1.

Then go to
Code:
[HKEY_CLASSES_ROOT\Drive\shell]
And in the right hand side change the Value of defalut To 1 .

Thts It ..
iceeeeman is offline  
Old 03-07-2007, 09:18 AM   #5 (permalink)
Banned
 
Join Date: Apr 2007
Location: delhi
Posts: 198
Default Re: c drive not opening on double clicking

[quote=iceeeeman]
Quote:
Code:
[HKEY_CLASSES_ROOT\Directory\shell]
Then in the Right hand Side change the Value of default to 1.
could not find HKEY_CLASSES_ROOT\Directory\shell directory. found HKEY_CLASSES_ROOT\Drive\shell n changed value of shell to 1
kooabs03 is offline  
Old 03-07-2007, 12:16 PM   #6 (permalink)
Broken In
 
Join Date: Jan 2007
Posts: 133
Default Re: c drive not opening on double clicking

Dude copy/paste the following code in notepad
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell]
@="1"

[HKEY_CLASSES_ROOT\Drive\shell]
@="1"
Save It by any name , BUT THE EXTENSION SHOLUD BE .REG
Finally double click on it n then click on Yes.
iceeeeman is offline  
Old 04-07-2007, 07:08 PM   #7 (permalink)
Banned
 
Join Date: Apr 2007
Location: delhi
Posts: 198
Default Re: c drive not opening on double clicking

done that but it still gives the error



on double clicking


kooabs03 is offline  
Old 04-07-2007, 08:26 PM   #8 (permalink)
In The Zone
 
ayush_chh's Avatar
 
Join Date: Nov 2005
Location: Bangalore
Posts: 487
Default Re: c drive not opening on double clicking

may be here is your answer...
Unable to Open Drives by double clicking it...
__________________
eXPerience is what a MAN learn's fROM.....
ayush_chh is offline  
Old 04-07-2007, 08:33 PM   #9 (permalink)
Broken In
 
Join Date: Jan 2007
Posts: 133
Default Re: c drive not opening on double clicking

Dude i m Sure this will work..............
Before Performin This Create a backup of ur registery.
Go to Run n then type regedit then go to :-


Code:
[HKEY_CLASSES_ROOT\Directory]
Expand it and then delete the Key Shell

Then Open Notepad and then copy/paste the following code in it :-
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell]
@="1"
[HKEY_CLASSES_ROOT\Directory\shell\find]
"SuppressionPolicy"=dword:00000080
[HKEY_CLASSES_ROOT\Directory\shell\find\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
  65,00,00,00
[HKEY_CLASSES_ROOT\Directory\shell\find\ddeexec]
@="[FindFolder(\"%l\", %I)]"
"NoActivateHandler"=""
[HKEY_CLASSES_ROOT\Directory\shell\find\ddeexec\application]
@="Folders"
[HKEY_CLASSES_ROOT\Directory\shell\find\ddeexec\topic]
@="AppProperties"
Save it by any name But the extension Should be .reg.Finally Double click on it and then click on Yes .

Now Go to :-
Code:
[HKEY_CLASSES_ROOT\Drive]
Expand it and then delete Shell Key from it .

Now Open Notepad And then copy/paste the following code in it :-
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Drive]
@="Drive"
"EditFlags"=hex:d2,01,00,00
[HKEY_CLASSES_ROOT\Drive\DefaultIcon]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
  65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,38,00,00,00
[HKEY_CLASSES_ROOT\Drive\shell]
@="1"
[HKEY_CLASSES_ROOT\Drive\shell\DosHere]
[HKEY_CLASSES_ROOT\Drive\shell\DosHere\Command]
@="%windir%\\System32\\cmd.exe /k cd \"%1\""
[HKEY_CLASSES_ROOT\Drive\shell\find]
"SuppressionPolicy"=dword:00000080
[HKEY_CLASSES_ROOT\Drive\shell\find\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
  65,00,00,00
[HKEY_CLASSES_ROOT\Drive\shell\find\ddeexec]
@="[FindFolder(\"%l\", %I)]"
"NoActivateHandler"=""
[HKEY_CLASSES_ROOT\Drive\shell\find\ddeexec\application]
@="Folders"
[HKEY_CLASSES_ROOT\Drive\shell\find\ddeexec\topic]
@="AppProperties"
[HKEY_CLASSES_ROOT\Drive\shellex]
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers]
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Kaspersky Anti-Virus]
@="{dd230880-495a-11d1-b064-008048ec2fc5}"
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Offline Files]
@="{750fdf0e-2a26-11d1-a3ea-080036587f03}"
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Sharing]
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\{59099400-57FF-11CE-BD94-0020AF85B590}]
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\{fbeb8a05-beee-4442-804e-409d6c4515e9}]
@=""
[HKEY_CLASSES_ROOT\Drive\shellex\FolderExtensions]
[HKEY_CLASSES_ROOT\Drive\shellex\FolderExtensions\{fbeb8a05-beee-4442-804e-409d6c4515e9}]
@=""
"DriveMask"=dword:00000020
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers]
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\Sharing]
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\{1F2E5C40-9550-11CE-99D2-00AA006E086C}]
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
@=""
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\{7988B573-EC89-11cf-9C00-00AA00A14F56}]
@=""
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\{93CCF120-E053-45CA-B7E0-7DC963928598}]
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\{ECCDF543-45CC-11CE-B9BF-0080C87CDBA6}]
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\{fbeb8a05-beee-4442-804e-409d6c4515e9}]
@=""
Save it by any name But the extension Should be .reg.Finally Double click on it and then click on Yes .

Hope This Helps
iceeeeman is offline  
Old 04-07-2007, 09:50 PM   #10 (permalink)
Banned
 
Join Date: Apr 2007
Location: delhi
Posts: 198
Default Re: c drive not opening on double clicking

thnx 4 ur help(didn't try this one though). there was a file autorun.inf , deleted it, rebooted the system n its working
kooabs03 is offline  
Old 04-07-2007, 11:53 PM   #11 (permalink)
Broken In
 
Join Date: Jan 2007
Posts: 133
Default Re: c drive not opening on double clicking

Hey Dude Good to hear Tht u have Solved Ur problem ENJOY and if u r havin any more probs just Post them here .
iceeeeman is offline  
Old 05-07-2007, 07:03 PM   #12 (permalink)
Booting Nicotine!!
 
spironox's Avatar
 
Join Date: Jan 2004
Location: Paradox Box in the scrap yard
Posts: 313
Wink Re: c drive not opening on double clicking

Quote:
Originally Posted by iceeeeman
Dude i m Sure this will work..............
Before Performin This Create a backup of ur registery.
Go to Run n then type regedit then go to :-


Code:
[HKEY_CLASSES_ROOT\Directory]
Expand it and then delete the Key Shell

Then Open Notepad and then copy/paste the following code in it :-
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell]
@="1"
[HKEY_CLASSES_ROOT\Directory\shell\find]
"SuppressionPolicy"=dword:00000080
[HKEY_CLASSES_ROOT\Directory\shell\find\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
  65,00,00,00
[HKEY_CLASSES_ROOT\Directory\shell\find\ddeexec]
@="[FindFolder(\"%l\", %I)]"
"NoActivateHandler"=""
[HKEY_CLASSES_ROOT\Directory\shell\find\ddeexec\application]
@="Folders"
[HKEY_CLASSES_ROOT\Directory\shell\find\ddeexec\topic]
@="AppProperties"
Save it by any name But the extension Should be .reg.Finally Double click on it and then click on Yes .

Now Go to :-
Code:
[HKEY_CLASSES_ROOT\Drive]
Expand it and then delete Shell Key from it .

Now Open Notepad And then copy/paste the following code in it :-
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Drive]
@="Drive"
"EditFlags"=hex:d2,01,00,00
[HKEY_CLASSES_ROOT\Drive\DefaultIcon]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
  65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,38,00,00,00
[HKEY_CLASSES_ROOT\Drive\shell]
@="1"
[HKEY_CLASSES_ROOT\Drive\shell\DosHere]
[HKEY_CLASSES_ROOT\Drive\shell\DosHere\Command]
@="%windir%\\System32\\cmd.exe /k cd \"%1\""
[HKEY_CLASSES_ROOT\Drive\shell\find]
"SuppressionPolicy"=dword:00000080
[HKEY_CLASSES_ROOT\Drive\shell\find\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
  65,00,00,00
[HKEY_CLASSES_ROOT\Drive\shell\find\ddeexec]
@="[FindFolder(\"%l\", %I)]"
"NoActivateHandler"=""
[HKEY_CLASSES_ROOT\Drive\shell\find\ddeexec\application]
@="Folders"
[HKEY_CLASSES_ROOT\Drive\shell\find\ddeexec\topic]
@="AppProperties"
[HKEY_CLASSES_ROOT\Drive\shellex]
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers]
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Kaspersky Anti-Virus]
@="{dd230880-495a-11d1-b064-008048ec2fc5}"
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Offline Files]
@="{750fdf0e-2a26-11d1-a3ea-080036587f03}"
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Sharing]
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\{59099400-57FF-11CE-BD94-0020AF85B590}]
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\{fbeb8a05-beee-4442-804e-409d6c4515e9}]
@=""
[HKEY_CLASSES_ROOT\Drive\shellex\FolderExtensions]
[HKEY_CLASSES_ROOT\Drive\shellex\FolderExtensions\{fbeb8a05-beee-4442-804e-409d6c4515e9}]
@=""
"DriveMask"=dword:00000020
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers]
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\Sharing]
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\{1F2E5C40-9550-11CE-99D2-00AA006E086C}]
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
@=""
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\{7988B573-EC89-11cf-9C00-00AA00A14F56}]
@=""
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\{93CCF120-E053-45CA-B7E0-7DC963928598}]
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\{ECCDF543-45CC-11CE-B9BF-0080C87CDBA6}]
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\{fbeb8a05-beee-4442-804e-409d6c4515e9}]
@=""
Save it by any name But the extension Should be .reg.Finally Double click on it and then click on Yes .


Hope This Helps


one of the most excellent solution to the problem i guess wil be rep u man awesome really awesome
__________________
http://spironox.blogspot.com

Rig : Asus P4 p 800SE ( happy )
Netbook : Google chrome Cr-48 Mario !!! now that's what i call lucky & also an iBookG4 (2004)
spironox is offline  
Old 05-07-2007, 08:08 PM   #13 (permalink)
Wise Old Crow
 
blueshift's Avatar
 
Join Date: Apr 2005
Location: Inside the Pixel
Posts: 1,227
Default Re: c drive not opening on double clicking

Quote:
Originally Posted by spironox
one of the most excellent solution to the problem i guess wil be rep u man awesome really awesome
ya sure..rep him.
__________________
http://twitter.com/blueshift155
blueshift is offline  
Old 05-07-2007, 11:23 PM   #14 (permalink)
Broken In
 
Join Date: Jan 2007
Posts: 133
Default Re: c drive not opening on double clicking

THNX spironox
iceeeeman is offline  
Old 11-07-2007, 06:29 PM   #15 (permalink)
Booting Nicotine!!
 
spironox's Avatar
 
Join Date: Jan 2004
Location: Paradox Box in the scrap yard
Posts: 313
Default Re: c drive not opening on double clicking

Quote:
Originally Posted by iceeeeman
hey iceeeeman i want to know what about other frives i mean D: E : F: etc what should be changed i mean will the sol provide solution to all drives probs !!
__________________
http://spironox.blogspot.com

Rig : Asus P4 p 800SE ( happy )
Netbook : Google chrome Cr-48 Mario !!! now that's what i call lucky & also an iBookG4 (2004)
spironox is offline  
Old 11-07-2007, 08:14 PM   #16 (permalink)
Broken In
 
Join Date: Jan 2007
Posts: 133
Default Re: c drive not opening on double clicking

Ya man this solution is for all drives
iceeeeman is offline  
Old 17-11-2007, 06:09 PM   #17 (permalink)
Right Off the Assembly Line
 
Join Date: Nov 2007
Posts: 3
Default Re: c drive not opening on double clicking

try this it will work

erase aurorun.inf /f /a -r
and restart your computer
try it will all drive that have this problem
himanshumaker is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Double clicking on drive opens search! DizitalNovice QnA (read only) 6 24-05-2007 12:01 AM
Unable to open Drives in My Comp/Explorer by double clicking infra_red_dude QnA (read only) 7 20-05-2007 08:54 AM
Unable to Open Drives by double clicking it... Ron QnA (read only) 4 19-05-2007 06:37 PM
Help me pls.. Application doesnt start after double clicking abhi99_iitg Software Q&A 3 23-09-2006 04:53 PM

 
Latest Threads
- by abhidev
- by Tenida
- by Charan
- by Niilesh
- by Who
- by Sujeet

Advertisement




All times are GMT +5.5. The time now is 07:39 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2