We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f2b9b2 + 231499c commit 9903cb8Copy full SHA for 9903cb8
1 file changed
data/windows-command-prompt.json
@@ -111,6 +111,38 @@
111
"code": "shutdown /?"
112
}
113
]
114
+ },
115
+ {
116
+ "title": "কন্ট্রোল প্যানেল টুল",
117
+ "items": [{
118
+ "definition": "মাউস প্রপোর্টিস ওপেন করতে",
119
+ "code": "main.cpl"
120
121
122
+ "definition": "নেটওয়ার্ক প্রপোর্টিস ওপেন করতে",
123
+ "code": "inetcpl.cpl"
124
125
126
+ "definition": "নেটওয়ার্ক কানেকশন প্রপোর্টিস ওপেন করতে",
127
+ "code": "ncpa.cpl"
128
129
130
+ "definition": "সাউন্ড প্রপোর্টিস ওপেন করতে",
131
+ "code": "mmsys.cpl"
132
133
134
+ "definition": "সিস্টেম প্রপোর্টিস ওপেন করতে",
135
+ "code": "sysdm.cpl"
136
137
138
+ "definition": "ডিসপ্লে প্রপোর্টিস ওপেন করতে",
139
+ "code": "desk.cpl"
140
141
142
+ "definition": "প্রোগ্রাম রিমুভ উইন্ডো ওপেন করতে",
143
+ "code": "appwiz.cpl"
144
+ }
145
+ ]
146
147
148
0 commit comments