wm 常用程序和設置調用大全

http://www.cnblogs.com/mugua/archive/2009/04/06/1430461.html

# 電話 /Windows/cprog.exe
# 撥號 /Windows/cprog.exe -url tel:123456
# 短信 /Windows/tmail.exe -transport "SMS"
# 新短信 /Windows/tmail.exe -transport "SMS" -to " "
# 聯繫人 /Windows/poutlook.exe contacts
# 任務 /Windows/poutlook.exe tasks
# 日曆 /Windows/calendar.exe

# 媒體播放器 /Windows/wmplayer.exe
# 資源管理器 /Windows/fexplore.exe
# 時鐘 /Windows/clock.exe
# 照片 /Windows/pimg.exe -camerakey
# 照相機 /Windows/camera.exe
# 計算器 /Windows/calc.exe
# 便箋 /Windows/notes.exe
# 通訊管理器 /Windows/wrlsmgr.exe
# 短信 /Windows/tmail.exe -service "SMS"
# 彩信 /Windows/tmail.exe -service "MMS"
# 電子郵件 /Windows/tmail.exe -service "ActiveSync"
# 圖片和視頻 /Windows/pimg.exe
# 錄音 /Windows/hotvoice.exe
# 同步/Windows/repllog.exe

# 設置--密碼 /Windows/ctlpnl.exe cplmain.cpl,1,0
# 設置--主人信息 /Windows/ctlpnl.exe cplmain.cpl,2,0
# 設置--電源 /Windows/ctlpnl.exe cplmain.cpl,3,0
# 設置--內存 /Windows/ctlpnl.exe cplmain.cpl,4,0
# 設置--關於 /Windows/ctlpnl.exe cplmain.cpl,5,0
# 設置--背光 /Windows/ctlpnl.exe cplmain.cpl,6,0
# 設置--調整屏幕 /Windows/ctlpnl.exe cplmain.cpl,7,0
# 設置--輸入 /Windows/ctlpnl.exe cplmain.cpl,8,0
# 設置--聲音和提醒 /Windows/ctlpnl.exe cplmain.cpl,9,0
# 設置--刪除程序 /Windows/ctlpnl.exe cplmain.cpl,10,0
# 設置--菜單 /Windows/ctlpnl.exe cplmain.cpl,11,0
# 設置--按鍵 /Windows/ctlpnl.exe cplmain.cpl,12,0
# 設置--今日 /Windows/ctlpnl.exe cplmain.cpl,13,0
# 設置--無線數據交換 /Windows/ctlpnl.exe cplmain.cpl,15,0
# 設置--時鐘 /Windows/ctlpnl.exe cplmain.cpl,16,0
# 設置--配置網絡適配器 /Windows/ctlpnl.exe cplmain.cpl,17,0
# 設置--區域設置 /Windows/ctlpnl.exe cplmain.cpl,18,0
# 設置--連接 /Windows/ctlpnl.exe cplmain.cpl,19,0
# 設置--證書管理 /Windows/ctlpnl.exe cplmain.cpl,22,0
# 設置--藍牙 /Windows/ctlpnl.exe cplmain.cpl,23,0

# 設置--錯誤報告 /Windows/ctlpnl.exe cplmain.cpl,24,0
# 設置--GPS設置 /Windows/ctlpnl.exe cplmain.cpl,25,0
# 設置--通訊管理器 /Windows/ctlpnl.exe cplmain.cpl,26,0
# 設置--加密 /Windows/ctlpnl.exe cplmain.cpl,27,0

# 新建短信 /Windows/tmail.exe -transport "SMS" -to " "
# 新建彩信 /Windows/tmail.exe -service "MMS" -to " "
# 新建電子郵件 /Windows/tmail.exe -service "ActiveSync" -to " "
# 新建聯繫人 :MSCONTACTS –new
# 新建任務 :MSTASKS -new
# 新建日曆 :MSCALENDAR –new
# 新建便箋 :MSNOTETAKE -n
# 新建Excel工作簿 :MSPXL ?
# 新建Word文檔 :MSPWORD -n

ctlpnl.exe mycpl.cpl,0 - (資源管理器) 
ctlpnl.exe mycpl.cpl,1 - backlight(背光) 
ctlpnl.exe mycpl.cpl,2 - battery (電源) 
ctlpnl.exe mycpl.cpl,3 - audio (音頻) 
ctlpnl.exe mycpl.cpl,4 - microphone agc (麥克風) 
ctlpnl.exe mycpl.cpl,5 - battery status [ same as cplmain.cpl,3 ] (電源) 
ctlpnl.exe mycpl.cpl,7 - permanent save [ contacts, etc ] 
ctlpnl.exe mycpl.cpl,8 - device information (設備信息) 
ctlpnl.exe mycpl.cpl,9 - add ringtone (鈴聲) 
ctlpnl.exe mycpl.cpl,10 - autoconfig 
ctlpnl.exe mycpl.cpl,11 - gprs suspend mode 
ctlpnl.exe mycpl.cpl,12 - gprs authentication 
ctlpnl.exe mycpl.cpl,13 - csd line type 
ctlpnl.exe iTask.cpl, 0 - iTask 
ctlpnl.exe BTConfigCE.cpl,0 - Bluetooth (藍牙設置) 
ctlpnl.exe bkpmgr.cpl,0 - backup (備份管理)

 

控制面板的快捷方式命令參數:
格式:/Windows/ctlpnl.exe cplmain.cpl,X,Y,?D,-Z
ctlpnl.exe:控制面板管理程序
cplmain.cpl:控制面板組件
X:各項設置的ID (標識代號)
Y:有多頁顯示的設置項的頁碼 (0,1,2, ..., 可以省略,缺省爲0)
D: 圖標文件名(例如shellres.dll,默認目錄/windows)
Z:DLL文件中的圖標代號
(當中的/Windows/;.exe;.cpl;Y;?D;-Z;可以省略。省略之後可以執行,但無法顯示圖標)
例如Wi-Fi的命令參數:/Windows/ctlpnl.exe cplmain.cpl,17,1?shellres.dll,-13888

 

Windows目錄下的程序列表:

backlight.exe                   電源設置
btftpclient.exe                 藍牙資源管理器
bubblebreaker.exe              連球遊戲
calc.exe                        計算器
calender.exe                    日曆
camera.exe                      相機
clearstorage.exe                恢復出廠設置
clock.exe                       時鐘
commManager.exe              通訊管理
commuRec.exe                   通訊錄
cprog.exe                       電話
CSDtype.exe                     CSD線路設置
cusTSK.exe                      主題設置
cvdsetting.exe                  語音撥號設置
Deviceinfo.exe                  設備信息
dlagent.exe                     下載代理
fexplore.exe                    資源管理器
GCHistory.exe                   通話記錄
GIFplayer.exe                   GIF播放器
Gimageview.exe                 圖片瀏覽器
GMMSview.exe                   彩信管理器
GOTOne_home.exe            移動之家工具包
GOTOneServ.exe               移動服務
GPRSAuthentication.exe     GPRS設置
GRingView.exe                  鈴聲管理
Helpdesk.exe                    移動客戶服務
IA_Zip.exe                      Zip壓縮工具
iexplore.exe                    瀏覽器
intSHrui.exe                    英特網共享設置
JBLend_AMS.exe              JAVA百寶箱
keyLock.exe                     按鍵鎖
Message.exe                    信息
MicrophoneAGC.exe          麥克風自動增益
Mute.exe                        振動開
MyFavvorite.exe               我的收藏
notes.exe                       便箋
pimg.exe                        圖片和視頻
Powerexe.exe                 電池電量顯示
poweroffwarning.exe       電源關閉提示
ppc_adobereaderle.exe    Adobe reader
ppt.exe                         powerpoint
pword.exe                      word
pxl.exe                         excl
Readial.exe                     電話撥號程序
remnet.exe                     連接設置
repllog.exe                     同步軟件
safemode.exe                安全模式
sddialer.exe                   語音標記錄音程序
shfind.exe                     搜索程序
SIMlock.exe                   SIM鎖
SMSService.exe             短信服務
sndplay.exe                  播放器
solitare.exe                  空當接龍
STK_UIPPC.exe            SIM卡應用
storagelow.exe             電話運行空間不足提示
syncml.exe                  號簿更新
tasks.exe                    任務
tmail.exe                     信息
welcome.exe                硬啓後第一次設置
wlansettings.exe          WLAN設置
wmplayer.exe               wm播放器
wrlsmgr.exe                無線管理器

 

Windows/startUp目錄下的啓動項(中英文對照表)

aaastart                 A4輸入法相關
AddinTimer             鬧鐘
alarmscheduler        鬧鐘
AEBPlus                 修改按鍵功能軟件
asus launcher         華碩菜單
ASUSStatus           華碩小幫手,就是華碩手機桌面底部那個紅A
btdwake                顯示軟件無法運行的一個警報軟件
BTicon                   藍牙相關
BTTrayCE              藍牙相關
CallFilter                來電防火牆
CapNotify              程序通知氣泡(短信、未接電話)
CeleDial                 撥號軟件
Chronos                鬧鐘
ClearMRU              清除程序運行記錄
connmgr               管理連接
cprog                   MS的電話撥號面板
datakeeper           密碼管理
device                  設備管理器
filedlgchgs            文件打開對話框增強
filedlgchg             文件對話框補丁
filesys                 註冊表、文件系統和屬性數據庫
gwes                  Graph,驅動程序相關
gprscsp              GPRS相關
GPRS Monitor      GPRS流量監測
HWLINK              漢王手寫
iLock2                鎖屏相關
IMStartup           輸入法相關
imstartup           A4輸入法相關
Init_Tray            桌面程序欄
MemMaid            系統優化軟件
MemoryShow      內存
mmsconfig          彩信設置
msgwait             處理系統後臺消息程序
mservice            小媒體木馬!
NK.exe              系統內核程序
NotshowSIM       禁用SIM卡服務
OMAPClock         CPU開機自動超頻
PhomeSharp      桌面來電精靈的啓動項
PlumStart          點訊梅花輸入法
poutlook           是短信,郵件,聯繫人等的啓動項,預啓動加速用的。關聯短信剩餘字數功能?
profile               情景模式
pxmcaller          移動鳳凰臺相關
QuickMenu        快速菜單
RCapture          截屏軟件
s2u2                鎖屏軟件
screensaverdaemon     屏幕保護程序
sddaemon                  語音撥號相關程序
services                     系統服務的宿主進程
ShutXP                      關機軟件
Sipinit                        A4輸入法
SMBMgrDaemon         smartquit軟件(關窗後自動釋放內存)
SpbMobile                  Spb桌面插件
StartSAT                   中移動相關服務
Spbmobileshell           Spb mobile shell軟件
starTCLean                清除程序運行記錄
taskmgr                    任務管理器
TaskMonitor               任務監視器
TimeWizard               時鐘相關
TrayLoader               加載托盤圖標
TwkCL                      橫豎屏控制相關
USSD                       非結構化補充數據業務
USSDHander             是個關於免提或是耳機之類的程序
VCDaemon                智能聲控
WaitCursor               圖標修改軟件
WiFiInit                    wifi啓動
WkTask                   任務窗口切換
wxClockAlam            無限鬧鐘

 

Wiondows Mobile糸統的進程列表(附中文解說)
device.exe                            系統進程。管理設置驅動   可否停止:否  
                                          設備管理器,也是所有驅動程序所運行的進程。
                                          device.exe爲每個驅動程序創建一個線程
                                          配合device.dll 管理內核模式設備驅動程序
                                          配合udevice.exe 管理用戶模式設備驅動程序的獨立進程
gwes.exe                             系統進程,管理圖形、窗口、事件的子系統。它負責圖形輸出以及窗口消息(用戶的所有交互) 否 
                                          駐留在GWES地址空間中的驅動程序一般包括顯示驅動、打印機驅動、鍵盤鼠標驅動和觸摸屏驅動程序。
FileSys.exe                          系統進程:ROM 文件系統 存儲管理器 對象存儲 可否停止:否
                                          配合filesys.dll,註冊表、文件系統和屬性數據庫。
services.exe                         系統進程。用於管理啓動和停止服務 可否停止:否
shell32.exe                          系統進程,動態鏈接庫函數啓動器。相當於PC的Rundll32.dll和shell32一樣。   否
quickmenu.exe                    quickmenu軟件進程,(開始菜單增強) 可停止(不過停止了你裝他幹嗎?)
poutlook.exe                       系統進程,同步及信息管理 可停止(但同步或者使用信息後會自動打開) PIM管理(日程、聯繫人)
ConnMgr.exe                       連接管理器,管理紅外/藍牙/無線/之類的   !不得停止!
tramon.exe                         GPRS流量管理軟件,如果你不用GPRS,而裝的ROM裏又集成的話可以停止
sapsettings.exe                   不知道幹嗎用的,(貌似鈴聲控制類的)請知道告訴一下,可停止
cprog.exe                            WM電話程序,可停止,不過一會又會自己打開(病毒???嘻嘻)
trayicon_mannermode.exe    系統進程,管理系統托盤圖標,不可停止。
rnaapp.exe                          系統進程,管理撥號 可停止(後果未知)
udp2tcp.exe                        系統進程,用戶數據服務協議,不可停止
rapiclnt.exe                         系統進程,同步管理類,同步後自動打開
tmail.exe                             PPC電話進程,郵件、短信、彩信進程管理器,可停止(不建議)
NK.exe                               系統內核 !不得停止!
tmail.exe                            Messaging(消息服務),管理短信、Email等消息。
repllog.exe                         使用串口進行同步,ActiveSync時用到。
udp2tcp.exe                       系統進程,用戶數據服務協議,ActiveSync後自動開啓
Handsfree.exe                    電話免提功能
vcdaemon.exe                    VoiceCommander,語音控制
STK.exe                            SIM Toolkit,SIM卡應用相關的

 

發佈了9 篇原創文章 · 獲贊 9 · 訪問量 5萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章