uos建立自定義桌面快捷方式

2022-10-09 21:39:20 字數 1607 閱讀 1408

uos建立自定義桌面快捷方式

環境:桌面系統和伺服器系統通用

os:uos v20

背景:滿足使用者通過快捷方式開啟某應用程式,和開啟計算機一樣方便的操作

步驟:開啟啟動器,右擊任意程式,傳送到桌面,右擊-開啟方式-文字編輯器

[desktopentry]

#快捷方式名稱

name=desktop快捷方式名稱

#描述

comment=read/writemail/newswithmozillathunderbird

#應用程式完整路徑

exec=/usr/bin/uos-browser-stable %u

#指定應用程式圖示的完整路徑(可以省略字尾名)

icon=computer

#分類

#network網路應用

#chat社交溝通

#audio**欣賞

#graphics圖形影象

#office辦公學習

#translation閱讀翻譯

#development程式設計開發

#utility系統管理

修改以上**片段中對應的文字描述內容,儲存即可。

舉例現需要通過快捷方式開啟統信生態適配清單**:

**如下:

[desktopentry]

#快捷方式名稱

name=統信生態適配清單**

#描述

comment=read/writemail/newswithmozillathunderbird

#應用程式完整路徑

exec=/usr/bin/uos-browser-stable %u

#指定應用程式圖示的完整路徑(可以省略字尾名)

icon=uos-browser

#分類

#network網路應用

#chat社交溝通

#audio**欣賞

#graphics圖形影象

#office辦公學習

#translation閱讀翻譯

#development程式設計開發

#utility系統管理

建立桌面快捷方式

bool createdesktopshotcut cstring strname,在桌面顯示的名稱 cstring strsourcepath 檔案絕對路徑名稱 pshell release strdestdir.format s path strdestdir strdestdir strnam...

DELPHI建立桌面快捷方式

由於我們是通過ole inte ce實現此功能的,因此在程式單元的uses語句中要加入comobj activex和shlobj這三個單元。在單元的宣告部分加入以下 procedure createlink programpath,programarg,linkpath,descr string 其...

VC MFC 建立桌面快捷方式

bool createdesktopshotcut cstring strname,cstring strsourcepath int i char path max path 1 cstring strdestdir i csidl desktopdirectory lpitemidlist pi...