zoukankan
html css js c++ java
Windows控制面板扩展项:CPL文件
在C:\windows\system32下面有一系列.cpl文件,它们分别对应着控制面板中的项目
可以在开始->启动中直接键入文件名来启动相应的项目
例如,在启动中输入:main.cpl,就可以打开鼠标设置
常见cpl项目及对应功能:
sysdm.cpl
,系统属性
inetcpl.cpl,Internet属性
appwiz.cpl,
添加或删除程序
ncpa.cpl,网络连接
desk.cpl,显示属性
main.cpl,鼠标属性
firewall.cpl,Windows
防火墙
/ICS设置
timedate.cpl,时间和日期属性
powercfg.cpl,电源选项
javacpl.cpl,Java控制面板
nusrmgr.cpl,用户帐户
mmsys.cpl
,声音与音频设置
intl.cpl,区域与语言设置
joy.cpl,游戏控制器设置
odbccp32.cpl,
ODBC数据源
管理器
wscui.cpl,Windows安全中心
wuaucpl.cpl,自动更新配置
igfxcpl.cpl,Intel集成显卡设置
nvcpl.cpl,nVidia显卡设置(nVidia控制面板)
access.cpl,辅助功能选项
hdwwiz.cpl,添加硬件向导
netsetup.cpl,网络安装向导
查看全文
相关阅读:
《Cracking the Coding Interview》——第7章:数学和概率论——题目4
《Cracking the Coding Interview》——第7章:数学和概率论——题目3
《Cracking the Coding Interview》——第7章:数学和概率论——题目2
最小二乘拟合
设置手机邮件下载文件路径
#pragma data_seg() 共享数据// MyData段 // 进程 // DLL
树状数组板子 x
博弈论 x
luogu P1147 连续自然数和 x
luogu P1068 分数线划定 x
原文地址:https://www.cnblogs.com/xixifusigao/p/1931645.html
最新文章
Leetcode-991 Broken Calculator(坏了的计算器)
Leetcode-992 Subarrays with K Different Integers(K 个不同整数的子数组)
Leetcode-989 Add to Array-Form of Integer(数组形式的整数加法)
Leetcode-673 (Number of Longest Increasing Subsequence)最长递增子序列的个数
LeetCode--070--爬楼梯
LeetCode--100--相同的树
LeetCode--088--合并两个有序数组
LeetCode--083--删除排序链表中的重复元素
LeetCode--069--x的平方根
LeetCode--067--二进制求和
热门文章
LeetCode--066--加一
LeetCode--058--最后一个单词的长度
LeetCode--038--报数(*)
《Cracking the Coding Interview》——第9章:递归和动态规划——题目4
《Cracking the Coding Interview》——第9章:递归和动态规划——题目3
《Cracking the Coding Interview》——第9章:递归和动态规划——题目2
《Cracking the Coding Interview》——第9章:递归和动态规划——题目1
《Cracking the Coding Interview》——第7章:数学和概率论——题目7
《Cracking the Coding Interview》——第7章:数学和概率论——题目6
《Cracking the Coding Interview》——第7章:数学和概率论——题目5
Copyright © 2011-2022 走看看