The desktop-shortcut tag has no wiki summary.
1
vote
0answers
16 views
Weird hidden Windows 7 desktop shortcut [closed]
Although this is not of great importance, I just wondered if anybody else has ever discovered this Windows 7 hidden function/bug:
If you hit WinLogo+spacebar, it has the same effect as mousing over ...
0
votes
1answer
35 views
is it possible to create shortcut file of one shortcut and website link
I am using ubuntu and tomcat server to run a web application that uses tomcat.sh to start server
and then types link in browser to open application. I have created a shortcut to that link so by double ...
3
votes
2answers
251 views
How to pass WindowState from desktop shortcut into WPF app?
How can I control the initial WindowState (Normal, Minimized, Maximized) of a WPF main window from a desktop shortcut?
The "Run:" combobox of the shortcut's properties dialog let's me choose between ...
14
votes
1answer
3k views
How to remove a desktop shortcut by Innosetup
How can I remove a desktop shortcut by Innosetup? It's created by previous version and not needed anymore. I tried delete it in [InstallDelete]
[InstallDelete]
Type: files; Name: ...
1
vote
2answers
215 views
How to make a shortcut to Java desktop application?
I have made a desktop application in Java (using JDBC and Swing) using Eclipse.
I want to make a shortcut to this application (an icon). When the icon is double clicked, the application will run.
...
0
votes
2answers
334 views
cmd.exe doesn't terminate when using a .bat file
[Context: I'm trying to create a shortcut to a .bat file with a relative "Start in" path as roughly described here and here.]
cmd.exe supports the /c switch. According to the documentation, this ...
1
vote
1answer
89 views
Issues with backslash, quotations in changing the target path of desktop shortcut
I would like to substitute the target of a desktop shortcut, and I did it. But the problem is, I could not configure the new path as the way I like it to be.
The following is my code:
Set wsc = ...
1
vote
1answer
173 views
High resolution exe icon results in a low resolution icon on Windows desktop shortcut
I had a Delphi 6 application with a 16x16 icon. Recently I made the 64x64 version of it and recompiled the application.
This high-resolution icon is displayed on Windows 7 Superbar and in task ...
6
votes
4answers
2k views
How to define the website screen shortcut icon?
I can't find how to make Android use a custom icon (e.g. the favicon or the app-touch image that iOS uses) for a website shortcut.
Can you give me a hint?
11
votes
2answers
10k views
How to create a shortcut using Powershell or CMD
I want to create a shortcut with Powershell or CMD. What is the command line for it? For example:
C:\Program Files (x86)\ColorPix
This folder has ColorPix.exe I want to create ColorPix.exe's ...
0
votes
0answers
78 views
How to create windows shortcuts with environmental variables in an argument as part of an executable?
I want to create a windows shortcut like the following.
e.g) myexecutable.exe -argument1:a1,a2,a3 ... etc
because of a few restrictions a1,a2,a3 is too long to be placed in a shortcut.
So ...
6
votes
2answers
5k views
Wrong desktop shortcut icon on Windows 7 (Inno Setup)
I have created an installer with Inno Setup. The icon used for the desktop shortcut and start menu is embeded in the application executable.
When the installer was initially created, I didn't have ...
11
votes
8answers
13k views
Deploy a Desktop Shortcut to a Device running Windows CE 4.2 (VS2005)
I have an application written using VS2005 in C# targeting the Compact Framework 2.0 SP2. As part of the solution, I have CAB deploy project which deploys to the device without a problem. What I can't ...
0
votes
0answers
111 views
How I can use Shell32.dll in Silverlight OOB
I'd like to get the target information from a shortcut file using my silverlight OOB app, so I'm going to make the following code to work in my silverlight OOB. It seems I have to used P/Invoke to use ...
3
votes
1answer
102 views
How can I tell Google Chrome to use the larger icon for application shortcuts?
Google Chrome allows you to save websites as application shortcuts with an icon on the user's desktop. Unfortunately the icon it adds to the desktop is a scaled up version of the 16x16 version.
The ...
2
votes
1answer
116 views
Position of Desktop Icon in Windows
A friend of mine would like a program that can 'remember' positions of certain shortcuts on his desktop and restore those at the click of a button. I said that it would probably not be too hard to ...
2
votes
3answers
787 views
IzPack - Desktop Shortcut on Windows - Not Working
I'm trying to use IzPack to install my program and I'd like to add Desktop Shortcuts to the installer, here is the documentation/instructions from the IzPack website.
...
2
votes
2answers
2k views
Bat file to create a Windows 7 shortcut.lnk on my desktop
How can I create a bat or vbs file to create a Windows 7 compatible desktop shortcut?
I need the bat or vbs file to create the desktop shortcut using the following target and start-in locations ...
0
votes
2answers
172 views
Create Shortcut in .Net for 64-Bit Machines - Compiled as 64-bit Application Only [duplicate]
Possible Duplicate:
Creating application shortcut in a directory
There is a lot of code floating around showing how to create a shortcut in .Net, but it only works when compiled as a 32 bit ...
1
vote
0answers
109 views
How do I send a desktop shortcut (to a local html file on THEIR machine) to various users and have it work and retain custom icon?
I created a simple app that is a HTML page that generates price quotes. The client wanted it on certain machines and no where on their intranet. So I have a folder with the html page and a javascript ...
0
votes
1answer
204 views
How do I create a desktop shortcut with Python (Ubuntu)?
I was wondering how do I create a shortcut file on the desktop in Ubuntu (or any Linux Distro) with Python. I am specifically interested in modifying the Target Path string.
Thanks in advance
4
votes
1answer
5k views
Setting correct icon for Shortcut in VS2010 Setup Project
I have a small app with a setup project.
If I create a shortcut to my Primary Output, then this gets a standard Win7 icon and not the icon specified in my exe's Application Icon?
Whats the best way ...
1
vote
2answers
122 views
Android - Is it possible to get the information of a desktop web shortcut?
I'm trying to create an app that gives information of some other specific apps that you have installed on your device. Android lets you, from the package name, to get information of these apps such as ...
0
votes
3answers
814 views
How to create a batch file to create a shortcut to a webpage
I want to create a batch file which creates a shortcut on the desktop or in the start menu.
The shortcut needs to open a webpage which is a local windows server ip address(like ...
0
votes
1answer
244 views
making a clickable linux desktop shortcut to execute ant build script
In my ubuntu lucid linux system,I have some java code in ~/dev/java/mycode/src folder.I have an ant buildfile in ~/dev/java/mycode folder ,which compiles the java files and make a jar and finally ...
2
votes
1answer
202 views
How to launch a Shortcut with Spaces in Java using ProcessBuilder
This is the code I would use normally to execute a Shortcut file (.lnk)
//Get Directory
String currentDir = new File(game.getGamePath()).getCanonicalPath();
//Parse Directory to put ...
2
votes
1answer
650 views
Change Android home screen page programmatically
Here is the sample code which creates some specified shortcuts on the Android home screen:
public void setupShortCut(String iconName, String siteAddress)
{
Intent i = new Intent();
...
1
vote
0answers
123 views
Webstart application doesn´t get updated via desktop-shortcut
Our webstart-application doesn't update correctly via desktop-shortcut when settings the option "<shortcut online="[true|false]">" to false. It seems to work fine when setting it to true but I ...
2
votes
1answer
161 views
How create a installable msi package for my java project?
This installer will first check if jvm is present on the system or not. If not then it will first install the jvm. After that it will include the java code (may be in jar) alongwith the database used. ...
7
votes
2answers
10k views
Desktop shortcut to restart a windows service
Is it possible to create a windows desktop shortcut that will restart a windows service?
I'd like a button to restart my apache service after I have made changes to the config file.
2
votes
2answers
382 views
How to create MyEclipse shortcuts to open multiple workspaces ?
I have two different MyEclipse workspaces containing a different set of project. I was hoping to avoid having to switch between the two by creating shortcuts which directly open the workspaces.
Is ...
0
votes
1answer
152 views
Different behaviour of DOS Environment setting, in if statement, in DOS prompt as compared to Windows Shortcut
This seems so simple, but has turned out to be such a pain.
On Windows 7, I can paste the below into a command prompt and have it set ProgramFiles(x32) to either %programfiles% or %programfiles(x86)% ...
2
votes
3answers
2k views
Create a Desktop Shortcut to an existing FOLDER using WiX
I have the need to create a Desktop Shortcut to an existing FOLDER (NOT to a file) using Wix. To elaborate more, my installer program has a CustomAction program written using C# associated with it. ...
0
votes
0answers
107 views
Arguments not passed to Desktop Shortcut in Deployment Project
I put together a deployment project (VS2008) for my project. I want the desktop shortcut to pass two arguments when it is invoked. I've added the values to the Arguments property for the shortcut, but ...
2
votes
3answers
580 views
Installation to specific user folder is changed to installation to the current user folder
If (using Inno Setup) I install MyApp to C:\Users\User1\MyApp and create a shortcut on the public desktop. This shortcut correctly points to C:\Users\User1\MyApp\MyApp.exe on the desktop of User1, but ...
2
votes
2answers
155 views
Pattern to do a wix upgrade without messing with the desktop icons of the users
The Wix setup I'm working on asks the user whether to install a shorcut from the main program on the desktop.
The problem is that during upgrades, the shortcut is removed and then recreated :
If ...
1
vote
2answers
1k views
Install Shortcut from VS2010 setup
VS2010 contains a ‘setup’ project that creates an installation package.
I need a short cut to the app that will be installed on the user’s desktop. The shortcut I know how to create with the ...
3
votes
1answer
153 views
HTTP POST from desktop shortcut?
I've got a wireless router with the Tomato custom firmware on it. There are a number of actions I'd like to perform from simple desktop shortcuts, such as turning off the wireless or running a command ...
0
votes
2answers
117 views
How to configure a shortcut title through Win API
I create a shortcut by using the Win32 API. This is a COM API whose object model is accessable through IShellLink. I write in C++. Could you please share any ideas on how I can configure a shortcut ...
7
votes
3answers
5k views
WiX 3 driving me crazy - trying to create desktop shortcut
I have an app that is being installed with WiX 3 - most of the install works fine by now, but trying to get the desktop shortcut to work seems to cost me my mind...
I have my app being installed and ...
0
votes
0answers
46 views
Does anyone know how to create system generated shortcut?
Im looking for a way to add a shortcut that is same type as "My Computer" or "Outlook" that generated during installation.
someone mentioned that this kind of shortcuts are related to programming ...
1
vote
0answers
121 views
Moving of shortcut icons programatically
In my Windows 7 PC, I have some applications installed which has desktop shortcuts. My desktop has multiple user accounts. For some applications I had shortcuts placed only on my admin desktop. I ...
0
votes
1answer
469 views
Visual Studio Deployment Project Application Shortcut does not allow drag and drop file opening
I'm having an issue with an creating application shortcut on the desktop from a Visual Studio 2010 deployment project. The shortcut is created just fine, but when I go to drag and drop an ...
1
vote
1answer
284 views
How to create a shortcut to a printer programmatically?
Normally you can create a shortcut to a printer from right click menu of printer itself.
Is there any other way around?
I tried using IWshShortcut with following parameter as targetpath
"Control ...
0
votes
0answers
163 views
Inno Setup Re-positions Created Desktop Shortcuts when Re-running Installer
We have an automatic update feature built into one our installed apps.
Everything is working great, but when the latest installer is run, any desktop shortcuts that are part of the installer loose ...
6
votes
1answer
874 views
Can I Create Chrome Application Shortcuts Programmatically from a Web Page?
I've thought about using Chrome and HTML5 local storage to create a useful app and sell it. The problem I think I would have, however, is the delivery mechanism to get this installed on one's ...
0
votes
1answer
224 views
Cocoa create desktop shortcut for a folder [duplicate]
Possible Duplicate:
How do you create an alias in Cocoa? Is a symlink good enough?
Does Cocoa support creating shortcut for a folder? Manually, for folders that I created, I make an alias ...
3
votes
1answer
4k views
how to create shortcut on desktop in vb.net without installer
I want to create desktop shortcut for exe file through program.
I do not want to use installer to do this.
Can a piece of code in program do this?How?
0
votes
0answers
62 views
I am not talking about an address bar link
Ok, here it is.
How do I, using HTML, java script or by other means, create an icon/image (as in 'favicon.ico') located in the body of my site that when dragged to the desktop by a visitor creates a ...
3
votes
1answer
1k views
.bashrc not read when shell script is invoked from desktop shortcut
I have a simple problem understanding a behavior in linux. In short, on linux if i invoke my sh script from a 'Desktop Shortcut' then the script cannot see the latest environment variables (set in ...


