waleder Posted September 24, 2009 Posted September 24, 2009 (edited) how i can kill processes services (Windows Security Center Service) by cmd& haw ican disable thes by cmdthx to all Edited September 29, 2009 by waleder Quote
NIM Posted September 24, 2009 Posted September 24, 2009 Make a backup the SFC_OS.DLL in the C:\WINDOWS\SYSTEM32 directory.Make an additional copy of SFC_OS.DLL called SFC_OS1.DLL and open it in a hex editor.Windows XP (no Service Pack)At offset 0000E2B8 (0E2B8h) you should find the values "8B" and "C6". Windows XP (Service Pack 1)At offset 0000E3BB (0E3BBh) you should find the values "8B" and "C6".Do not continue if you are unable to find these values.Change the values "8B C6" to read "90 90" and save the changes.Run these commands to update the system files:copy c:\windows\system32\sfc_os1.dll c:\windows\system32\sfc_os.dll /ycopy c:\windows\system32\sfc_os1.dll c:\windows\system32\dllcache\sfc_os.dll /yIf you are prompted to insert the Windows CD, click Cancel.Restart Windows for the change to take effect.Once these files have been updated apply the registry setting above.Note: You must manually modify the operating system files using a hex editor to allow this tweak to disable SFC on Windows 2000 (SP1+) or Windows XP.Edit: I've just noticed your post was how to do it in CMD. Sorry. Quote
ricktendo Posted September 24, 2009 Posted September 24, 2009 You may also find some sfc patchers if you google Quote
waleder Posted September 25, 2009 Author Posted September 25, 2009 ined thes without restart &how i can kill proposes the services Quote
waleder Posted September 26, 2009 Author Posted September 26, 2009 how i can kill proposes services (Windows Security Center Service) by cmdI'm sorry i typed wrongOf righthow i can kill processes servicesthx for help to all Quote
Guest Posted September 26, 2009 Posted September 26, 2009 (edited) well what do you mean if you mean the service in the task manger beside the process then i think i have a small tool that can do that http://www.dynawell.com/download/reskit/microsoft/win2000/netsvc.zipwhen you want to do something you will need to use this commandsnetsvc \\%computername% /list << this will list the Servicenetsvc \\%computername% /stop "Service name" << this will Stop the Serviceto start replace stop with startEdit:found another way using internal tool sc stop "Service name" << that will stop the serviceand to start type start Edited September 26, 2009 by DaRk MaDnEsS Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.