TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Benjamín Urzúa Silva
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 1
    • Controversial 0
    • Groups 0

    Benjamín Urzúa Silva

    @Benjamín Urzúa Silva

    1
    Reputation
    5
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Benjamín Urzúa Silva Unfollow Follow

    Best posts made by Benjamín Urzúa Silva

    • power off pc compatible with wake on lan

      First of all, it is necessary to have the Autohotkey program.
      Second, create an .ahk file and write the following:

      Send, {LWin Down}d{LWin Up}
      Sleep 1000
      Send, !{f4}
      Sleep 1000
      Send, {Enter}

      once done, just need to create the command in triggercmd.

      I have done this because the example commands did not allow me to turn on the PC with WAKE ON LAN.

      posted in Windows
      Benjamín Urzúa SilvaB
      Benjamín Urzúa Silva

    Latest posts made by Benjamín Urzúa Silva

    • power off pc compatible with wake on lan

      First of all, it is necessary to have the Autohotkey program.
      Second, create an .ahk file and write the following:

      Send, {LWin Down}d{LWin Up}
      Sleep 1000
      Send, !{f4}
      Sleep 1000
      Send, {Enter}

      once done, just need to create the command in triggercmd.

      I have done this because the example commands did not allow me to turn on the PC with WAKE ON LAN.

      posted in Windows
      Benjamín Urzúa SilvaB
      Benjamín Urzúa Silva