TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Jim Noulis
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    Jim Noulis

    @Jim Noulis

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

    Jim Noulis Unfollow Follow

    Latest posts made by Jim Noulis

    • RE: Launch a desktop shortcut. Specifically Netflix app on windows 10

      Hi,

      I know i am too late for the party but a workaround for someone that might be struggling with this, is to create a .vbs file.

      Open notepad and paste:

      Set WshShell = CreateObject("WScript.Shell")
      WshShell.SendKeys("^{Esc}")
      WScript.Sleep(1000)
      WshShell.SendKeys("netflix")
      WScript.Sleep(100)
      WshShell.SendKeys "{ENTER}"

      Feel free to replace any app downloaded from Microsoft store (and of course you can find it by just searching).

      Then save as -> script_name.vbs
      Save as type: All Files

      And you are done. Watch your computer take over!!!! Terminator style

      posted in General Discussion
      Jim NoulisJ
      Jim Noulis