Skip to main content

How do I overburn a CD with Nero?



Start Nero


From the action-bar select File and select Preferences.



In the Preferences window, select Expert Features

(1) and check the Enable overburn disc-at-once(2).



Choose a Maximum CD Length(3) and click OK(4) (*82:59:59 is the maximum value I suggest, but as you can see from the screen capture above I have set mine significantly higher. 

The reason is because I frequently use 99min 850 MB CD media).

For a more accurate test you can use a nero tool called nero speed test to see how much a specific CD is capable of being over burned . get it here

From the action-bar select File and select Write CD.



A window will appear when you have exceeded expected length, click OK to start the over burn copy.

Remember to set disk to burn Disc at Once, you cannot over burn in Track at Once Mode. 

Popular posts from this blog

Introduction to strings

Fundamental types represent the most basic types handled by the machines where the code may run. But one of the major strengths of the C++ language is its rich set of compound types, of which the fundamental types are mere building blocks. An example of compound type is the string class. Variables of this type are able to store sequences of characters, such as words or sentences. A very useful feature! A first difference with fundamental data types is that in order to declare and use objects (variables) of this type, the program needs to include the header where the type is defined within the standard library (header <string> ): // my first string #include <iostream> #include <string> using namespace std; int main () { string mystring; mystring = "This is a string" ; cout << mystring; return 0; }   printout:   This is a string As you can see in the previous example, strings can be initialized with any valid string l...

Best chess matchup: Peaceful_Moon_4D vs IM Toro123

Master Excel: Unleash Pro-Level Skills with These Tips and Tricks