Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stopping Windows service
#10
I found another method, I'm not sure this will work but my windows 10 1803 works.

In windows 10 (windows 7, 8.1 also) you can start, stop or delete service with 'sc' command in CMD.exe or PowerShell

ex)
sc start wusvcs
sc stop wusvcs
sc delete wusvcs
<-- Windows Update Service

sc stop WaaSMedicSvc
<-- Update Medic = Update Recovery service

You should disable Update Medic service also if you disable Windows Update service.
You may not able to disable this services only with SC command because it's protected.

Step 1. Edit Registry
- winkey + R -> run "regedit.exe"

HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Services > (Target Service Name like 'wusvcs')
Before Editing, backup.

EDIT 'start' key to '4'
EDIT 'ImagePath' to blank
EDIT 'ErrorControl' to '0'

for disabling Windows Update, you should edit 'wusvcs' and 'WaaSMedicSvc'.

Step 2. Reboot

Step 3. When Started, you may know the services didn't start.

Step 4. (maybe optional) Make batch file like start.bat with Notepad

sc stop wusvcs
sc stop WaaSMedicSvc

and save to start.bat

Step 5. (maybe optional) Open QM and make this to Start.exe

function
opt err 1
__Handle HD
HD=run("c:\start.bat" "" "" "" 16|0x100|0x10000)
wait 0 H HD
ret

and save to Start.exe

Step 6. Register Start.exe Task Scheduler "When Log On"

Done.

I Deleted Windows Defender, Windows Update and Update Medic ^^;


Messages In This Thread
Stopping Windows service - by InterestedNewbie - 11-26-2019, 09:04 PM
RE: Stopping Windows service - by r0n - 11-26-2019, 10:33 PM
RE: Stopping Windows service - by r0n - 11-27-2019, 04:58 AM
RE: Stopping Windows service - by Gintaras - 11-27-2019, 06:47 AM
RE: Stopping Windows service - by Gintaras - 11-28-2019, 06:52 AM
RE: Stopping Windows service - by luvu2des - 12-08-2019, 09:19 PM
RE: Stopping Windows service - by luvu2des - 12-09-2019, 01:33 AM
RE: Stopping Windows service - by luvu2des - 12-13-2019, 06:16 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)