Loading... # NotePad++右键项 ```reg Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\Shell\NotePad++] [HKEY_CLASSES_ROOT\*\Shell\NotePad++\Command] @="\"D:\\Program Files\\Notepad++\\notepad++.exe\" \"%1\"" ``` # 右键快捷工具 ```reg Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\DesktopBackground\shell\mytools] "MUIVerb"="快捷工具" "SubCommands"="Notepad++;AD;IP-guard;gpmc;netscan" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Notepad++] @="Notepad++" "Icon"="D:\\Program Files\\Notepad++\\notepad++.exe" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Notepad++\command] @="D:\\Program Files\\Notepad++\\notepad++.exe" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\AD] @="AD用户和计算机" "Icon"="%SystemRoot%\\system32\\dsadmin.dll" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\AD\command] @="mmc.exe /s C:\\Windows\\system32\\dsa.msc" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\gpmc] @="组策略管理" "Icon"="%SystemRoot%\\system32\\gpoadmin.dll" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\gpmc\command] @="mmc.exe /s C:\\Windows\\system32\\gpmc.msc" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\IP-guard] @="IP-guard V4 控制台" "Icon"="C:\\Program Files (x86)\\TEC\\IPguard3\\OConsole3.exe" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\IP-guard\command] @="C:\\Program Files (x86)\\TEC\\IPguard3\\OConsole3.exe" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\netscan] @="netscan" "Icon"="D:\\Program Files\\netscan_7.2.6\\64-bit\\netscan.exe" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\netscan\command] @="D:\\Program Files\\netscan_7.2.6\\64-bit\\netscan.exe" ``` # WSUS客户端 ```reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "WUServer"="http://wsus-server01.hrmain.shenzhen:8530/" "WUStatusServer"="http://wsus-server01.hrmain.shenzhen:8530/" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "RescheduleWaitTime"=dword:00000005 "NoAutoRebootWithLoggedOnUsers"=dword:00000001 "UseWUServer"=dword:00000001 "NoAutoUpdate"=dword:00000000 "AUOptions"=dword:00000003 "ScheduledInstallDay"=dword:00000000 ``` # 恢复EXE执行关联 ```reg Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe\OpenWithList] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe\OpenWithProgids]"exefile"=hex(0): ``` # 开机数字键 ```reg Windows Registry Editor Version 5.00 [HKEY_USERS\.DEFAULT\Control Panel\Keyboard] "InitialKeyboardIndicators"="2" ``` # 桌面系统4图标 ```reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] ;在桌面上显示个人文件夹图标 "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000 ;在桌面上显示计算机图标 "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000 ;在桌面上显示网络图标 "{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000 ;在桌面上显示控制面板图标 "{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000 ``` © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 0 如果觉得我的文章对你有用,请随意赞赏