23-04-2021



Desktop Icon Toy is a desktop icon enhancement tool that allows you to make many funny but useful things for your windows desktop icons. What cool things could you do with Desktop Icon Toy? Desktop Icon Toy 5.0 is frequently set up in the C: Program Files Desktop Icon Toy directory, however this location may vary a lot depending on the user's choice when installing the program. The entire uninstall command line for Desktop Icon Toy 5.0 is C: Program Files Desktop Icon Toy unins000.exe. Method 1: Try to unchecking the option of auto aligns icons. Right click on Desktop. Click on Uncheck Auto Aligns Icons. If the issues still persist, refer to the below method. Method 2: I suggest you to perform a System File Checker of the Computer and check if it helps. SideSlide is another good software to organize desktop icons.Keep your desktop clean and managed with the help of this free desktop icon organizer. It is a readily configurable software where you can add your desktop icon, and several other useful things, like.

Desktop icons are a great way for users to quickly access programs, files, folders, and even web pages. If you're looking to create, arrange, or remove desktop icons in Windows, make your selection from the list below and follow the instructions.

To make your desktop icons smaller, press and hold the Ctrl key on your keyboard, and scroll your mouse wheel downwards. Holding the Ctrl key pressed while scrolling the mouse wheel To make your desktop icons larger, press and hold the Ctrl key on your keyboard, and scroll your mouse wheel upwards.

How to create a desktop icon

  1. Press Windows key+D or navigate to the Windows desktop.
  2. Right-click any blank space on the desktop. If you're on a laptop, tap the trackpad with two fingers at the same time.
  3. In the drop-down menu that appears, move your mouse cursor over New, then select Shortcut.
  4. In the window that appears, select Browse... then navigate to the program, file, or folder which you'd like to create a shortcut, and then click Ok.
  5. In the Create Shortcut window, select Next, then Finish.

How to create a desktop shortcut to a web page

  1. Press Windows key+D or navigate to the Windows desktop.
  2. Right-click any blank space on the desktop. If you're on a laptop, tap the trackpad with two fingers at the same time.
  3. In the drop-down menu that appears, move your mouse cursor over New, then select Shortcut.
  4. In the window that appears, type the web address, and then click Next.
  5. Type a name for the shortcut, and then click Finish.

How to arrange desktop icons

  1. Press Windows key+D or navigate to the Windows desktop.
  2. Right-click any blank space on the desktop. If you're on a laptop, tap the trackpad with two fingers at the same time.
  3. In the drop-down menu that appears, select Sort by. You should see another menu appear to the right.
  4. Choose how you'd like the icons arranged, either by Name, Size, Item type, or Date modified.

How to remove a desktop icon

To remove a desktop icon, single-click it and press the Delete key.

Tip

You may select multiple icons and remove them simultaneously by pressing the Delete key, see: How to select or highlight multiple files and folders.

Additional information

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:

2. Open it and type in the following script:

Desktop icon toy serial key

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

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.

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

Desktop Icon Toy 3.3

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.

Icon

Desktop Icon Toy Keys

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.

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!

Free Icons For Desktop

Related Posts