About 588,000 results
Open links in new tab
  1. Autologon - Sysinternals | Microsoft Learn

    Aug 29, 2016 · Autologon enables you to easily configure Windows’ built-in autologon mechanism. Instead of waiting for a user to enter their name and password, Windows uses the credentials you …

  2. Windows System File - Wikipedia

    .sys is a filename extension used in MS-DOS applications and Microsoft Windows operating systems. They are system files that contain device drivers or hardware configurations for the system.

  3. SYS File - What is an .sys file and how do I open it? - FileInfo.com

    Dec 31, 2020 · An SYS file is a system file used by Microsoft DOS and Windows operating systems. It contains system settings and variables, and functions that are used to run the operating system.

  4. sys — System-specific parameters and functions — Python 3.14.2 ...

    1 day ago · If you want to iterate over this global dictionary always use sys.modules.copy() or tuple(sys.modules) to avoid exceptions as its size may change during iteration as a side effect of …

  5. SYS File Extension - What is it? How to open a SYS file?

    A SYS file is a Windows or MS-DOS system device driver or system configuration. A SYS driver contains compiled functions, coroutines, and settings saved in Dynamic Link Library format and used …

  6. SYS File: How to open SYS file (and what it is)

    Jan 22, 2025 · Files with the .sys extension are either MS-DOS or Windows 95/98 system files. Standard SYS files include MSDOS.SYS and IO.SYS. These files contain the core system code, and the PC …

  7. Sys Command - Computer Hope

    Mar 21, 2025 · Sys command information for MS-DOS and the Windows command line. Page includes sys command availability, syntax, and examples on how to use the sys command.

  8. what is a .sys file? (understanding system driver files)

    a .sys file is essentially a compiled program, a collection of instructions and data that tells the operating system how to interact with a specific hardware device.

  9. .sys File: What It is and How to Open It - DigitalGadgetWave.com

    Sep 1, 2023 · A .sys file is a system file that contains instructions and data that are used by the operating system. It is usually found in the Windows directory and is essential for the proper …

  10. sys | Python Standard Library – Real Python

    Feb 24, 2025 · The Python sys module provides access to system-specific parameters and functions. It allows you to interact with the Python runtime environment and the underlying operating system.