answersLogoWhite

0

Dfsc.sys is the Microsoft Windows DFS namespace client file. It is located in the folder C:\Windows\System32\drivers. Known file sizes on Windows 7 and Windows XP are 75,264 bytes and 78,336 bytes (or 74,752 bytes), respectively. It is a Windows core system file and is Microsoft signed.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you design inline function as a member function?

You define the function at the same time you declare it, usually in the header file, sometimes in an .hpp file.


Which function is used to determine the position of the put pointer in a file in c plus plus?

The function ftell returns the position of the file pointer for a file.


How do you extract function name from a c program using PERL?

What function do you mean? Any function defined in a source file? Or any function used in a source file? Be more specific.


What function will read a specified number of elements from a file in c?

fread() function will read a specified number of elements from a file .


What is function of End-of-file?

It means 'no more data to read in this file'.


What is the function of the readmetxt file on included on the windows 9xMe installation CD?

The function of this file is to provide information for the installment of Windows 9xMe.


Explain the function of file management in computer?

The file is a system which you can save your text..


How do you define a function?

Put a function prototype in a header file or before the function is called in a C source file. void foo(void); or int bar(int,float char*);


What are the header file of scanf function?

stdio.h


Which header file has clrscr function?

conio.h


What Is The Quickest Way To Find A File?

the quickest way of finding it is using file function


What is the length of file in Pascal?

In Pascal, the length of a file can be determined using the FileSize function, which returns the number of bytes in a file. This function is typically used with file variables that have been assigned to a specific file type. For example, you can use FileSize(myFile) where myFile is your defined file variable to get the length of that file. The result is an integer indicating the total byte size of the file.