注册表的修改

三十、安全设置

1.关闭135端口

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Rpc]
"DCOM Protocols"=hex(7):6e,00,63,00,61,00,63,00,6e,00,5f,00,73,00,70,00,78,00,/
00,00,6e,00,63,00,61,00,63,00,6e,00,5f,00,6e,00,62,00,5f,00,6e,00,62,00,00,/
00,6e,00,63,00,61,00,63,00,6e,00,5f,00,6e,00,62,00,5f,00,69,00,70,00,78,00,/
00,00,00,00

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Ole]
"EnableDCOM"="N"

[HKEY_LOCAL_MACHINE/SYSTEM/ControlSet001/Services/MSDTC]
"Start"=dword:00000004

2.关闭445端口

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/NetBT/Parameters]
"SMBDeviceEnabled"=dword:00000000

3.禁止远程修改注册表

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/SecurePipeServers/winreg]
"RemoteRegAccess"=dword:00000001

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/RemoteRegistry]
"Start"=dword:00000004

4.隐藏最近登录的用户名

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Winlogon]
"DontDisplayLastUserName"=dword:00000001

5.禁用自动播放和自动运行

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"NoDriveTypeAutoRun"=dword:000000ff

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/policies/Explorer/NoDriveTypeAutoRun]
"NoDriveTypeAutoRun"=dword:000000ff

[-HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/MountPoints2]

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Cdrom]
"AutoRun"=dword:00000000

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/ShellHWDetection]
"Start"=dword:00000004

6.禁用开始菜单-运行

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"NoRun"=dword:00000001

7.禁用任务管理器

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/system]
"DisableTaskMgr"=dword:00000001

8.禁用注册表

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/System]
"DisableRegistryTools"=dword:00000001

9.禁用组策略

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Policies/Microsoft/MMC]
"RestrictToPermittedSnapins"=dword:00000001

10.关闭最近文件夹访问时间(仅用于NTFS系统)

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000001

11.禁止使用.inf文件

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT/.inf]
@="txtfile"

[HKEY_CLASSES_ROOT/.inf/PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"

12.允许使用.inf文件

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT/.inf]
@="inffile"

[HKEY_CLASSES_ROOT/.inf/PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"

13.禁止使用.reg文件

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT/.reg]
@="txtfile"

[HKEY_CLASSES_ROOT/.reg/PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"

14.允许使用.reg文件(不能导入,必须手动或使用工具修改)

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT/.reg]
@="regfile"

[HKEY_CLASSES_ROOT/.reg/PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"

15.预防DOS攻击

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters]
"SynAttackProtect"=dword:00000002
"EnablePMTUDiscovery"=dword:0
"NoNameReleaseOnDemand"=dword:1
"EnableDeadGWDetect"=dword:0
"KeepAliveTime"=dword:000493e0
"PerformRouterDiscovery"=dword:0
"EnableICMPRedirect"=dword:0

16.启用自动抵御SYN攻击

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters]
"SynAttackProtect"=dword:00000002
"TcpMaxPortsExhausted"=dword:00000005
"TcpMaxHalfOpen"=dword:000001f4
"TcpMaxHalfOpenRetried"=dword:00000190
"TcpMaxConnectResponseRetransmissions"=dword:00000002
"TcpMaxDataRetransmissions"=dword:00000002

17.禁止响应ICMP路由通告报文

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters]
"PerformRouterDiscovery"=dword:0

18.启用自动抵御ICMP攻击

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters]
"EnableICMPRedirect"=dword:00000000

19.启用自动抵御SNMP攻击

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters]
"EnableDeadGWDetect"=dword:00000000

20.启用AFD.SYS保护

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/AFD/Parameters]
"EnableDynamicBacklog"=dword:00000001
"MinimumDynamicBacklog"=dword:00000014
"MaximumDynamicBacklog"=dword:00004e20
"DynamicBacklogGrowthDelta"=dword:0000000a

21.禁止本机发布自己的NetBIOS名

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters]
"NoNameReleaseOnDemand"=dword:00000001

22.减少连接有效性验证间隔时间

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters]
"KeepAliveTime"=dword:000493e0

23.改变TTL的默认值

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters]
"DefaultTTL"=dword:000000ff

24.隐藏自己的共享文件夹

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/lanmanserver/parameters]
"Hidden"=dword:00000001

25.禁用DCOM支持

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Ole]
"EnableDCOM"="N"

26.打开组策略用户安全等级

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SOFTWARE/Policies/Microsoft/Windows/Safer/CodeIdentifiers]
"Levels"=dword:04131000

27.禁用所有的USB设备

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/USBSTOR]
"Start"=dword:00000004

28.启用USB设备

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/USBSTOR]
"Start"=dword:00000002

29.删除脚本文件打开方式

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT/JSEFile/Shell/Open/Command]
[-HKEY_CLASSES_ROOT/JSEFile/Shell/Open2/Command]
[-HKEY_CLASSES_ROOT/JSFile/Shell/Open/Command]
[-HKEY_CLASSES_ROOT/JSFile/Shell/Open2/Command]
[-HKEY_CLASSES_ROOT/VBEFile/Shell/Open/Command]
[-HKEY_CLASSES_ROOT/VBEFile/Shell/Open2/Command]
[-HKEY_CLASSES_ROOT/VBSFile/Shell/Open/Command]
[-HKEY_CLASSES_ROOT/VBSFile/Shell/Open2/Command]
[-HKEY_CLASSES_ROOT/WSFFile/Shell/Open/Command]
[-HKEY_CLASSES_ROOT/WSFFile/Shell/Open2/Command]
[-HKEY_CLASSES_ROOT/WSHFile/Shell/Open/Command]
[-HKEY_CLASSES_ROOT/WSHFile/Shell/Open2/Command]

30.从文件和文件夹属性中删除"安全选项卡"

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"NoSecurityTab"=dword:00000001

31.禁用命令提示符

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/System]
"DisableCMD"==dword:00000001

32.登陆时禁用SHIFT键

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/Software/Microsoft/Windows NT/CurrentVersion/Winlogon]
"IgnoreShiftOveride"=dword:00000001

33.禁止EFS加密功能

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/EFS]
"EfsConfiguration"=dword:00000001

34.保留复制和移动的文件原来的NTFS权限

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER/SOFTWARE/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"ForceCopyAclwithFile"=dword:00000001

35.禁止更改机器账户密码

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Netlogon/Parameters]
"DisablePasswordChange"=dword:00000001

36.关闭组策略后台刷新

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/policies/system]
"DisableBkGndGroupPolicy"=dword:00000001

37.禁止用户锁定计算机

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/System]
"DisableLockWorkstation"=dword:00000001

38.禁止用户改变密码

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/System]
"DisableChangePassword"=dword:00000001

39.禁用计算机和用户运行列表(即禁止运行注册表中的Run和RunOnce)

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"DisableLocalMachineRun"=dword:00000001
"DisableLocalMachineRunOnce"=dword:00000001
"DisableCurrentUserRun"=dword:00000001
"DisableCurrentUserRunOnce"=dword:00000001

40.关闭XP文件保护

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Winlogon]
"SFCDisable"=dword:ffffff9d

41.禁止使用"作为其他用户安装程序"对话框来安装程序

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"NoRunasInstallPrompt"=dword:00000001

42.在网络安装时显示"作为其他用户安装程序"对话框

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"PromptRunasInstallNetPath"=dword:00000001

三十一、系统恢复全集

1.修复EXE文件

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT/exefile/shell/open/command]
@="/"%1/" %*"

2.恢复桌面系统图标

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/CLSID/{208D2C60-3AEA-1069-A2D7-08002B30309D}/ShellFolder]
"Attributes"=dword:00000000

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/CLSID/{20D04FE0-3AEA-1069-A2D8-08002B30309D}/ShellFolder]
"Attributes"=dword:00000000

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/CLSID/{450D8FBA-AD25-11D0-98A8-0800361B1103}/ShellFolder]
"Attributes"=dword:00000000

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}/ShellFolder]
"Attributes"=dword:00000000

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/CLSID/{871C5380-42A0-1069-A2EA-08002B30309D}/ShellFolder]
"Attributes"=dword:00000000

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/Desktop/NameSpace/{450D8FBA-AD25-11D0-98A8-0800361B1103}]
"Removal Message"="@mydocs.dll,-900"

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/Desktop/NameSpace/{645FF040-5081-101B-9F08-00AA002F954E}]
@="回收站"

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/HideDesktopIcons/ClassicStartMenu]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000
"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000
"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/NonEnum]
"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:000000

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/NonEnum]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/NonEnum]
"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/NonEnum]
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/NonEnum]
"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"NoNetHood"=dword:00000000
"NoInternetIcon"=dword:00000000

[HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"NoNetHood"=dword:00000000
"NoInternetIcon"=dword:00000000

3.恢复桌面

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"NoDesktop"=dword:00000000

3.恢复隐藏的分区

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"NoDrives"=dword:00000000

4.修复双击打不开分区

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT/Drive/shell/explore]

[-HKEY_CLASSES_ROOT/Drive/shell/open]

[-HKEY_LOCAL_MACHINE/SOFTWARE/Classes/Directory/shell/explore]

[-HKEY_LOCAL_MACHINE/SOFTWARE/Classes/Directory/shell/open]

[-HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/MountPoints2]

5.恢复驱动器图标

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT/Drive/DefaultIcon]

[HKEY_CLASSES_ROOT/Drive/DefaultIcon]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,/
  00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,/
  65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,38,00,00,00

[-HKEY_CLASSES_ROOT/Folder/DefaultIcon]

[HKEY_CLASSES_ROOT/Folder/DefaultIcon]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,/
  00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,/
  65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,00,00

[-HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/DriveIcons]

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/DriveIcons]

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/DriveIcons/c]

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/DriveIcons/c/DefaultIcon]

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/DriveIcons/d]

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/DriveIcons/d/DefaultIcon]

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/DriveIcons/e]

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/DriveIcons/e/DefaultIcon]

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/DriveIcons/f]

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/DriveIcons/f/DefaultIcon]

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/DriveIcons/g]

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/DriveIcons/g/DefaultIcon]

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/DriveIcons/h]

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/DriveIcons/h/DefaultIcon]


5.恢复隐藏的文件和文件夹(包括被彻底隐藏的文件,"Hidden"=1显示,2不显示;"CheckedValue"=0彻底隐藏,1不隐藏 )

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/Advanced]
"Hidden"=dword:00000001

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/Advanced/Folder/Hidden/SHOWALL]
"CheckedValue"=-
"CheckedValue"=dword:00000001


6.显示受保护的操作系统文件

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/Advanced/Folder/SuperHidden]
"DefaultValue"=dword:00000000

7.允许鼠标右键

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"NoViewContextMenu"=hex:00,00,00,00
"NoTrayContextMenu"=dword:00000000

[HKEY_CURRENT_USER/Software/Policies/Microsoft/Internet Explore/Restrictions]
"NoBrowserContextMenu"=dword:00000000

8.修复注册表

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Applets/Regedit]

"View"=-
"FindFlags"=-
"LastKey"=-

9.修复组策略

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT/CLSID/{8FC0B734-A0E1-11D1-A7D3-0000F87571E3}]
@="组策略对象编辑器"

[HKEY_CLASSES_ROOT/CLSID/{8FC0B734-A0E1-11D1-A7D3-0000F87571E3}/InProcServer32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,/
  00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,47,00,50,00,/
  45,00,64,00,69,00,74,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Group Policy Objects/LocalUser/Software/Policies/Microsoft/MMC]

[-HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Group Policy Objects/LocalUser/Software/Policies/Microsoft/MMC/{8FC0B734-A0E1-11D1-A7D3-0000F87571E3}]
"Restrict_Run"=dword:00000000

[HKEY_CURRENT_USER/Software/Policies/Microsoft/MMC]

[-HKEY_CURRENT_USER/Software/Policies/Microsoft/MMC/{8FC0B734-A0E1-11D1-A7D3-0000F87571E3}]
"Restrict_Run"=dword:00000000

[HKEY_CURRENT_USER/Software/Policies/Microsoft/MMC]
"RestrictToPermittedSnapins"=dword:00000000

10.允许下载

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Internet Settings/Zones/3]
"1803"=dword:00000000


11.允许更改主页

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT/CLSID/{871C5380-42A0-1069-A2EA-08002B30309D}/shell/OpenHomePage/Command]

[HKEY_CLASSES_ROOT/CLSID/{871C5380-42A0-1069-A2EA-08002B30309D}/shell/OpenHomePage/Command]
@="/"C://Program Files//Internet Explorer//iexplore.exe/""

[HKEY_LOCAL_MACHINE/SOFTWARE/Policies/Microsoft/Internet Explorer/Control Panel]
"HomePage"=dword:00000000

[HKEY_CURRENT_USER/Software/Policies/Microsoft/Internet Explorer/Control Panel]
"HomePage"=dword:00000000

[-HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Group Policy Objects/LocalUser/Software/Policies/Microsoft/Internet Explorer/Control Panel]
"HomePage"=dword:00000001

[-HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Group Policy Objects/LocalUser/Software/Policies/Microsoft/Internet Explorer/Control Panel]
"**del.HomePage"=" "

[HKEY_CURRENT_USER/Software/Microsoft/Internet Explorer/Main]
"First Home Page"=-
"RunOnceComplete"=dword:00000001
"RunOnceHasShown"=dword:00000001

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Internet Explorer/Main]
"First Home Page"=-

[HKEY_CURRENT_USER/Software/Policies/Microsoft/Internet Explorer/Main]
"Start Page"=-

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"NoSaveSettings"=dword:00000000

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Group Policy Objects/LocalUser/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"NoSaveSettings"=dword:00000000


12.将主页更改为www.hao123.com并锁定

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT/CLSID/{871C5380-42A0-1069-A2EA-08002B30309D}/shell/OpenHomePage/Command]

[HKEY_CLASSES_ROOT/CLSID/{871C5380-42A0-1069-A2EA-08002B30309D}/shell/OpenHomePage/Command]
@="/"C://Program Files//Internet Explorer//iexplore.exe/""

[HKEY_CURRENT_USER/Software/Microsoft/Internet Explorer/Control Panel]
"HomePage"=dword:00000000

[HKEY_CURRENT_USER/Software/Policies/Microsoft/Internet Explorer/Control Panel]
"HomePage"=dword:00000000

[HKEY_LOCAL_MACHINE/Software/Policies/Microsoft/Internet Explorer/Control Panel]
"HomePage"=dword:00000000

[HKEY_CURRENT_USER/Software/Microsoft/Internet Explorer/Main]
"Default_Page_URL"="
www.hao123.com"
"First Home Page"="
http://www.hao123.com/"
"Start Page"="
http://www.hao123.com/"

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Internet Explorer/Main]
"Default_Page_URL"="
www.hao123.com"
"First Home Page"="
http://www.hao123.com/"
"Start Page"="
http://www.hao123.com/"

[HKEY_CURRENT_USER/Software/Policies/Microsoft/Internet Explorer/Main]
"Start Page"="
http://www.hao123.com/"

[HKEY_CURRENT_USER/Software/Microsoft/Internet Explorer/Control Panel]
"HomePage"=dword:00000001

[HKEY_CURRENT_USER/Software/Policies/Microsoft/Internet Explorer/Control Panel]
"HomePage"=dword:00000001

[HKEY_LOCAL_MACHINE/Software/Policies/Microsoft/Internet Explorer/Control Panel]
"HomePage"=dword:00000001

13.清除开机对话框

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Winlogon]
"legalnoticecaption"=-
"legalnoticetext"=-

14.清除盗版提示

Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/WindowsNT/CurrentVersion/Winlogon/Notify/WgaLogon]

15.修复WINDOWS Installer错误

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SOFTWARE/Policies/Microsoft/Windows/Installer]
"DisableMSI"=dword:00000000

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/MSIServer]
"ImagePath"=-
"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,/
  74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,/
  00,73,00,69,00,65,00,78,00,65,00,63,00,2e,00,65,00,78,00,65,00,20,00,2f,00,/
  56,00,00,00


16.修复RPC服务

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/RpcSs]
"Description"="提供终结点映射程序 (endpoint mapper) 以及其它 RPC 服务。"
"DisplayName"="Remote Procedure Call (RPC)"
"ErrorControl"=dword:00000001
"Group"="COM Infrastructure"
"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,/
  74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,/
  00,76,00,63,00,68,00,6f,00,73,00,74,00,20,00,2d,00,6b,00,20,00,72,00,70,00,/
  63,00,73,00,73,00,00,00
"ObjectName"="LocalSystem"
"Start"=dword:00000002
"Type"=dword:00000020
"FailureActions"=hex:00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,/
  00,02,00,00,00,60,ea,00,00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/RpcSs/Enum]
"0"="Root//LEGACY_RPCSS//0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/RpcSs/Parameters]
"ServiceDll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,/
  00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,/
  72,00,70,00,63,00,73,00,73,00,2e,00,64,00,6c,00,6c,00,00,00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/RpcSs/Security]
"Security"=hex:01,00,14,80,a8,00,00,00,b4,00,00,00,14,00,00,00,30,00,00,00,02,/
  00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,/
  00,00,02,00,78,00,05,00,00,00,00,00,14,00,8d,00,02,00,01,01,00,00,00,00,00,/
  05,0b,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,/
  20,02,00,00,00,00,18,00,8d,00,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,/
  02,00,00,00,00,14,00,9d,00,00,00,01,01,00,00,00,00,00,05,04,00,00,00,00,00,/
  18,00,9d,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,21,02,00,00,01,01,00,/
  00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00


17.取消U盘写保护

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/StorageDevicePolicies]
"WriteProtect"=dword:00000000

18.右击打开方式弹出拒绝访问的修复

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT/Unknown]
"AlwaysShowExt"=""
"QueryClassStore"=""

[HKEY_CLASSES_ROOT/Unknown/shell]
@="openas"

[HKEY_CLASSES_ROOT/Unknown/shell/openas]

[HKEY_CLASSES_ROOT/Unknown/shell/openas/command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,/
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,/
6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,25,00,53,/
00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,00,5c,00,73,00,/
79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,65,00,6c,00,6c,/
00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,4f,00,70,00,65,00,6e,00,41,00,/
73,00,5f,00,52,00,75,00,6e,00,44,00,4c,00,4c,00,20,00,25,00,31,00,00,00

19.解除故障恢复控制台限制(允许自动管理级登陆)

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/WindowsNT/CurrentVersion/Setup/RecoveryConsole]
"SetCommand"=dword:00000001
"SecurityLevel"=dword:00000001

20.允许显示FLASH动画("Compatibility Flags"=0时显示,等于400时禁止)

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/Software/Microsoft/Internet Explorer/ActiveX Compatibility/{D27CDB6E-AE6D-11cf-96B8-444553540000}]
"Compatibility Flags"=dword:00000000

21.修复锁定任务栏灰色不可选

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"LockTaskbar"=-

22.修复丢失的IE7菜单栏

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SOFTWARE/Policies/Microsoft/Internet Explorer/Main]
"AlwaysShowMenus"=-

23.修复打开通用对话框的位置栏

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Comdlg32/Placesbar]

24.显示桌面清理向导

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"NoDesktopCleanupWizard"=dword:0

25.修复设备管理器错误

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT/CLSID/{74246bfc-4c96-11d0-abef-0020af6b0b7a}]
@="Device Manager"

[HKEY_CLASSES_ROOT/CLSID/{74246bfc-4c96-11d0-abef-0020af6b0b7a}/InprocServer32]
@="C://WINDOWS//System32//devmgr.dll"
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT/CLSID/{74246bfc-4c96-11d0-abef-0020af6b0b7a}/ProgId]
@="DevMgrSnapin.DevMgrSnapin.1"

[HKEY_CLASSES_ROOT/CLSID/{74246bfc-4c96-11d0-abef-0020af6b0b7a}/VersionIndependentProgId]
@="DevMgrSnapin.DevMgrSnapin.1"

[HKEY_CURRENT_USER/Software/Policies/Microsoft/MMC/{74246bfc-4c96-11d0-abef-0020af6b0b7a}]
"Restrict_Run"=dword:00000000

26.恢复通知区域的所有图标

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"NoTrayItemsDisplay"=dword:00000000

27.允许启用和禁用本地连接

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Policies/Microsoft/Windows/Network Connections]
"NC_LanConnect"=dword:1

28.显示新建连接向导

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Policies/Microsoft/Windows/Network Connections]
"NC_NewConnectionWizard"=dword:0
"NC_EnableAdminProhibits"=dword:1

29.恢复本地用户和组

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Policies/Microsoft/MMC/{5D6179C8-17EC-11D1-9AA9-00C04FD8FE93}]
"Restrict_Run"=dword:00000000

30.恢复计算机管理

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Policies/Microsoft/MMC/{58221C67-EA27-11CF-ADCF-00AA00A80033}]
"Restrict_Run"=dword:00000000

31.恢复磁盘管理

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Policies/Microsoft/MMC/{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}]
"Restrict_Run"=dword:00000000

32.恢复共享文件夹

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Policies/Microsoft/MMC/{58221C69-EA27-11CF-ADCF-00AA00A80033}]
"Restrict_Run"=dword:00000000

33.恢复事件查看器

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Policies/Microsoft/MMC/{394C052E-B830-11D0-9A86-00C04FD8DBF7}]
"Restrict_Run"=dword:00000000

34.显示服务的依存关系

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER/Software/Policies/Microsoft/MMC/{BD95BA60-2E26-AAD1-AD99-00AA00B8E05A}]
"Restrict_Run"=dword:0

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值