Sluggish performance from app


  1. Posts : 8
    Windows 7
       #1

    Sluggish performance from app


    The program Volumouse is invaluable for me, but when I wake up my PC from hibernation Volumouse always performs a bit sluggishly, even with the "Run Volumouse in high priority" box checked. I have to restart the program to get it to work properly. Is there a way to somehow reinvigorate a process that's currently running? I contacted the developer regarding this problem but never heard back, and thought I'd ask the community here about this - I tried to find info on this idea of giving a running process some juice like I'm describing but couldn't find any info.
      My Computer


  2. Posts : 5,656
    Windows 7 Ultimate x64 SP1
       #2

    Hopefully someone else will show a much better method:

    Maybe you can use a batch file to close and re-open volumemouse.

    Open notepad, enter below code, save as volumemouse.bat
    (Change volumemouse.exe with correct exe)

    Code:
    Taskkill volumemouse.exe
    start volumemouse.exe
    exit
    Download and install Windows 7 Suspend/Resume Control - Windows 7 Suspend/Resume Control - Download: Version 2.0.0.1
    Set resume action to above batch file.

    Haven't used anything like this before, hope it works.
      My Computer


  3. Posts : 8
    Windows 7
    Thread Starter
       #3

    I'll give that a try, thanks for the suggestion.

    Volumouse gives me a prompt when I restart it though, what do you call those dialogs, EACs? Might get in the way, but only to find out. Will report on my findings.
      My Computer


  4. Posts : 5,656
    Windows 7 Ultimate x64 SP1
       #4

    Found this but too late to try :)

    Code:
     
    :::::::::::::::::::::::::::::::::::::::::
    :: Automatically check & get admin rights
    :::::::::::::::::::::::::::::::::::::::::
    @echo off
    CLS 
    ECHO.
    ECHO =============================
    ECHO Running Admin shell
    ECHO =============================
     
    :checkPrivileges 
    NET FILE 1>NUL 2>NUL
    if '%errorlevel%' == '0' ( goto gotPrivileges ) else ( goto getPrivileges ) 
     
    :getPrivileges 
    if '%1'=='ELEV' (shift & goto gotPrivileges)  
    ECHO. 
    ECHO **************************************
    ECHO Invoking UAC for Privilege Escalation 
    ECHO **************************************
     
    setlocal DisableDelayedExpansion
    set "batchPath=%~0"
    setlocal EnableDelayedExpansion
    ECHO Set UAC = CreateObject^("Shell.Application"^) > "%temp%\OEgetPrivileges.vbs" 
    ECHO UAC.ShellExecute "!batchPath!", "ELEV", "", "runas", 1 >> "%temp%\OEgetPrivileges.vbs" 
    "%temp%\OEgetPrivileges.vbs" 
    exit /B 
     
    :gotPrivileges 
    ::::::::::::::::::::::::::::
    :START
    ::::::::::::::::::::::::::::
    setlocal & pushd .
     
    REM Run shell as admin (example)
    ::::::::::::::::::::::::::::
     
    < Delete this Line & Place your code here >
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 03:02.
Find Us