You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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