Windows 10: Auto HotKey

Discus and support Auto HotKey in Windows 10 Support to solve the problem; Hi, This is a question about the program Auto HotKey, I would ask on their forum but I cannot register so I am hoping for help here. I am new to... Discussion in 'Windows 10 Support' started by jamos316, Sep 25, 2016.

  1. jamos316 Win User

    Auto HotKey


    Hi,

    This is a question about the program Auto HotKey, I would ask on their forum but I cannot register so I am hoping for help here.

    I am new to this program and not even sure if this is the correct program for my needs.
    I want to remap a specific key on my keyboard, the power key, i want this to trigger a script to first sign out of windows then to put my laptop in sleep mode.
    I then want to remap my media controller, it has a power button that at the moment does nothing. How can I set this to perform an action?
    Also i would like my media controller to wake my pc up from sleep state but when i look in device manager i has no power management tab.

    :)
     
    jamos316, Sep 25, 2016
    #1

  2. Auto Hotkey

    Yes, it is for Windows 10 also. But leave this, I have worked out a simple solution for you.

    1. Open your Notepad and save it as email.text

    2. Put required e mail in this and save and close it.

    3. Open Notepad, save it as email.vbs (for this you will need to choose All files in Notepad)

    4. Put following into it and save and close it.

    Option Explicit

    Dim wshShell

    Set wshShell = CreateObject("WScript.Shell")

    WshShell.Run ("cmd.exe /C clip < email.txt"), 0, true

    5. Right click on this file > Create Shortcut

    6. Right click on Shortcut > Properties > In the Shortcut key box, press the required shortcut key say CTRL+ALT+M

    7. In Windows Start > All Programs > Startup > Right Click > Open

    8. Copy the Shortcut of step 6 into this Startup folder

    9. Restart your computer.

    10. Now whenever you press your shortcut, this will copy this e mail to clipboard

    11. You can do CTRL+V then to paste
     
    E for Excel, Sep 25, 2016
    #2
  3. oap7 Win User
    Auto Hotkey

    Sorry. I am using Windows 10 version 1709. Is the solution different?
     
  4. Auto HotKey

    Hi,
    I use AHK some, but I'm not an expert. So I can't help you with remapping your power button.

    Can you explain why you cannot register on the AutoHotkey Forum? Go to this site: AutoHotkey Community - Index page

    Then click "Register," and follow directions. What is blocking you?

    You could try their IRC channel, many helpful experts there.
     
    Derek Zehr, Sep 26, 2016
    #4
  5. jamos316 Win User
    it just wont email me the confirmation
     
    jamos316, Sep 26, 2016
    #5
  6. dalchina New Member
    You may find your email address is regarded as suspect by their site- I've found that certain of my email address formats aren't even accepted by a few sites. The answer is to have a couple of different alternative email addresses.

    Sign up to something well-known like gmail-

    As to devices being able to wake a PC - that very much depends on your PC. For example, astonishingly it took my unusually competent laptop supplier some time to discover that my PC model no longer supported the keyboard waking it.
     
    dalchina, Apr 4, 2018
    #6
Thema:

Auto HotKey

Loading...
  1. Auto HotKey - Similar Threads - Auto HotKey

  2. Forgot my password & windows keep Diagnosing+ preparing auto diagnosis

    in Windows 10 Gaming
    Forgot my password & windows keep Diagnosing+ preparing auto diagnosis: Hello! My laptop keeps diagnosing problem and it fails to repair the laptop. I have referred to the guides provided online where it states that I should move onto Advanced settings and try command prompts. But this requires you to remember your account password...which I have...
  3. Forgot my password & windows keep Diagnosing+ preparing auto diagnosis

    in Windows 10 Software and Apps
    Forgot my password & windows keep Diagnosing+ preparing auto diagnosis: Hello! My laptop keeps diagnosing problem and it fails to repair the laptop. I have referred to the guides provided online where it states that I should move onto Advanced settings and try command prompts. But this requires you to remember your account password...which I have...
  4. windows 11 installation failed auto reboot on "we are getting a few things ready"

    in Windows 10 Gaming
    windows 11 installation failed auto reboot on "we are getting a few things ready": Motherboard: ROG z 790 - eCPU: i9 149000kfMEMORY: G skill 48000 32 GB * 2SSD: Samsung 990 pro 1 TWindows media use is created with mediacreationtoolBios settings:CSM - disabled.SECURE BOOT - UEFI, standVMD - disabled.fast boot - disabled.All others as default.error codes...
  5. windows 11 installation failed auto reboot on "we are getting a few things ready"

    in Windows 10 Software and Apps
    windows 11 installation failed auto reboot on "we are getting a few things ready": Motherboard: ROG z 790 - eCPU: i9 149000kfMEMORY: G skill 48000 32 GB * 2SSD: Samsung 990 pro 1 TWindows media use is created with mediacreationtoolBios settings:CSM - disabled.SECURE BOOT - UEFI, standVMD - disabled.fast boot - disabled.All others as default.error codes...
  6. Laptop keeps rebooting then after deactivating the auto restart, couldn't even see the...

    in Windows 10 Gaming
    Laptop keeps rebooting then after deactivating the auto restart, couldn't even see the...: First was a problem with wifi icon that disappeared and I could only resolve the problem by renitilizing the laptop. Then it worked I downloaded driver booster to update the drivers mainly the internet and wifi drivers. Afterwards, it had to restart, since then it kept...
  7. Laptop keeps rebooting then after deactivating the auto restart, couldn't even see the...

    in Windows 10 Software and Apps
    Laptop keeps rebooting then after deactivating the auto restart, couldn't even see the...: First was a problem with wifi icon that disappeared and I could only resolve the problem by renitilizing the laptop. Then it worked I downloaded driver booster to update the drivers mainly the internet and wifi drivers. Afterwards, it had to restart, since then it kept...
  8. Laptop keeps rebooting then after deactivating the auto restart, couldn't even see the...

    in Windows 10 Network and Sharing
    Laptop keeps rebooting then after deactivating the auto restart, couldn't even see the...: First was a problem with wifi icon that disappeared and I could only resolve the problem by renitilizing the laptop. Then it worked I downloaded driver booster to update the drivers mainly the internet and wifi drivers. Afterwards, it had to restart, since then it kept...
  9. WPF App Using wlanapi.dll Fails to Auto-Connect to WPA3-Enterprise PEAP WiFi Profile

    in Windows 10 Software and Apps
    WPF App Using wlanapi.dll Fails to Auto-Connect to WPA3-Enterprise PEAP WiFi Profile: We are developing a WPF application that interfaces with Wi-Fi using the native Windows API wlanapi.dll. Our goal is to programmatically create and connect to Wi-Fi profiles configured for WPA3-Enterprise PEAP.We successfully create Wi-Fi profiles using the WlanSetProfile...
  10. auto hotkey saving a script987=

    in Windows 10 Software and Apps
    auto hotkey saving a script987=: I can download AutoHotkey, open it from my desktop, and write a script, following the steps in their tutorial. When I get to step 8, which is "save" the script, it won't let me save it. What am I not doing ? 74802