Tagged Questions
2
votes
1answer
127 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
616 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 ...
3
votes
1answer
168 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 ...
7
votes
2answers
11k 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.