Windows 10: Turning Off Services With .reg

Discus and support Turning Off Services With .reg in Windows 10 Customization to solve the problem; I am working on a .reg file to disable all the unwanted services. I need some help though. I do not know the keys to use for the following services and... Discussion in 'Windows 10 Customization' started by SightUp, Jul 29, 2015.

  1. SightUp Win User

    Turning Off Services With .reg


    I am working on a .reg file to disable all the unwanted services. I need some help though. I do not know the keys to use for the following services and would like some help adding them to my .reg located below.


    • Security Accounts
    • System Event Notification
    • Windows Firewall
    • Windows Eventlog

    And can you look over my current list and see if there is anything that 100% must not be turned off? Is there anything else you would add?


    :)
     
    SightUp, Jul 29, 2015
    #1

  2. Defender/Antimalware Service Executable causing performance issues. Common fixes not working.

    As a protective measure, Windows Defender’s real-time protection is automatically reactivated if you turn it off (as you've already seen) – so it’s standard practice to manage Windows Defender with
    Group Policy. You can use the
    Local Group Policy Editor (gpedit.msc) to toggle Defender on or off in Windows 10 Pro, but in the Home edition you have to either manually edit the
    Policies key – or use a REG file:

    Turn On or Off Windows Defender in Windows 10

    Or these REG commands
    (copy, paste, and enter the line at the elevated (admin) command prompt):

    Turn Off Windows Defender:

    REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f

    Turn On Windows Defender:

    REG DELETE "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware

    It should go without saying that the Group Policy switch should only be used (temporarily) in cases where Windows Defender’s CPU consumption is rendering a machine unusable; or (permanently) in cases where Defender fails
    to shut down automatically when a third-party AV app is installed. Reinstalling the third-party AV app will also usually turn off Defender:

    How to stop Antimalware Service Executable from hogging cpu on Windows 10
     
    GreginMich, Jul 29, 2015
    #2
  3. Acer Quick Access - Problem

    Once you have uninstalled Quick Access you may/will find that you no longer have a Radio Management Service listed in services and that you can no longer turn Flight mode on or off, and that the WiFi refuses to display a list of networks. if so you will
    need to recreate the service. I searched for "Restore Default Services in Windows 10" and found a suitable .reg file to do it. Rebooted afterwards and things went back to normal.
     
    JohnHysted, Jul 29, 2015
    #3
  4. bbinnard Win User

    Turning Off Services With .reg

    Nice list - reminds me of the old Black Viper website. WHy not post a REG file that does this and ask for any additions/corrections?

    But I thought the Spooler was required for queuing up print jobs. So is it really safe to stop this service?
     
    bbinnard, Jul 29, 2015
    #4
  5. bbinnard Win User
    Here's one for you to add to your list (if you can find it): Microsoft Edge Cache manager. I use Chrome exclusively - have never even started Edge. So I don't think it's cache needs to be running.

    I found this when using CCleaner - it says the cache thingy has to be stopped in order to clean up after it.
     
    bbinnard, Jul 29, 2015
    #5
  6. SightUp Win User
    I do not use a printer so I assume it's safe for me.

    I started out my tweaking experience back in XP using BlackViper as a reference!
     
    SightUp, Jul 29, 2015
    #6
  7. Mystere Win User
    Print spooler also applies to "virtual" printing, like printing to PDF, or XPS.
     
    Mystere, Jul 29, 2015
    #7
  8. Ubimo Win User

    Turning Off Services With .reg

    Windows 10 Manager Optimization Wizard is not working correctly after executing this .reg file.
    Here is the error:
    Code: Informationen über das Aufrufen von JIT-Debuggenanstelle dieses Dialogfelds finden Sie am Ende dieser Meldung. ************** Ausnahmetext ************** System.Runtime.InteropServices.COMException (0x800706AB): Die Netzwerkadresse ist unzulässig. (Ausnahme von HRESULT: 0x800706AB) bei TaskScheduler.ITaskService.Connect(Object serverName, Object user, Object domain, Object password) bei A.c537077015b417b13d2e301d8772af84e.cdaec0158b2a139da4b838641c5e33867(Boolean c739eded00753b450d390a06136ecca2e, Boolean cf62871e7b2b6b952a361d4761ea3f437) bei OptimizationWizard.frmMain.cb7ff5375b2c7c7e16d8e9fe5929b3615() bei OptimizationWizard.frmMain.c9f38fd5a080a4c1711be263e8dafae5f(Object cdcb90b21320b9cff76e2de49d49d2b9f, EventArgs c9325f0646d71d3eb4eb6cb38e82ffed8) bei System.Windows.Forms.Timer.OnTick(EventArgs e) bei System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m) bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Geladene Assemblys ************** mscorlib Assembly-Version: 4.0.0.0. Win32-Version: 4.6.79.0 built by: NETFXREL2. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll. ---------------------------------------- OptimizationWizard Assembly-Version: 1.1.1.0. Win32-Version: 1.1.1.0. CodeBase: file:///C:/Program%20Files/Yamicsoft/Windows%2010%20Manager/OptimizationWizard.exe. ---------------------------------------- System Assembly-Version: 4.0.0.0. Win32-Version: 4.6.79.0 built by: NETFXREL2. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll. ---------------------------------------- ResourceAssembly Assembly-Version: 1.0.0.0. Win32-Version: 1.1.1.0. CodeBase: file:///C:/Program%20Files/Yamicsoft/Windows%2010%20Manager/OptimizationWizard.exe. ---------------------------------------- Microsoft.VisualBasic Assembly-Version: 10.0.0.0. Win32-Version: 14.6.79.0 built by: NETFXREL2. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll. ---------------------------------------- System.Core Assembly-Version: 4.0.0.0. Win32-Version: 4.6.79.0 built by: NETFXREL2. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll. ---------------------------------------- System.Windows.Forms Assembly-Version: 4.0.0.0. Win32-Version: 4.6.79.0 built by: NETFXREL2. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll. ---------------------------------------- System.Drawing Assembly-Version: 4.0.0.0. Win32-Version: 4.6.79.0 built by: NETFXREL2. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll. ---------------------------------------- System.Runtime.Remoting Assembly-Version: 4.0.0.0. Win32-Version: 4.6.79.0 built by: NETFXREL2. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll. ---------------------------------------- DevComponents.DotNetBar2 Assembly-Version: 11.8.0.0. Win32-Version: 11.8.0.0. CodeBase: file:///C:/Program%20Files/Yamicsoft/Windows%2010%20Manager/DevComponents.DotNetBar2.DLL. ---------------------------------------- Accessibility Assembly-Version: 4.0.0.0. Win32-Version: 4.6.79.0 built by: NETFXREL2. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll. ---------------------------------------- W10MPCL Assembly-Version: 1.0.0.0. Win32-Version: 1.0.0.0. CodeBase: file:///C:/Program%20Files/Yamicsoft/Windows%2010%20Manager/W10MPCL.DLL. ---------------------------------------- ResourceAssembly Assembly-Version: 1.0.0.0. Win32-Version: 1.0.0.0. CodeBase: file:///C:/Program%20Files/Yamicsoft/Windows%2010%20Manager/W10MPCL.dll. ---------------------------------------- System.Web Assembly-Version: 4.0.0.0. Win32-Version: 4.6.79.0 built by: NETFXREL2. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll. ---------------------------------------- ServiceControllerEx Assembly-Version: 1.0.1673.22953. Win32-Version: 1.0.1673.22953. CodeBase: file:///C:/Program%20Files/Yamicsoft/Windows%2010%20Manager/ServiceControllerEx.DLL. ---------------------------------------- System.ServiceProcess Assembly-Version: 4.0.0.0. Win32-Version: 4.6.79.0 built by: NETFXREL2. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceProcess/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll. ---------------------------------------- System.Management Assembly-Version: 4.0.0.0. Win32-Version: 4.6.79.0 built by: NETFXREL2. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll. ---------------------------------------- mscorlib.resources Assembly-Version: 4.0.0.0. Win32-Version: 4.6.79.0 built by: NETFXREL2. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_de_b77a5c561934e089/mscorlib.resources.dll. ---------------------------------------- System.Windows.Forms.resources Assembly-Version: 4.0.0.0. Win32-Version: 4.6.79.0 built by: NETFXREL2. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll. ---------------------------------------- ************** JIT-Debuggen ************** Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der Konfigurationsdatei der Anwendung oder des Computers (machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden. Die Anwendung muss mit aktiviertem Debuggen kompiliert werden. Zum Beispiel: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten Ausnahmen an den JIT-Debugger gesendet, der auf dem Computer registriert ist, und nicht in diesem Dialogfeld behandelt.[/quote] How can I enable the taskscheduler again?

    Edit:
    This solved my problem:
    HTML Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule] "Start"=dword:00000001[/quote]
     
    Ubimo, Aug 1, 2015
    #8
  9. Slash Win User
    Have you finished the .reg file SightUp?

    EDIT:
    Oh, and hello to the forum as this is my first post *Smile
     
    Slash, Aug 8, 2015
    #9
  10. Gary Win User
    Welcome to the forum Slash. I use Win 10 Manager but not the wizard.
     
Thema:

Turning Off Services With .reg

Loading...
  1. Turning Off Services With .reg - Similar Threads - Turning Off Services

  2. how to turn off service host: network service?

    in Windows 10 Gaming
    how to turn off service host: network service?: it's been using 200 mbps for hours now, even though I limited background downloads to 5 mbps and turned off downloads from other pc's because troubleshooting websites said I should. I keep closing it via my task manager, but it keeps popping up. I can't do anything online,...
  3. how to turn off service host: network service?

    in Windows 10 Network and Sharing
    how to turn off service host: network service?: it's been using 200 mbps for hours now, even though I limited background downloads to 5 mbps and turned off downloads from other pc's because troubleshooting websites said I should. I keep closing it via my task manager, but it keeps popping up. I can't do anything online,...
  4. is it safe to turn off sysmain.dll in services?

    in Windows 10 Gaming
    is it safe to turn off sysmain.dll in services?: QUESTION IN TITLE sorry if i put on off topic https://answers.microsoft.com/en-us/windows/forum/all/is-it-safe-to-turn-off-sysmaindll-in-services/4b697d81-3851-4858-bb49-dd0258200bfc
  5. is it safe to turn off sysmain.dll in services?

    in Windows 10 Software and Apps
    is it safe to turn off sysmain.dll in services?: QUESTION IN TITLE sorry if i put on off topic https://answers.microsoft.com/en-us/windows/forum/all/is-it-safe-to-turn-off-sysmaindll-in-services/4b697d81-3851-4858-bb49-dd0258200bfc
  6. is it safe to turn off sysmain.dll in services?

    in Windows 10 BSOD Crashes and Debugging
    is it safe to turn off sysmain.dll in services?: QUESTION IN TITLE sorry if i put on off topic https://answers.microsoft.com/en-us/windows/forum/all/is-it-safe-to-turn-off-sysmaindll-in-services/4b697d81-3851-4858-bb49-dd0258200bfc
  7. how to turn all services on/off

    in Windows 10 Installation and Upgrade
    how to turn all services on/off: last update 2/10/21 crashed ,,aftermath left 80% of services are disabled,,,pc pretty bad shapefor now. how to turn all services on/off would help restore ??...
  8. Microsoft service was turned off in msconfig

    in Windows 10 Installation and Upgrade
    Microsoft service was turned off in msconfig: Microsoft service was turned off in msconfig, I can't log in. incorrect password internet icon has red X. tried shift restart, trouble shoot, only shows startup settings, enable safe mode 4 same thing happens, just blurs screen. Made a recovery usb. usb port, DVD appears not...
  9. reg shot off and y

    in Windows 10 Customization
    reg shot off and y: y did you shot off reg restore are systems need it for crashing restore if my system crashes your responsible for fixing and repair and my system wasnt cheap over 7k for my sytem its a gameing pc...
  10. windows search service is turned off

    in Windows 10 Customization
    windows search service is turned off: search performance will be impacted. How do I turn it back on? Outlook https://answers.microsoft.com/en-us/windows/forum/all/windows-search-service-is-turned-off/96286bb5-cb49-4b64-a425-7d31c462b036

Users found this page by searching for:

  1. reg 70488-1