亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Table of Contents
1]Delete Defender history file
(2)Reset Windows Defender application
3]運行DISM工具
4]檢查第三方軟件沖突
Home Computer Tutorials Computer Knowledge Windows Security history is missing or not showing up in Windows 11

Windows Security history is missing or not showing up in Windows 11

Feb 28, 2024 pm 03:58 PM
windows defender history record

Are you worried that your lost Windows Defender history hides infections? Windows Security's protection history tracks defenders' behavior to help you easily identify and remove threats. But what if your Windows security history is empty, missing, or not showing up? In this article, we'll look at the possible causes and the steps you can take to correct the problem.

Why is Windows protection history missing?

If you haven't cleared your Windows Defender protection history recently but it still appears blank, the reasons may be:

  • History settings not enabled: If you disable history settings, Microsoft Defender is not properly configured to log activities such as scans, detections, and other associated security-related events, which can cause problems.
  • Security Database Corruption: Microsoft Defender's security database maintains a record of all tasks performed by this application. Therefore, a corrupted security database prevents the system from logging and displaying details of previous events, resulting in a missing or blank protection history.
  • Problems with Windows Defender application: Corrupted application files, conflicts with third-party applications, or incorrect settings in the Defender application may be the reason for its incorrect operation. This may also result in security-related events for said application not being properly logged.
  • Fix the issue where Windows protection history is empty, missing, or not displayed

    If your Windows security history is empty, missing, or not showing up in Windows 11, here's how to fix it:

  • Delete Defender history files
  • Reset the Microsoft Defender application.
  • Run the DISM tool.
  • Check third-party software conflicts
  • For most solutions you may need to obtain permission from Amdin

    1]Delete Defender history file

    This problem can be effectively solved by cleaning the Defender history files by deleting any old files that may be corrupted or causing conflicts.

    • Open Windows Terminal by typing cmd on the desktop search bar.
    • Right click on it and select Run as administrator
    • On the terminal prompt type,
    Del“C:ProgramDataMicrosoftWindows Defenderscansmpcache*”/S>nul 2>&1
    <img src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/164/170910709136225.jpg" class="lazy" alt="Windows 11中缺少或未顯示W(wǎng)indows安全保護(hù)歷史記錄">

    DEL: Delete command to delete files.

    "C:ProgramDataMICROSOFTWindows DefenderSCANSMPCACHE*: Indicates a delete command scan directory for erasing files starting with MPCACHE under...

    The

    /S flag helps the delete command execute recursively, not only deleting files in the specified directory, but also deleting files in its subdirectories.

    NUL plays a role in the command line similar to the pipe symbol | in PowerShell, used to redirect the output of the del command. By using NUL, you can ensure that no output messages are displayed on the terminal, such as confirmation messages when files are deleted.

    2>&1: Used to suppress the display of any error messages encountered during the deletion process.

    • After entering the above command type,
    Del“C:ProgramDataMicrosoftWindows DefenderScansHistoryServiceDetectionHistory*”

    After that,

    Del“C:ProgramDataMicrosoftWindows Defenderscansmpenginedb.db”

    After the removal process is complete, restart the system and check for errors.

    (2)Reset Windows Defender application

    Resetting Windows Security will restore the app to its default settings, which can help fix issues that have been preventing it from running. To reset,

    From [Start] Menu

    • Press the Windows I key to open the settings options.
    • Click Application Settings.
    • Look for Windows Security under the list of installed applications.
    • Once found, scroll down to find the reset option.
    • Click the reset button to reset the application.

    Windows 11中缺少或未顯示W(wǎng)indows安全保護(hù)歷史記錄

    From Windows PowerShell

    • Type Windows PowerShell in the desktop search bar.
    • Click to run as administrator.
    • Enter the below mentioned command on the terminal prompt:
    Get-AppxPackage Microsoft.SecHealthUI-所有用戶|Reset-AppxPackage

    Windows 11中缺少或未顯示W(wǎng)indows安全保護(hù)歷史記錄

    explain:

    Get-AppxPackage: Used to retrieve information about the installed Appx package. AppX happens to be the app packaging format used by Microsoft for Microsoft App Store apps.

    Microsoft.SecHealthUI: is the full name of Microsoft security package.

    -AllUsers: Option is used to specify the package information to be retrieved for all users in the system.

    |(pipeline): Helps pass the output of Get-AppxPackage to the command on the right side of the pipe.

    Reset-AppxPackage: Reset related packages for all users in the system.

    In summary, this command retrieves the Microsoftinformation.SecHealthUI package and resets or reinstalls the package.

    • 執(zhí)行完上述命令后,重新啟動系統(tǒng)。
    • 重新啟動后,再次以管理員身份打開PowerShell。
    • 在終端提示符下輸入以下命令:
    Add-Appx軟件包-注冊-DisableDevelopmentMode“C:WindowsSystemAppsMicrosoft.Windows.SecHealthUI_cw5n1h2txyewyAppXManifest.xml”

    Windows 11中缺少或未顯示W(wǎng)indows安全保護(hù)歷史記錄

    解釋:

    Add-AppxPackage:在系統(tǒng)上添加或安裝APPX包。

    -注冊:應(yīng)用程序安裝后進(jìn)行注冊。注冊過程包括將有關(guān)該程序包的信息添加到Windows應(yīng)用程序存儲庫并使其可用。

    -DisableDevelopments模式:關(guān)閉開發(fā)模式;開發(fā)模式允許用戶打開帶有調(diào)試和部署選項的應(yīng)用程序,這種情況下不需要。

    “C:WindowsSystemAppsMicrosoft.Windows.SecHealthUI_cw5n1h2txyewyAppXManifest.xml”:提到了AppXManifest.xml文件的路徑,該文件包含應(yīng)用程序的元數(shù)據(jù)和配置信息,如應(yīng)用程序的描述和顯示名稱。

    總而言之,該命令在修復(fù)或重新安裝后注冊Microsoft.SecHealthUI和appx程序包。

    執(zhí)行完上述命令后,重新啟動系統(tǒng),檢查是否出現(xiàn)錯誤。

    3]運行DISM工具

    損壞的系統(tǒng)映像也可能導(dǎo)致保護(hù)歷史記錄丟失。在這種情況下,運行DISM工具可以幫助解決問題。

    4]檢查第三方軟件沖突

    第三方應(yīng)用程序有時可能會與Microsoft Defender應(yīng)用程序發(fā)生沖突并限制其功能,因此可能不會顯示保護(hù)歷史記錄。在這種情況下,在干凈啟動狀態(tài)下對問題進(jìn)行故障排除也有助于解決錯誤。

    我希望這篇文章能幫助解決這個問題。

    The above is the detailed content of Windows Security history is missing or not showing up in Windows 11. For more information, please follow other related articles on the PHP Chinese website!

    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

    Hot AI Tools

    Undress AI Tool

    Undress AI Tool

    Undress images for free

    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.

    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

    Notepad++7.3.1

    Notepad++7.3.1

    Easy-to-use and free code editor

    SublimeText3 Chinese version

    SublimeText3 Chinese version

    Chinese version, very easy to use

    Zend Studio 13.0.1

    Zend Studio 13.0.1

    Powerful PHP integrated development environment

    Dreamweaver CS6

    Dreamweaver CS6

    Visual web development tools

    SublimeText3 Mac version

    SublimeText3 Mac version

    God-level code editing software (SublimeText3)

    Hot Topics

    PHP Tutorial
    1488
    72
    How to change the system display language for all users in Windows How to change the system display language for all users in Windows Jul 31, 2025 am 08:18 AM

    InstallthedesiredlanguagepackviaSettings→Time&Language→Language&region,ensuring"SetasmyWindowsdisplaylanguage"isselected.2.Changethesystemdisplaylanguageinthesamemenuandrestart.3.OpenControlPanel→Region→Administrativetab,click"

    How to reset the Microsoft Store in Windows How to reset the Microsoft Store in Windows Jul 31, 2025 am 08:23 AM

    ResettheMicrosoftStoreviaSettingsbygoingtoApps>Installedapps,selectingMicrosoftStore,clickingAdvancedoptions,thenRepairandResetifneeded.2.Ifthatfails,re-registertheStoreusingPowerShellasadminwiththecommand:Get-AppXPackage-NameMicrosoft.WindowsStor

    How to install Windows on a Mac without Boot Camp How to install Windows on a Mac without Boot Camp Jul 31, 2025 am 11:58 AM

    Without BootCamp, installing Windows on Mac is feasible and works for different chips and needs. 1. First check compatibility: The M1/M2 chip Mac cannot use BootCamp, it is recommended to use virtualization tools; the Intel chip Mac can manually create a boot USB disk and install it in partition. 2. Recommended to use virtual machines (VMs) for M1 and above chip users: Windows ISO files, virtualization software (such as ParallelsDesktop or UTM), at least 64GB of free space, and reasonably allocate resources. 3. IntelMac users can manually install it by booting the USB drive: USB drive, WindowsISO, DiskU is required

    How to reset the TCP/IP stack in Windows How to reset the TCP/IP stack in Windows Aug 02, 2025 pm 01:25 PM

    ToresolvenetworkconnectivityissuesinWindows,resettheTCP/IPstackbyfirstopeningCommandPromptasAdministrator,thenrunningthecommandnetshintipreset,andfinallyrestartingyourcomputertoapplychanges;ifissuespersist,optionallyrunnetshwinsockresetandrebootagain

    How to install Windows on a Mac How to install Windows on a Mac Jul 31, 2025 am 10:07 AM

    ForIntel-basedMacs,useBootCampAssistanttocreateadual-bootsystemwithWindowsbypreparingaUSBdrive,downloadingaWindowsISO,partitioningthedisk,andinstallingWindowsalongsidemacOSwithsupportdrivers.2.ForAppleSiliconMacs(M1/M2/M3),usevirtualizationsoftwareli

    Step-by-step guide to installing Windows from an ISO file Step-by-step guide to installing Windows from an ISO file Aug 01, 2025 am 01:10 AM

    DownloadtheWindowsISOfromMicrosoft’sofficialsite.2.CreateabootableUSBusingMediaCreationToolorRufuswithaUSBdriveofatleast8GB.3.BootfromtheUSBbyaccessingthebootmenuoradjustingBIOS/UEFIsettings.4.InstallWindowsbyselectingcustominstallation,choosingtheco

    How to manage AppLocker policies in Windows How to manage AppLocker policies in Windows Aug 02, 2025 am 12:13 AM

    EnableAppLockerviaGroupPolicybyopeninggpedit.msc,navigatingtoApplicationControlPolicies,creatingdefaultrules,andconfiguringruletypes;2.Createcustomrulesusingpublisher,path,orhashconditions,preferringpublisherrulesforsecurityandflexibility;3.Testrules

    A guide to custom Windows installation options A guide to custom Windows installation options Aug 01, 2025 am 04:48 AM

    Choose"Custom:InstallWindowsonly(advanced)"forfullcontrol,asitallowsacleaninstallthatremovesoldissuesandoptimizesperformance.2.Duringsetup,managepartitionsbydeletingoldones(afterbackingupdata),creatingnewpartitions,formatting(usingNTFS),ors

    See all articles