使用自动热键(AHK)向特定用户打开Chrome

时间:2016-09-14 12:33:38

标签: google-chrome autohotkey shortcut profiles

只需使用特定用户打开chrome即可使用

等快捷方式

" C:\ Program Files(x86)\ Google \ Chrome \ Application \ chrome.exe" --profile-目录="默认"

使用自动热键我不知道如何格式化此快捷方式。

不起作用:

    Dim s As New Series
    s.Name = "NewBubble"

    s.ChartType = SeriesChartType.Bubble
    s.Points.AddXY(30, 22)
    s.Points.AddXY(30, 35)

    Dim Pathha As String = "C:\Users\Sample\Desktop\tenure-icon\Employee.PNG"
    s.Points(0).BackImage = (Pathha)
    s.Points(0).BackImageWrapMode = ChartImageWrapMode.Tile   
    me.ChartSample.Series.Add(s)

不起作用

Run, "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --profile-directory="Default"

感谢您的帮助!

1 个答案:

答案 0 :(得分:1)

这确实很好用,我在整个程序的另一部分出错了导致错误。

Run, "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --profile-directory="Default"