Skip to content

Everything Else

Sandesh Kota edited this page Mar 18, 2019 · 1 revision

Commands

  • Delete a Service from Windows
    sc delete < service-name >
  • Start a win service
    net start < winrm >
  • Stop a win service
    net stop < winrm >

Kernel

  • Kernel is layer between physical hardware of the computer and rest of the OS. Controls access to peripherals connected to the computer through device drivers.
  • Kernel Mode in Windows: More faster in accessing harddsik, drivers etc.. But a failure in it will crash OS
  • User Mode in Windows: Takes time to access harddisk, drivers etc.. But a failure in it will not crash the OS

Clone this wiki locally