search
HomeSystem TutorialWindows SeriesHow Windows File Protection Works

What is Windows file protection?

The windows file protection prompt that pops up when using the computer may be caused by an infected Trojan, or it may be caused by the installation of driver files without logos and pirated operating system versions.

The reasons why windows file protection occurs are:

; 1. After the virus is infected in the computer, it will add itself to other programs or dynamic library files (a type of DLL), thereby realizing the function of running synchronously with the infected program, thereby destroying and destroying the infected computer. propagates itself. Such as downloading and running advertising programs, stealing privacy, remote control, etc.

2. The test version is used to install the hardware driver file, and the driver file has not passed the certification of the emblem.

3. The operating system is a streamlined version or a modified version, and some system files are modified or deleted by the ghots system author, which will also cause this windows file protection prompt to appear. As shown below:

How Windows File Protection Works

Handle windows file protection issues.

1. Check and kill Trojan viruses. For example, after installing Tencent Computer Manager, enter the main interface to check and kill Trojan viruses. Then perform a system repair.

How Windows File Protection Works

2. Then check whether the beta driver is installed, open Driver Life, click the "Native Driver" tab, Driver Life will prompt you for the driver that needs to be repaired and upgraded, and perform the upgrade to the driver file with the emblem logo. , ensuring drive stability.

How Windows File Protection Works

3. If the operating system you are using is a streamlined or modified version, it is recommended that you reinstall the system at this time, because the streamlined or modified version of the system seriously affects system stability.

The method to try to turn off the prompt windows file protection is as follows:

Start-Run-gpedit.MSC, open the Group Policy Editing Tool, open the tabs - Local Computer Policy - Computer Configuration - Administrative Templates - System, find the "Windows File Protection" group, in the right window Double-click the "Set up Windows File Protection Scanning" item in the grid, select "Disabled" and restart the computer.

WINDOWS FILE PROTECTION

I don’t know under what circumstances you encountered this problem, so I will explain it to you according to my understanding

Solution to "File Protection"

This may be caused by you deleting some files before. Just make some settings in the group policy

Yes: Click "Start → Run", enter "gpedit.msc", and then expand "Computer Configuration →

Administrative Templates → System → Windows File Protection", then double-click "Set up file protection scanning" and set it

Set to "Disabled".

I follow these steps to turn off file protection

1. Click Start-->Run, type regedt32 and press Enter;

2. Find [HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows

NT/CurrentVersion/Winlogon];

3. Right-click in the right pane and select New-->DWORD Value and name it SFCDisable;

4. Enter the key value ffffff9d under Hexadecimal to close WFP;

5. Restart the system to make the changes take effect

But when I got to the third step, I found that there was no new option in the right pane, and I couldn't proceed!

describe:

This setting can control whether the system should enable the file protection function (SFC). It can monitor the Windows system

System files whenever the system starts. We can modify the registry to freely control the scanning parameters of the file.

operate:

Open your "Registry Editor". Then find

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon]This

Subkey. Create a "double-byte value" in the right window and name it "SFCScan" and then modify it

Values ​​are 0 = disable, 1 = scan at startup, 2 = scan once.

Exit the "Registry Editor" or restart the computer, and you will see the effects of the changes.

Windows XP and 2000 include a software called WFP (Windows File Protection, Windows File Protection

protection) technology. Set the key value of the "SFCDisable" key to "ffffff9d" to disable WFP, and set

is "0" to enable it. Some other available key values ​​are as follows:

1 - Disabled, but you will be asked if you want to re-enable it at system startup

2 - It will only be disabled on the next reboot and you will not be asked whether to re-enable it

4 - Enable and do not show pop-ups

ffffff9d - Completely disabled

Restore protected Windows system files: Enter "Sfc /scannow" in the run dialog box and click OK

Use sfc /quiet to block wfc and it will be OK

Scan tool SFC

This tool automatically scans all protected system files and replaces incorrect versions with correct versions.

When the operating system is partially damaged, it can be used to restore the system.

The SFC command line and its parameters are as follows:

SFC [/scannow] [/scanonce] [/scanboot] [/cancel] [/enable]

[/purgecache] [/cachesize=x] [/quiet]

/SCANNOW: Immediately scan all protected system files.

/SCANONCE: The next time you turn on the computer, all protected system files will be scanned only once.

/SCANBOOT: Scan all protected system files every time you start.

/CANCEL: Cancels the scan of all pending settings protection system files.

/QUIET: Replace all incorrect file versions without prompting the user.

/ENABLE: Enable Windows file protection to facilitate general operations.

/PURGECACHE: Delete the file cache and scan all protected file systems immediately.

/CACHESIZE=x: Set the file cache size.

What is Data Execution Protection in WINDOWS

Microsoft Windows XP Service Pack 2 (SP2) helps prevent computers from inserting malicious code in areas of computer memory reserved for non-executable code by implementing a series of hardware and software enforcement technologies called Data Execution Prevention (DEP).

Hardware Implementation DEP is a feature of some processors that prevents code execution in areas of memory that have been marked as datastores. This feature is also known as non-execution and execution protection. Windows XP SP2 also includes a software implementation of DEP, which is designed to reduce exploitation of the exception handling mechanisms in Windows.

Unlike antivirus programs, hardware and software that implement DEP technology are not designed to prevent harmful programs from being installed on your computer. Instead, it monitors your installed programs to help determine whether they are using system memory safely. To monitor your program, the hardware implementation of DEP tracks areas of memory that have been designated as "non-executable". If memory has been designated as "non-executable" but a program attempts to execute code from the memory, Windows will shut down the program to prevent malicious code. This action is performed regardless of whether the code is malicious or not.

Note: Software-based DEP is part of Windows XP SP2 and is enabled by default, regardless of the processor's hardware implementation of the DEP feature. By default, software implementation DEP applies to core operating system components and services.

The purpose of the DEP default configuration is to protect your computer with minimal impact on application compatibility. However, some programs may not run correctly, depending on your DEP configuration. You can use the tasks described in this document to configure DEP:

on your computer

Enable DEP for all programs on your computer

Add program to DEP exception list

Disable DEP for the entire computer

Important: When installing the operating system, use the Start menu that appears by default to obtain the step-by-step instructions in this document. If you modified the Start menu, the steps will be slightly different.

before the start

This document provides guidance on configuring DEP on Windows XP SP2.

Note: Hardware-enforced DEP is enabled by default on computers running Microsoft Windows XP 64-bit edition with a DEP-compliant processor. 64-bit applications will not run through "non-executable" areas of memory. Hardware-enabled DEP cannot be disabled.

Software-enabled DEP on Windows XP SP2 and 32-bit applications running on any processor can be configured to use "executable" or "non-executable" regions of memory.

Enable DEP for all programs on your computer

Hardware and Software The default configuration of DEP protects core Windows components and services with minimal impact on application compatibility, but you can choose to configure DEP to protect all applications and programs on your computer. If you configure DEP to protect all applications and programs on your computer, you gain additional protection, but may also cause other application compatibility issues. If you configure DEP to protect all applications and programs on your computer, and some 32-bit applications have compatibility issues, you can exempt those applications from software DEP protection. You cannot disable hardware DEP or exempt 64-bit applications running on 64-bit Windows XP systems shipped with DEP-compliant processors.

Requirements for performing this task

1. Credentials: You must be logged on to the computer using an account with local administrator rights.

The above is the detailed content of How Windows File Protection Works. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:Excel办公网. If there is any infringement, please contact admin@php.cn delete
8 Ways to Clear the Clipboard on Windows 118 Ways to Clear the Clipboard on Windows 11Apr 21, 2025 pm 12:13 PM

This guide provides multiple ways to clear your Windows 11 clipboard, ensuring your copied data remains private. Your clipboard stores various items, including text, images, and videos. Let's explore several methods to erase its contents. Method 1:

Logitech's G515 Lightspeed keyboard is 25% offLogitech's G515 Lightspeed keyboard is 25% offApr 21, 2025 pm 12:06 PM

Logitech G515 Lightspeed TKL Mechanical Gaming Keyboard Review The Logitech G515 Lightspeed TKL uses low profile keys and feels very similar to the Apple Magic Keyboard, but has an additional mechanical switch, which is slim overall and has a rechargeable battery. Amazon Link This keyboard is perfect for users who both work and games. Amazon currently sells for $119.99, down from its original price of $159.99, only once before it reached this price. G515 Lightspeed TKL is slim in size, 14.49 inches long and 5.91 inches wide,

How to Enable TPM 2.0 to Get Windows 11How to Enable TPM 2.0 to Get Windows 11Apr 21, 2025 am 11:17 AM

Many users with powerful desktops were initially blocked from upgrading to Windows 11 due to a simple BIOS setting being disabled by default: TPM 2.0. This guide explains how to enable it. Checking for TPM Compatibility Windows has a built-in tool t

How to Download a Website as an App on the DesktopHow to Download a Website as an App on the DesktopApr 21, 2025 am 10:37 AM

Quickly Access Your Favorite Websites: Two Methods for Adding Websites to Your Desktop Tired of hunting through bookmarks? Windows offers easy ways to add frequently visited websites directly to your desktop for instant access. This guide details tw

8 Ways to Open the Run Dialog Box on Windows 118 Ways to Open the Run Dialog Box on Windows 11Apr 20, 2025 am 06:01 AM

Windows 11's Run dialog box (Run) provides a convenient way to quickly access various system features and installed applications. The way to start this dialog is simple, just use keyboard shortcuts or select menu items. This article will describe several ways to start this utility. Use keyboard shortcuts to open the run dialog The quickest way to start a Run dialog on Windows 11 is to use keyboard shortcuts. This method opens the dialog box instantly. To do this, press the Windows R key on the keyboard. No matter where you are currently on your computer, Windows 11 will immediately open the Run dialog box. You can then enter the name of the utility you want to start.

Samsung's 32-inch Odyssey G7 IPS Gaming Monitor Is $270 Off TodaySamsung's 32-inch Odyssey G7 IPS Gaming Monitor Is $270 Off TodayApr 20, 2025 am 03:01 AM

Samsung Odyssey G7 (G70D) 32-inch Esports Monitor Special Offer! Original price is $800, current price is only $530, saving $270! This Odyssey G7 sports monitor has 4K resolution, IPS panel, 144Hz refresh rate, AMD FreeSync Premium support, and smart Tizen capabilities. Samsung's official website priced at $530 If you need a monitor that supports high refresh rate gaming, this Samsung 32-inch Odyssey G7 monitor is ideal for you. Currently on sale, priced at $530, $270 less than the original price, and comes with 4K resolution, IPS panel and smart software capabilities. 32-inch Odyss

6 Tasks You Should Do Regularly on Your Windows Computer6 Tasks You Should Do Regularly on Your Windows ComputerApr 19, 2025 am 03:01 AM

Maintaining a Windows computer requires regular upkeep to ensure smooth operation and prevent performance issues, security risks, and unnoticed hardware problems. Here's a routine maintenance checklist to keep your computer running smoothly: 1. Run

How to Right-Click With No MouseHow to Right-Click With No MouseApr 18, 2025 pm 12:03 PM

The mouse is a vital component to getting work done on your PC. But when you’re stuck with a faulty mouse, you can run into a few problems including the inability to right-click. But the good news is that there are definitely ways t

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools