Jump to content

Recommended Posts

Posted (edited)

how i can kill processes services (Windows Security Center Service) by cmd

& haw ican disable thes by cmd

post-4926-125381129113.jpg

thx to all

Edited by waleder
Posted

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 /y

copy c:\windows\system32\sfc_os1.dll c:\windows\system32\dllcache\sfc_os.dll /y

If 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.

Posted

how i can kill proposes services (Windows Security Center Service) by cmd

I'm sorry i typed wrong

Of right

how i can kill processes services

thx for help to all

Posted (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.zip

when you want to do something

you will need to use this commands

netsvc \\%computername% /list << this will list the Service

netsvc \\%computername% /stop "Service name" << this will Stop the Service

to start replace stop with start

Edit:

found another way using internal tool

sc stop "Service name" << that will stop the service

and to start type start

Edited by DaRk MaDnEsS

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...