Windows 10: How to disable Windows security Service permanetly on Windows 11

Discus and support How to disable Windows security Service permanetly on Windows 11 in Windows 10 Software and Apps to solve the problem; Hello, I have disabled all security settings Windows defender and microsoft defender but I want to disable and the Windows security Service on Windows... Discussion in 'Windows 10 Software and Apps' started by Asterios Salamos, Nov 9, 2023.

  1. How to disable Windows security Service permanetly on Windows 11


    Hello, I have disabled all security settings Windows defender and microsoft defender but I want to disable and the Windows security Service on Windows 11 too. I have tried to disable it from registry editor but I can not edit the start registry of this Service in order to block starting permanetly. Also I have checked in edit groups policie but I can 't stop it. Can you help me with it? Many thanks in advance!

    :)
     
    Asterios Salamos, Nov 9, 2023
    #1

  2. Securing Windows 2000/XP/Server 2003 services HOW TO

    This is all i could save. I dont know if people can see what I can in the Wiki, but I got this article the others he deleted b4 he posted them in the wiki and i dont have the powers even in my sections to bring them back...perhaps a back up but Im not sure we have one ill go see. He did a damn good job at making sure nothing of his existed after he left...Im at school but when i get home ill email him and see if i can get him back im not done fighting yet.-Solaris17




    Securing Windows 2000/XP/Server 2003 services HOW TO
    I went at ALL of the services in Windows Server 2003 (some will not be in XP for instance, & Windows 2000 has no NETWORK SERVICE or LOCAL SERVICE as far as I know, but not sure, you can always make a limited privelege user too for this on 2000 if needed)...

    I did testing to see which services could be run/logged in as LOCAL SERVICE, or NETWORK SERVICE, rather than the default of LOCAL SYSTEM (which means Operating System entity level privileges - which CAN be "misused" by various spyware/malware/virus exploits).


    LOCAL SERVICE startable list (vs. LocalSystem Logon Default):


    --------------------------------------------------------------------------------

    Acronis Scheduler 2 Service
    Alerter (needs Workstation Service Running)
    COM+ System Application
    GHOST
    Indexing Service
    NVIDIA Display Driver Service
    Office Source Engine
    O&O Clever Cache
    Remote Registry
    Sandra Service
    Sandra Data Service
    SmartCard
    Tcp/IP NetBIOS Helper
    Telnet
    UserProfile Hive Cleanup Service
    Volume Shadowing Service
    Windows UserMode Drivers
    Windows Image Acquisition
    WinHTTP Proxy AutoDiscovery Service
    NETWORK SERVICE startable list (vs. LocalSystem Logon Default):


    --------------------------------------------------------------------------------

    ASP.NET State Service
    Application Layer Gateway
    Clipbook (needs Network DDE & Network DDE DSDM)
    Microsoft Shadow Copy Provider
    Executive Software Undelete
    DNS Client
    DHCP Client
    Error Reporting
    FileZilla Server
    Machine Debug Manager
    Merger
    NetMeeting Remote Desktop Sharing Service
    Network DDE
    Network DDE DSDM
    PDEngine (Raxco PerfectDisk)
    Performance Logs & Alerts
    RPC
    Remote Desktop Help Session Manager Service
    Remote Packet Capture Protocol v.0 (experimental MS service)
    Resultant Set of Policies Provider
    SAV Roam
    Symantec LiveUpdate
    Visual Studio 2005 Remote Debug
    PLEASE NOTE: Each service uses a BLANK password when reassigning their logon entity (when you change it from the default of LOCAL SYSTEM Account), because they use SID's as far as I know, not standard passwords.


    --------------------------------------------------------------------------------

    WHEN YOU TEST THIS, AFTER RESETTING THE LOGON USER ENTITY EACH SERVICE USES: Just run your system awhile, & if say, Norton Antivirus refuses to update, or run right? You KNOW you set it wrong... say, if one you test that I do NOT list won't run as LOCAL SERVICE? Try NETWORK SERVICE instead... if that fails? YOU ARE STUCK USING LOCAL SYSTEM!

    If you cannot operate properly while changing the security logon entity context of a service (should NOT happen w/ 3rd party services, & this article shows you which ones can be altered safely)?

    Boot to "Safe Mode", & reset that service's logon entity back to LOCAL SYSTEM again & accept it cannot do this security technique is all... it DOES happen!

    If that fails? There are commands in the "Recovery Console" (installed from your Windows installation CD as a bootup option while in Windows using this commandline -> D:\i386\winnt32.exe /cmdcons, where D is your CD-Rom driveletter (substitute in your dvd/cd driveletter for D of course)) of:

    ListSvc (shows services & drivers states of stopped or started)

    Enable (starts up a service &/or driver)

    Disable (stops a server &/or driver)

    Which can turn them back on if/when needed

    Last edited by APK on 03/04/2007
    I.E. -> I removed Telephony, Symantec AntiVirus, & Virtual Disk Service!

    (ON Virtual Disk Service being removed, specifically: This was done solely because, although it will run as LOCAL SERVICE, diskmgmt.msc will not be able to work! Even though the Logical Disk Manager service does not list VirtualDisk as a dependency, this occurs, so VirtualDisk service was pulled from BOTH the LOCAL SERVICE and NETWORK SERVICE lists here... apk)

    SECURING SERVICES @ THE ACL LEVEL VIA A SECURITY POLICY HOW-TO:

    STEP #1: CONFIGURE A CUSTOM Microsoft Management Console for this!

    Configuring yourself a "CUSTOM MMC.EXE (Microsoft Mgt. Console)" setup for security policy templates, here is how (these are NOT default Computer Mgt. tools, so you have to do this yourself, or run them by themselves, but this makes working w/ them convenient):

    ===============================================================
    The next part's per BelArcGuy of BELARC ADVISOR's advice (pun intended):
    ==============================================
    Anyone want to try a test CompletelyBonkers (new user here) turned me onto?

    ==============================================
    "Security Configuration and Analysis" is an MMC snap-in. To access the MMC, type in mmc to the Windows Run.. command to pop up the console. Then use it's File|Add/Remove Snap-in... command and click the Add button on the resulting dialog. Choose both "Security Configuration and Analysis" and "Security Templates", close that dialog, and OK. You'll end up with a management console that has both of those snap-ins enabled. The whole MMC mechanism is a bit weird, but does work"

    (It's easy, & it works, & is necessary for the actual steps to do this, below)


    --------------------------------------------------------------------------------

    (Next, is the actual "meat" of what we need to do, per Microsoft, to set ACLs)


    --------------------------------------------------------------------------------

    STEP #2: HOW TO: Define Security Templates By Using the Security Templates Snap-In in Windows Server 2003

    Define Security Templates By Using the <meta property=

    Create and Define a New Security Template

    (To define a new security template, follow these steps)

    1. In the console tree, expand Security Templates. 2. Right-click %SystemRoot%\Security\Templates, and then click New Template. 3. In the Template name box, type a name for the new template.

    (If you want, you can type a description in the Description box, and then click OK)

    The new security template appears in the list of security templates. Note that the security settings for this template are not yet defined. When you expand the new security template in the console tree, expand each component of the template, and then double-click each security setting that is contained in that component, a status of Not Defined appears in the Computer Setting column.

    1. To define a System Services policy, follow these steps: a. Expand System Services. b. In the right pane, double-click the service that you want to configure. c. Specify the options that you want, and then click OK.

    ==============================================
    )
    APK (added 03/08/2007)
     
    Alec§taar, Nov 9, 2023
    #2
  3. windows security center disabled...

    windows security center disabled????????

    i just installed windows defender on my computer (freshly formated new hard drive about 2 weeks ago) and it would not update because the security center was not running. so i went to msconfig and it was not in the services list so i went to services.msc and it was disabled. so i changed it to automatic and started it. after rebooting it was still running, so i restarted it again and it was disabled again, so i renabled it again. and when i went to the security center in control pannel it looked like this


    How to disable Windows security Service permanetly on Windows 11 Untitled-1-3.jpg


    i had to enable the windows firewall too. but it says that automatic updates are turned off, so i went to change it and it said that it was on...???...???? i did the fast format this time cause i didnt want to wait for 500gb to format *Big Grin How to disable Windows security Service permanetly on Windows 11 :D and i have noticed a few other quirks mainly my audigy 4 pro software acting funny time to time. do you think that i have a virus or something of that nature? i will put AVG on here tomorrow and maybe adaware. i have never had a virus so i didnt see any need for anti virus and or spyware programs eating up resources. but i am puzzled as to why my services are automatically shutting down...
     
    acousticlemur, Nov 9, 2023
    #3
  4. How to disable Windows security Service permanetly on Windows 11

    Securing Windows 2000/XP/Server 2003 services HOW TO

    I will try changing their settings sometime, the one thing I've noticed about this guide is that it doesn't list the Windows services that NEED to be left as local system, so some people might not be too sure what they're doing and worry about any that aren't listed. Just a suggestion that you might want to include in any future revisions. *Smile How to disable Windows security Service permanetly on Windows 11 :)

    The non-default ones I have that you have not listed are:

    .Net Runtime Optimization Service v2.0.50727_X86
    Ati HotKey Poller
    ATI Smart
    AVG E-mail Scanner
    AVG7 Alert Manager Server
    AVG7 Update Service
    BlueSoleil Hid Service
    Bluetooth Support Service
    ewido anti-spyware 4.0 guard
    iPod Service
    Messenger Sharing USN Journal Reader Service
    Service Layer
    Windows Defender Service

    The problem is that the only ones of these I actually use are The AVG and Windows Defender services and occasionally the "Service Layer" service (related to Nokia PC Suite) and the "Messenger Sharing USN Journal Reader Service" (related to WindowsLive Messenger). Anyway, I'll see how much I can secure those and post back how I get on. I'll try to test it sometime this week just I'm a bit waring of changing the AVG settings because the only way to test if it was still working would be for a virus to be detected... and I' rather I didn't get viruses!
     
    Jimmy 2004, Nov 9, 2023
    #4
Thema:

How to disable Windows security Service permanetly on Windows 11

Loading...
  1. How to disable Windows security Service permanetly on Windows 11 - Similar Threads - disable security Service

  2. How to disable the Security Center from services?

    in Windows 10 Gaming
    How to disable the Security Center from services?: Hello guys,I want to disable the Security Center from Services, but i cant, and I tried all the different methods that I found. Can someone help me with this?The service name is "wscsvc". It's important for me to disable it, because i don't want to interfere with my...
  3. How to disable the Security Center from services?

    in Windows 10 Software and Apps
    How to disable the Security Center from services?: Hello guys,I want to disable the Security Center from Services, but i cant, and I tried all the different methods that I found. Can someone help me with this?The service name is "wscsvc". It's important for me to disable it, because i don't want to interfere with my...
  4. How to disable Windows security Service permanetly on Windows 11

    in Windows 10 Gaming
    How to disable Windows security Service permanetly on Windows 11: Hello, I have disabled all security settings Windows defender and microsoft defender but I want to disable and the Windows security Service on Windows 11 too. I have tried to disable it from registry editor but I can not edit the start registry of this Service in order to...
  5. in services, security center disable in windows 11 pro

    in Windows 10 Gaming
    in services, security center disable in windows 11 pro: Security center icon disappear from taskbar, I tried to restart security services through services.msc. But it shows running and diabled. I cannot refresh it or start or stop it. Kindly guide me how to restore this service and security center icon back in taskbar?...
  6. in services, security center disable in windows 11 pro

    in Windows 10 Software and Apps
    in services, security center disable in windows 11 pro: Security center icon disappear from taskbar, I tried to restart security services through services.msc. But it shows running and diabled. I cannot refresh it or start or stop it. Kindly guide me how to restore this service and security center icon back in taskbar?...
  7. Security Service Centre is disabled.

    in Windows 10 Software and Apps
    Security Service Centre is disabled.: Hello,I just uninstalled a program that disabled my Windows Security Center Service.Downloaded defender diag.bat. Run as Admin, File Not Found. Kindly assist,Thank you....
  8. Security Service Centre is disabled.

    in AntiVirus, Firewalls and System Security
    Security Service Centre is disabled.: Hello,I just uninstalled a program that disabled my Windows Security Center Service.Downloaded defender diag.bat. Run as Admin, File Not Found. Kindly assist,Thank you....
  9. How to: Disable Windows 11 Narrator Service?

    in Windows 10 Gaming
    How to: Disable Windows 11 Narrator Service?: I have a minimalist system, optimized for exclusive use for MIDI/Audio production. After a recent update to my Arturia Software Centre and the related applications, the Windows Narrator seems to activate automatically. When I "Like" a preset in Pigments 4 or any other Arturia...
  10. How to: Disable Windows 11 Narrator Service?

    in Windows 10 Software and Apps
    How to: Disable Windows 11 Narrator Service?: I have a minimalist system, optimized for exclusive use for MIDI/Audio production. After a recent update to my Arturia Software Centre and the related applications, the Windows Narrator seems to activate automatically. When I "Like" a preset in Pigments 4 or any other Arturia...