answersLogoWhite

0

registry

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

If you need to make changes to the winini systemini and configsys file what command would you type at the startrun dialog box?

In Windows XP (and probably later versions, but I haven't tried it on those), you would type "msconfig" -- without the quotes, of course.


What complex binary file used with Windows that combines the config.sys system.ini and other configuration files?

IO.SYS (Kernel File)MSDOS.SYS (Kernel File)COMMAND.COM (Shell File)I believe the answer you are looking for is "Registry".


Which type of file occupies less space text file or binary file?

binary file


What is the file extension for a binary file?

.bin


What is difference between binary file and Excel file?

When referring to Excel 2007, there are two file types you can use when you save a file, XML and binary. If you save the file as binary, then there is no difference between the two. If you save the file as XML, then the XML file contains XML formatting data (explanation beyond the scope of this question) and the binary file is formatted for computers to read directly.


What is the proper method of opening a file for writing as binary file?

To open a file for writing as a binary file in Python, you should use the open() function with the mode set to 'wb'. This mode stands for "write binary," allowing you to write binary data to the file. For example, you can use open('filename.bin', 'wb') to create and write to a binary file named filename.bin. Always remember to close the file using the close() method or by using a with statement to ensure proper resource management.


What is the file extension for a binary Flash file?

.swf


Is it safe to download a Binary file?

no


SCP Secure Copy does transfer of file in binary mode?

Yes, the SCP Secure Copy is able to transfer the file in binary mode. This is because in the binary mode, it is computer understood.


Is php a binary file?

No, PHP is text file with .php extension.


What is configsys file?

The config.sys tells MS-DOS which peripherals and devices are installed on your computer. Only in MS-DOS 4.0 or higher, may programs may be started in config.sys.


Can a binary file be text file?

A binary file cannot be a text file, as they are defined by their content and structure. Text files contain human-readable characters encoded in a specific format (like ASCII or UTF-8), while binary files contain data in a format that is not intended to be read as text, often including non-printable characters. However, a binary file may contain text data within it, but it would still be classified as a binary file due to its overall structure and encoding.