How to remove shortcut "Windows Defender Security Center" from the Start (W10 RS2)?

Discussion in 'Windows 10' started by Krakatoa, Mar 27, 2017.

Thread Status:
Not open for further replies.
  1. Krakatoa

    Krakatoa MDL Addicted

    Joined:
    Feb 22, 2011
    Messages:
    563
    Likes Received:
    893
    Trophy Points:
    30
    #1 Krakatoa, Mar 27, 2017
    Last edited: Mar 27, 2017
  2. zolotron

    zolotron MDL Novice

    Joined:
    Sep 1, 2015
    Messages:
    34
    Likes Received:
    9
    Trophy Points:
    0
    This is from a post by Dobbelina which I can't find at the moment but Copy & Paste the following in a text file and save as "Tilegone.cmd", run as Admin. However it removes most icons for installed programs and makes the Settings entry in the Start left click menu useless but not the one in the right click
    Code:

    @net.exe session >nul 2>&1
    @if ErrorLevel 1 (echo "Run as Administrator" & pause && exit)

    sc stop tiledatamodelsvc
    move /y %USERPROFILE%\AppData\Local\TileDataLayer %USERPROFILE%\AppData\Local\OLD_TileDataLayer
     
  3. lobo11

    lobo11 TOMAHAWK CHOP

    Joined:
    Feb 16, 2012
    Messages:
    6,587
    Likes Received:
    5,350
    Trophy Points:
    210
  4. alextheg

    alextheg Super Moderator Staff Member

    Joined:
    Jan 7, 2009
    Messages:
    1,776
    Likes Received:
    811
    Trophy Points:
    60
    Already been posted in another thread.
     
Thread Status:
Not open for further replies.