Can a system file be deleted?

anvienhponline

anvienhponline

@anvienhponline-zPH4EV Oct 26, 2024
What is a system file?? Is it possible to delete a system file? And how can change any file to system file?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Dhananjay Harkare

    Dhananjay Harkare

    @dhananjay-0OEUGZ Aug 10, 2014

    Hi #-Link-Snipped-#, welcome to CE.

    I'm assuming you asked this query from the perspective of Operating Systems. Basically, system files are those which are responsible for working of your operating system. Just like you write programs for performing various tasks and operations, system files altogether makes your system work.

    Usually, system files are hidden as they are under execution when the system is running and obviously system does not want these files to be modified by user. Though in some cases, user can delete/modify system files which can lead to partial/complete failure of system or the system may behave abnormally.
    In Windows environment, system files have extension as .sys. System considers files with .sys extension as important, but it doesn't necessarily make them system files. Hope this clarify your questions.
  • Bhargavi A Kulkarni

    Bhargavi A Kulkarni

    @bhargavi-a-kulkarni-L2YeZB Aug 18, 2014

    In Command prompt, traverse to the folder where the file is stored and use "Attrib +h+s filename.extension" command to change any file into system file