簡體   English   中英

設置快捷方式C#的“開始於”框

[英]Set “start in” box for a shortcut C#

如何設置快捷方式的開始路徑? 我正在使用創建快捷方式

WshShellClass WshShell = new WshShellClass(); 
IWshRuntimeLibrary.IWshShortcut shortcut;

我相信要設置為使用IWshShortcutWorkingDirectory屬性

shortcut.WorkingDirectory = "C:\temp";

有關創建快捷方式的C#教程,請參見此鏈接。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM