-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path系统管理-雨.cmd.dcf
162 lines (162 loc) · 5.63 KB
/
系统管理-雨.cmd.dcf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<?xml version="1.0"?>
<button backcol="none" display="label" textcol="none" type="menu">
<label>管理(&M)</label>
<icon1>#newmenu</icon1>
<button backcol="none" display="both" textcol="none">
<label>组策略(&G)</label>
<tip>打开组策略编辑器</tip>
<icon1>%windir%\system32\gpedit.dll,0</icon1>
<function type="normal">
<instruction>gpedit.msc</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>计算机管理(&C)</label>
<tip>管理磁盘以及使用其他系统工具来管理本地或远程计算机。</tip>
<icon1>%windir%\system32\Mycomput.dll,2</icon1>
<function type="normal">
<instruction>compmgmt.msc /s</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>系统配置(&S)</label>
<tip>打开MSCONFIG高级疑难解答和系统配置</tip>
<icon1>%windir%\system32\msconfig.exe,0</icon1>
<function type="normal">
<instruction>msconfig</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>设备管理(&B)</label>
<icon1>%windir%\system32\devmgr.dll,5</icon1>
<function type="normal">
<instruction>devmgmt.msc</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>磁盘管理(&D)</label>
<icon1>%windir%\system32\shell32.dll,290</icon1>
<function type="normal">
<instruction>diskmgmt.msc</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>安全策略(&A)</label>
<tip>查看和修改本地安全策略,如用户权限和审核策略。</tip>
<icon1>%windir%\system32\wsecedit.dll,0</icon1>
<function type="normal">
<instruction>secpol.msc /s</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>服务设置(&F)</label>
<tip>打开服务管理器</tip>
<icon1>%windir%\system32\filemgmt.dll,0</icon1>
<function type="normal">
<instruction>services.msc</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>组件服务(&V)</label>
<tip>打开组件、服务管理器</tip>
<icon1>%systemroot%\system32\comres.dll,0</icon1>
<function type="normal">
<instruction>dcomcnfg</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>事件查看(&L)</label>
<tip>打开本地计算机事件查看管理器</tip>
<icon1>%windir%\system32\eventvwr.exe,0</icon1>
<function type="normal">
<instruction>eventvwr</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>性能监视(&X)</label>
<tip>打开系统性能监视器,诊断性能问题并收集性能数据。</tip>
<icon1>%windir%\system32\wdc.dll,0</icon1>
<function type="normal">
<instruction>perfmon.msc</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>资源监视(&R)</label>
<tip>打开系统资源监视器</tip>
<icon1>C:\Windows\System32\resmon.exe,0</icon1>
<function type="normal">
<instruction>resmon.exe</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>进程信息(&P)</label>
<tip>在CMD窗口查看进程信息</tip>
<icon1>#cliadmin</icon1>
<function type="batch">
<instruction>tasklist /SVC</instruction>
<instruction>pause >nul</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>证书管理(&C)</label>
<icon1>%windir%\system32\certmgr.dll,3</icon1>
<function type="normal">
<instruction>certmgr.msc</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>用户和组(&U)</label>
<tip>打开本地用户和组管理器</tip>
<icon1>%windir%\system32\shell32.dll,111</icon1>
<function type="normal">
<instruction>lusrmgr.msc</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>用户帐户(&N)</label>
<tip>打开用户账户设置</tip>
<icon1>%windir%\system32\shell32.dll,104</icon1>
<function type="normal">
<instruction>control userpasswords2</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>用户查找(&Y)</label>
<tip>查找用户、联系人及组</tip>
<icon1>%windir%\system32\shell32.dll,92</icon1>
<function type="normal">
<instruction>RUNDLL32 dsquery,OpenQueryWindow</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>共享管理(&H)</label>
<tip>打开共享文件夹管理器</tip>
<icon1>%windir%\system32\shell32.dll,93</icon1>
<function type="normal">
<instruction>fsmgmt.msc</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>远程桌面(&M)</label>
<tip>打开远程桌面连接</tip>
<icon1>%windir%\system32\shell32.dll,94</icon1>
<function type="normal">
<instruction>mstsc</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>授权管理(&Z)</label>
<icon1>%windir%\system32\shell32.dll,90</icon1>
<function type="normal">
<instruction>azman.msc</instruction>
</function>
</button>
<button backcol="none" display="both" textcol="none">
<label>TMP管理(&T)</label>
<tip>打开本地计算机的TMP管理器</tip>
<icon1>%windir%\system32\tpmcompc.dll,0</icon1>
<function type="normal">
<instruction>tpm.msc</instruction>
</function>
</button>
</button>