Subject | English | Turkish |
comp., MS | boot critical driver | kritik başlatma sürücüsü (A driver that must be available in order for the operating system to successfully complete the boot process. Boot critical drivers include all boot start drivers) |
comp., MS | business driver | iş etmeni (A condition or phenomenon that has the potential to impact a business either positively or negatively) |
comp., MS | class driver | sınıf sürücüsü (An intermediate driver that provides a simple interface between a minidriver and the operating system) |
comp., MS | custom driver access | özel sürücü erişimi (Device IO Control to 3rd party driver, a form of restricted device interface access for privileged apps) |
comp., MS | device driver | cihaz sürücüsü (Software that enables hardware or peripherals (such as a printer, mouse, or keyboard) to work with your computer or mobile device) |
comp., MS | device driver | aygıt sürücüsü (Software that enables hardware or peripherals (such as a printer, mouse, or keyboard) to work with your computer or mobile device) |
comp., MS | device driver interface | cihaz sürücü arabirimi (A set of functions that are implemented by the operating system for use by drivers) |
comp., MS | Device Driver Wizard | Cihaz Sürücüsü Sihirbazı (A wizard that helps a driver developer get the new driver packages up and going quickly in Visual Studio) |
comp., MS | driver package | sürücü paketi (A collection of files that comprise a driver) |
comp., MS | Driver Project Conversion Tool | Sürücü Projesi Dönüştürme Aracı (A tool to help driver developers convert their existing driver source files into Windows 8 device drivers by using Visual Studio) |
comp., MS | driver protection list | sürücü koruma listesi (A list of drivers known to cause instabilities when installed under Microsoft Windows XP and later versions. The list is checked at the following times: during installation of Windows; each time the system is rebooted; each time a device or application is installed) |
comp., MS | driver reflection | sürücü yansıması (The process by which a driver file is copied to a location on the destination computer and the corresponding service is created) |
austrian | driver's licence US | Ehliyet |
NGO | driver's licence US | Sürücü belgesi/Ehliyet |
austrian | driver's licence US | Sürücü belgesi |
comp., MS | driver stack | sürücü yığını (A device object that forwards input/output request objects (IRPs) to other device objects. Stacking always occurs from the bottom up and is taken down from the top) |
comp., MS | Early Launch Antimalware driver | Erken Başlatılan Kötü Amaçlı Yazılımdan Koruma sürücüsü (An antimalware driver that loads early in the boot process, to evaluate the safety of the other drivers being loaded. Based on a comparison against historical data for those drivers, the antimalware driver returns information to the kernel, which makes initialization decisions for each driver) |
comp., MS | early-launch boot driver | erken başlatılan önyükleme sürücüsü (An antimalware driver that loads early in the boot process, to evaluate the safety of the other drivers being loaded. Based on a comparison against historical data for those drivers, the antimalware driver returns information to the kernel, which makes initialization decisions for each driver) |
comp., MS | ELAM driver | ELAM sürücüsü (An antimalware driver that loads early in the boot process, to evaluate the safety of the other drivers being loaded. Based on a comparison against historical data for those drivers, the antimalware driver returns information to the kernel, which makes initialization decisions for each driver) |
comp., MS | in-box driver | yerleşik sürücü (A driver contained in the default Windows installation) |
comp., MS | kernel-mode driver | çekirdek modu sürücüsü (A driver for a logical, virtual, or physical device) |
comp., MS | layered driver | katmanlı sürücü (One of a collection of drivers that responds to the same IRPs. Layered driver describes the highest-level and lowest-level drivers in a chain of layered drivers that process the same IRPs, along with all intermediate drivers in the chain) |
comp., MS | Microsoft Windows Driver Library | Microsoft Windows Sürücü Kitaplığı (A collection of hardware device drivers for a Microsoft Windows operating system that were not included in the original Windows package) |
comp., MS | minifilter driver | mini filtre sürücüsü (A driver used by anti-malware software, backup agents, and encryption products to intercept requests that are targeted at a file system, or another file system driver, before the request reaches its intended destination) |
comp., MS | monolithic driver | monolitik sürücü (A driver that is structured to handle all storage command processing from the driver class to the host bus attachment, residing in the code path either alongside Microsoft-supplied monolithic drivers, or alongside a Microsoft-supplied port driver and vendor-supplied miniport drivers) |
comp., MS | network card driver | ağ kartı sürücüsü (A device driver that works directly with the network card, acting as an intermediary between the card and the protocol driver) |
comp., MS | ODBC driver | ODBC sürücüsü (A program file used to connect to a particular database. Each database program, such as Access or dBASE, or database management system, such as SQL Server, requires a different driver) |
comp., MS | out-of-box driver | sistemde bulunmayan sürücü (A driver that is not included with Windows) |
comp., MS | signed driver | imzalı sürücü (A driver that meets the criteria of the Windows Logo Program. For performance and stability, Microsoft strongly recommends that you use only signed drivers for new or updated drivers) |
comp., MS | static virtual device driver | statik sanal cihaz sürücüsü (A virtual device driver (VxD) that is statically loaded during system startup. A static VxD can be loaded in a number of different ways, including device enumeration by the Plug and Play (PnP)static device enumerator) |
comp., MS | third-party driver | üçüncü taraf sürücü (A driver created or provided by an entity outside Microsoft (distributed by a developer or an OEM)) |
comp., MS | virtual device driver | sanal cihaz sürücüsü (Software in Windows 9x that manages a hardware or software system resource. If a resource retains information from one access to the next that affects the way it behaves when accessed (for example, a disk controller with its status information and buffers), a virtual device driver must exist for it. Virtual device drivers are described using three-letter abbreviations beginning with V and ending with D; the middle letter indicates the type of device, such as D for a display, P for a printer, T for a timer, and x when the type of device is not under discussion) |
comp., MS | watchdog driver | izleme sürücüsü (A hardware device that monitors system health and functionality by communicating with the system software. The communication is through a dedicated device driver or device timer) |
comp., MS | Windows driver foundation | Windows Driver Foundation (A framework that provides prewritten support for the requirements of Windows driver model (WDM), giving Microsoft Windows device-driver developers the ability to better focus on their device models. The driver framework reduces the amount of new code required to provide a full-featured WDM device driver) |
comp., MS | Windows Driver Kit | Windows Sürücü Seti (The SDK that contains all the tools and downloads needed to build a driver for Windows) |
comp., MS | Windows Driver Library | Windows Sürücü Kitaplığı (A collection of hardware device drivers for a Microsoft Windows operating system that were not included in the original Windows package) |
comp., MS | Windows Driver Model | Windows Sürücü Modeli (A driver model based on the Windows NT driver model that is designed to provide a common architecture of I/O services for Windows operating systems for specific classes of drivers. These driver classes include USB and IEEE 1394 buses, audio, still-image capture, video capture, and HID-compliant devices such as USB mice, keyboards, and joysticks. Provides a model for writing kernel-mode drivers and minidrivers, and provides extensions for Plug and Play and power management) |