How to disable tftp.exe, ftp.exe and net.exe, Completely

xiaoxiao2021-03-06  74

Windows 2000 And Win2k SP1 (Not SP2 OR XP)

System Key: [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows NT / CurrentVersion / Winlogon] Value Name: SFCDisableData Type: REG_DWORD (DWORD Value) Value Data: 0 = enabled (default), ffffff9d = disabled

Change the value of "sfcdisable" to equal "ffffff9d" to disable wfs or "0" to enable it. The Other Valid Hexadecimal Values ​​Are:

1 - Disabled, Prompt At Boot To Re-Enable 2 - Disabled At Next Boot Only 4 - Enabled, With Popups Disabled Ffffff9d - for Completely Disabled

RESTART Windows for the change to take.

Additional Steps for Windows 2000 Service Pack 2 and Windows XP

This setting is disabled in Windows 2000 SP2 and Windows XP, and needs to re-enabled using a hex editor and changing SFC.DLL (or SFC_OS.DLL for Windows XP) following these instructions: (alternatively you can just replace the existing dll with The One from SP1 Via Boot Disk or wherever .. Then Use The REGY .. But That No Fun Is It?)

Windows 2000 SP2

Make A Backup The Sfc.dll in The C: / Winnt / System32 Directory. Make an additional copy of sfc.dll called sfc1.dll and open it in a hex editor. At offset 00006211 (6211H) You Should Find The VALUES "8B "And" c6 ". Do Not Continue if you are unable to find the value" 8b C6 "to read" 90 90 "and save the change the system files: COPY C: / Winnt /system32/sfc1.dll c: /winnt/system32/sfc.dll / ycopy c: /winnt/system32/sfc1.dll c: /winnt/system32/dllcache/sfc.dll / y

If you are prompted to insert the windows cd, click Cancel. Restart Windows for the Change To Take Effect.

Windows XP

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 "8b C6" to read "90 90" and save the change 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.

Alternatively you can also just start the machine with a debugger attached running the kernel with / DEBUGI do this all the time for various reasons but I wouldnt advise this option unless you really know what your doing.

转载请注明原文地址:https://www.9cbs.com/read-92821.html

New Post(0)