answersLogoWhite

0


Best Answer

To resolve this problem, edit the registry to set the value data for the Default string value in the registry keys that are described in the "Cause" section of this article to none:

1.Start Registry Editor (Regedt). START -> RUN -> [type] regedit -> hit Enter

2.Locate and then click the Default value under the following keys in the registry if this problem occurs with folders:

HKEY_CLASSES_ROOT\Directory\shell

If this problem occurs with drives:

HKEY_CLASSES_ROOT\Drive\shell

3.Click Modify on the Edit menu.

4.Type none in the Value data box, and then click OK.

5.Quit Registry Editor.

Any Problems......mail me

rahul_fj@live.com

always happy to help

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: WHen double click cannot open other drives then C other drives display oriental characters when right click on them?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is use of printf?

printf() is a build-in function under the header file 'stdio.h' in a C programming language. In c++,the same function is accomplished by 'cout' . It is used to display strings enclosed between double quotes. Its syntax is printf("...string/sentences/characters...."); After execution,all the characters between the double quotes will be displayed on the output screen.


What will display when you double click on your Computer?

voice bar


Do you have to pay double for Xbox live Characters?

no


Name the characters in the double deckers?

The main characters in "The Double Deckers" TV show are Tiger, Brains, Scooper, Doughnut, Sticks, Spring and Billie.


What is the display DDR on graded coins mean?

It means, Double Die Reverse


Do single-quoted string literals have any characteristics difference from those of double-quoted string literals?

The literals with single quotes are Characters and can have a width of only one. Ex: 'y' or 'a' etc Strings cannot be declared using single quotes. They have to be declared with double quotes.


What year did Pantera release their 'Vulgar Display of Power' album?

Vulgar Display of Power, a Double Platinum record by Pantera, was released on February 25, 1992.


Who are all the characters in double identity?

I don't know that's why I was looking for the answer!


What characters are featured in the Double Dragon video game series?

There are many characters that feature in the Double Dragon video game series, for example Billy Lee, Marian, Williams, Wroper (white), Wroper (black), Chin Taimei, Linda, Abobo, Green Abobo, Willy and Jimmy Lee. These make up the main characters in the Double Dragon video game series, but there are many nameless characters that have featured in the series.


Chapter 4 exercise 2a on Programming Logic and Design Introductory?

start Declarations string name double pricePerPound double poundsSold double POUNDS_MIN = 2000 display "Enter the name of the candy: " get name display "Enter the price per pound of this candy in Dollars: " get pricePerPound display "Enter the number of pounds of this candy that was sold: " get poundsSold if poundsSold > POUNDS_MIN then display "This is a best selling candy! Name: ", name, "Price per pound: ", pricePerPound, "Pounds sold:", poundsSold endif stop


What size in dash radio does a dodge charger use?

with satnav/display it's a Double DIN.


How can you increase the precision of the double in c?

no you cannot increase the precision of double itself in C