Explain what you can do if you make a mistake editing the registry and don't know how to correct a problem you create.

What will be an ideal response?


Changes made to the registry take effect immediately. Therefore, take extra care when editing the registry. If you make a mistake and don't know how to correct a problem you create, then double-click the exported key to recover. When you double-click an exported key, the registry is updated with the values stored in this key.

Computer Science & Information Technology

You might also like to view...

What is wrong with this code?

``` class Person { private: string name; string address; public: People(); void SetName(string n); void SetAddress(string a); }; ``` A. The constructor has not initialized its variables. B. There is no constructor. C. Variables are passed into the set functions but nothing is returned. D. None of the above.

Computer Science & Information Technology

An interim plan saves ____ values.

A. duration B. work C. cost D. None of the above

Computer Science & Information Technology

The Towers of Hanoi puzzle is attributed to the French mathematician Edouard Lucas and is based on a legend about a temple in Vietnam, with 64 golden discs stacked on three posts.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The ________ provides predefined combinations of fill colors and line colors that can be applied to shapes

A) Shape Styles gallery B) Geometric Styles gallery C) SmartArt Styles gallery D) Text Styles gallery

Computer Science & Information Technology