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


Where is windows 98 files stored?

Windows 98 files are primarily stored on the system drive, usually the C: drive, within the "C:\Windows" directory. This folder contains essential system files, drivers, and configuration settings. Additional files, such as applications and user data, can be found in other directories, like "C:\Program Files" and "C:\Documents and Settings."


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.


How do you remove stored screensavers from your drive?

To remove stored screensavers from your drive, navigate to the folder where screensavers are stored, typically found in C:\Windows\System32 on Windows. Look for files with the .scr extension, which are screensaver files. Simply delete any screensaver files you no longer want. Remember to empty the Recycle Bin afterward to permanently remove them from your system.


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.


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.


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