Remove Windows Security icon from Start Menu on Windows 10 LTSC

8,144

Solution 1

Since it is NOT in locations for Start menu items

%AppData%\Microsoft\Windows\Start Menu\Programs
%ProgramData%\Microsoft\Windows\Start Menu\Programs

MS is hiding something. The following procedures works (on windows 10 LTSC 2019), but use it in your danger.

  1. open an elevated Command Prompt (an Administrative command prompt), copy and paste the following lines (and press return)
     set WS=%SystemRoot%\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy
     takeown /f %WS% /r /a > nul
     icacls %WS% /reset /t > nul
     rmdir /s /q %WS%

Here is the screenshot Administrative command prompt

  1. in start menu, right-click Windows Security, -> more -> App settings Windows Security

  2. In the setting window, click reset -> reset

  3. now, the Windows Security is gone! Windows Security item gone

Solution 2

If you are just interested in editing the menu listing as it is presented to you, it is located in the folder:

Programdata\Microsoft\Windows\Start Menu\Programs

... on the boot volume.

Note that the folder "Programdata" is a hidden folder so it won't be visible to the file manager tool under its default configuration. You will need to make the folder visible first before you can access it and the subfolders. Also note that this doesn't remove any software, the files will still be on the disk.

Share:
8,144

Related videos on Youtube

Chen Deng-Ta
Author by

Chen Deng-Ta

Teaching Finance

Updated on September 18, 2022

Comments

  • Chen Deng-Ta
    Chen Deng-Ta almost 2 years

    As shown in the following image:

    Menu Item: Windows Security

    How can I remove the item "Windows Security" in start menu of Windows 10 (LTSC 2019)?

    Same as this question on Microsoft TechNet, but no useful answer there.

  • Chen Deng-Ta
    Chen Deng-Ta over 5 years
    do NOT be naive, you can NOT find the "Windows Security" item there