answersLogoWhite

0

update files are stored in windows software distribution folder. Name of the folder is downloads

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Where are back up files stored for windows xp?

The i386 folder. It should be in C:\Windows


What is the name of the folder on the windows 2000xp CD where the installations files are stored?

I386


Where files and settings are primarily stored when Windows Easy Transfer can migrate to a Windows 7 computer?

Transfer Page


What is the partition where the Windows 2000XP operating system is stored?

boot partitionThe boot partition is the disk partition that contains the Windows operating system files and its support files, but not any files responsible for booting.


If you update Windows XP from service pack 2 to service pack 3 will your files be deleted?

No.


Where can I find the locations of Windows screensavers?

You can find the locations of Windows screensavers by navigating to the "C:WindowsSystem32" folder on your computer. This is where the screensaver files are typically stored.


Where are the majority of system and application DLL files stored in Windows XP?

"rob o roh".....Shaggy?


What feature new with Windows 7 organizes files that have something in common regardless of where they are stored?

The Libraries feature, which is new with Windows 7 organizes files that have something in common regardless of where they are stored. The Libraries feature is divided into 4 sections. These sections are Documents, Pictures, Videos and Music.


Do you need to backup windows update before you format or you don't need to backup windows update?

It's more convenient and safer that you use an external HDD and always keep important files saved as they are created, in folders.


How do you view the fonts installed on your computer?

In windows these are stored in c:\windows\fonts From explorer you can double-click on any of the font files to view the font.


Can you remove hotfix which are Windows Backup Files?

Hotfix files can be removed but not recommended in case something happens in a new update and have to revert to an older update. Many of the Hotfix files/programs can be found in the add/remove programs list. From there you should be able to delete them. The files also like to hang out on other places within windows so you need need to do a file search to find them all.


Where headers files are generally stored?

It depends on the header file and on the general organization of the project. System header files, such as stdio.h or windows.h, are stored in a directory that the compiler knows about, but that you don't need to even think about. Library header files are either stored in the same place that system header files are stored, or they are stored in a place reserved for the particular library. In the latter case, there will usually be build parameters that identify the header files and their associated library files. User header files are either stored in the same directory as the source files, or they can be stored in a related directory, somewhere in the project directory tree. well in most of the DOS/Windows C/C++ compilers predefined header files are stored in INCLUDE directory of the folder containing the compiler