Skip to content

Settings and activity

7 results found

  1. 58 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    8 comments  ·  Suggestions  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Kobus Smit commented  · 

    Hi Jonathan

    I now also run the latest TimeSnapper as Administrator.

    First remove TimeSnapper from Window startup (SysInternals Autoruns works nicely for that)

    Then use Windows Task Scheduler to create a new basic task to start TimeSnapper.exe "when I log on"

    After that right click Properties on the task en check "Run with highest privileges"

    I'm also using the above method for these other apps:
    ArsClip
    AutoHotkey
    GreenShot
    SysInternals Process Explorer

    An error occurred while saving the comment
    Kobus Smit commented  · 

    Yep that is unfortunately so :-(

    I had to downgrade to the previous version...

    Wish they'd open source it.

    Kobus Smit shared this idea  · 
  2. 4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    2 comments  ·  Suggestions  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Kobus Smit commented  · 

    Here is my workaround AutoHotkey script that allows me to use Win+Z etc on Windows 10

    ; To use Win key combinations in Windows 8 and later.
    ; # is Windows Key ! is Alt ^ is Control + is Shift

    #c::Run "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
    Return

    #n::Run "C:\Program Files (x86)\Notepad++\notepad++.exe"
    Return

    #b::Run "C:\Program Files (x86)\Beyond Compare 4\BCompare.exe"
    Return

    #s::Run "C:\Program Files\Everything\Everything.exe"
    Return

    ; Configure TimeSnapper to use Win+Y, then remap Win+Q to Win+Y
    #q::#y

    ; Configure ArsClip to use Win+Alt+V, then remap Win+Alt+V to Win+V
    #v::#!v

    ; Configure USB Safely Remove to use Win+Alt+Z, then remap Win+Alt+Z to Win+Z
    #z::#!z

  3. 16 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    6 comments  ·  Suggestions  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Kobus Smit commented  · 

    Here is my workaround AutoHotkey script that allows me to use Win+S etc on Windows 8, 8.1 & 10

    ; To use Win key combinations in Windows 8 and later.
    ; # is Windows Key ! is Alt ^ is Control + is Shift

    #c::Run "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
    Return

    #n::Run "C:\Program Files (x86)\Notepad++\notepad++.exe"
    Return

    #b::Run "C:\Program Files (x86)\Beyond Compare 4\BCompare.exe"
    Return

    #s::Run "C:\Program Files\Everything\Everything.exe"
    Return

    ; Configure TimeSnapper to use Win+Y, then remap Win+Q to Win+Y
    #q::#y

    ; Configure ArsClip to use Win+Alt+V, then remap Win+Alt+V to Win+V
    #v::#!v

    ; Configure USB Safely Remove to use Win+Alt+Z, then remap Win+Alt+Z to Win+Z
    #z::#!z

  4. 7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Suggestions  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Kobus Smit commented  · 

    Well 3 years later and this small change was not implemented.

    At least I've got a AutoHotkey workaround:

    ;TimeSnapper Enter press Alt+O
    #If WinActive("ahk_class WindowsForms10.Window.8.app.0.11c7a8c")
    Enter::!o
    RETURN

    Kobus Smit shared this idea  · 
  5. 10 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Suggestions  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Kobus Smit supported this idea  · 
  6. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Suggestions  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Kobus Smit supported this idea  · 
  7. 17 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Suggestions  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Kobus Smit supported this idea  ·