Jump to content

How to make a one click shortcut?

Enderg312

Is there a way I can use python to create a one click shortcut button on the desktop rather than using the taskbar?

 

Link to comment
Share on other sites

Link to post
Share on other sites

The desktop is a special version of Windows Explorer. You can switch the Explorer to open items with a single click. You can't change the click behavior of individual shortcuts it displays. To do what you want you'd have to write a program that is already running and displays an item as if it was a shortcut and reacts to clicks.

Remember to either quote or @mention others, so they are notified of your reply

Link to comment
Share on other sites

Link to post
Share on other sites

Put a shortcut to your python script on your desktop and change your preference to open link to single click instead of double click. I do it often for our multitude windows tablet.

If your question is to change this behavior for any user than this is wrong. It's is called a user preference and it is why it should respect the choice of the owner of the device.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×