Get a screenshot on Windows 8 with a shortcut or automatically with your own exe

Windows offers many ways to have one screenshot without the use of third-party tools. We will present you two of the most easy and useful. Get a screenshot from the command line or a special shortcut using the built-in Windows 8 feature.

screenshot

As you may know, you can take a picture of it your at Windows 8 by pressing the Win + keys Print Screen at the same time. Your screen will slightly dim for half a second, and will return to normal brightness when the photo you took is saved to C:\Users\username\\Screenshots

You can of course automate this feature by using special scripting tools. AutoHotkey will make it easy for you, as long as you create one first script which you will later convert to an executable file.
The script which you later use in AutoHotkey will write the following:

#NoTrayIcon Send # {PrintScreen}

Create a new txt file, write and save the above text.

Delete the .txt suffix from the file name and add the .ahk suffix

The exe you create from the above will press the Win + keys Print Screen automatically, and so, you will have it screenshot you are interested.
To convert it script in an executable file, you will need to install the application AutoHotkey from here. Run the program and compile it script to exe. This was once you created your first program (executable file)!

Alternatively, you can download the .exe that we created in iGuRu.gr for you.

The tweak only works on Windows 8 - 8.1 systems.

Download the file and create a shortcut to your computer's task bar for easy use

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.081 registrants.

Written by giorgos

George still wonders what he's doing here ...

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).