• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer

Techinline Blog

Remote Support Software Explained

SetMe
Remote Support Software That Always Works
Sign up
Techinline Blog
  • Product
  • Features
  • Pricing
  • How It Works

How to Create a Desktop Icon for Any Windows Keyboard Shortcut

August 11, 2016 by Dan Kukarsky

There’s an impressive amount of Windows 10 keyboard shortcuts that provide a much faster access to certain OS features, and chances are you apply most of them in your everyday work. But what if you want to be even more productive and put some of the vital Windows features just a click away by creating a desktop icon for a specific keyboard combination? 

There is a way, and it can be especially useful for IT pros who utilize remote support tools such as FixMe.IT to perform a variety of operations on a remote desktop every day. Imagine it like this: instead of keeping dozens of long combinations in your head you can create a number of desktop icons that would call on two, three, or more keystrokes at a time.

Let’s see how one can create a desktop icon for a keyboard shortcut that opens Task Manager in Windows 10.

1. Create a simple Notepad file:

create-new-text-doc

2. Open it and type in the following script:

Set WshShell = WScript.CreateObject(“WScript.Shell”)
WshShell.SendKeys “^+{ESCAPE}”

vbscript-task-manager

This is a VBScript, which basically triggers a certain keyboard shortcut with the help of the WshShell.SendKeys method. Each key, except for the standard ASCII characters, has its own code that you can find here, or on the official Microsoft website. In this particular case we’re using ^ for CTRL, + for SHIFT, and {ESCAPE} for ESCAPE, respectively.

If the script mentioned above doesn’t work for some reason, try this one:
Set objShell = CreateObject(“WScript.Shell”)
objShell.SendKeys “^+{esc}”

It does the same trick.

3. Click Save as, and save the text file to your desktop under the .vbs extension.

task-manager-vbs-save-as

4. Double-click on the new desktop shortcut and rejoice!

task-manager-icon

However, you will face a slight problem with using the VBScript if you need to trigger the Win key. The reason is that there’s currently no code for it. Luckily, there is an alternative way to create desktop icons for Win key commands with the help of AutoIt scripts.

1. First, go to the official AutoIt website and download the full installation package. Despite the fact that Windows 10 is not mentioned as one of the supported versions, all of the scripts open and work perfectly in the new version of Microsoft OS.

2. Again, create a blank Notepad file and type in the following code: Send(“#^d”). It will trigger the WIN+CTRL+D command that creates a new virtual desktop. To view the complete list of AutoIt codes for the Send function, see the following link.

create-new-virtual-desktop-autoit

3. Choose Save as, and save the text file to your desktop under the .au3 extension.

4. Double-click on the new icon and watch the magic happening!

Learn More About FixMe.IT

Related Posts

  • The Pros & Cons of Using Windows Remote Desktop
  • 30 Best Windows 10 Shortcuts to Know
  • 3 Ways to Switch User in Windows 10 without Logoff

Filed Under: Windows Tips & Tricks Tagged With: Shortcuts, Tips & tricks, Windows 10

Primary Sidebar

Most Popular

Meet SetMe Solo: Ideal Pricing Plan for Individual & Small Businesses

New SetMe Features: In-Session Unattended Setup, Screen Blanking for Mac & More

SetMe's Unattended Access Is Here

New SetMe Feature: Disable Remote Input

Chrome Remote Desktop Review: The Pros & Cons

Best Remote Desktop Software for Mac in 2024

Subscribe to Newsletter

loader

Follow Us

Recent Posts

  • How to Restart a Remote Computer (the Easy Way with SetMe) May 2, 2025
  • Best Remote Desktop Software for Windows 11 (2025 Edition) April 30, 2025
  • How to Check if a Windows Server or PC Is Domain-Joined (All Methods) April 23, 2025
  • Remotely Access Headless Computers with SetMe April 18, 2025
  • How to Run PowerShell as Administrator (Windows 10 & 11) April 10, 2025
  • SetMe Recognized with Multiple Accolades from Capterra, Software Advice and GetApp in 2025 March 27, 2025

Footer

Product

  • Features
  • Pricing
  • How It Works
  • Security

Resources

  • Product Roadmap
  • Help Center

Try It Free

Do you enjoy reading our posts? You might also like our remote support app. Give it a try, it's free for 15 days:

Try SetMe Free

© 2025 · Techinline Ltd. · Built on the Genesis Framework